I\'ve been fighting with this for quite some time now. I\'m trying to install Yaafe for audio feature extraction. I follow instructions here: https://github.com/Yaafe/Yaafe<
Change your code so that you print os.environ
right before that exception occurs. That way you will see whether the Python process has the correct environment set or not. The other obvious thing to check are whether your Python process has sufficient permission to open and read libyaafe-python.so
. Note that sudo
by default limits the environment of the invoked command, for security reasons (see here, for instance).