February 27, 2021 Python Leave a comment [FIXED] Python Error – raise OSError(‘sndfile library not found’) Issue You are on Linux OS and you need to install libsndfile library Solution sudo apt-get install libsndfile1 Tags: Python