Can't Import Soundfile Python


Answer :

You need to install the needed library:

On Linux, you need to install libsndfile using your distribution’s package manager, for example sudo apt-get install libsndfile1.

From PyPI


handras answer (from 2019) is not working now (in 2020) so install libsndfile1 via ( as A.B.)

sudo apt-get install libsndfile1-dev 

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy