aubio / aubio

a library for audio and music analysis
https://aubio.org
GNU General Public License v3.0
3.31k stars 382 forks source link

ImportError on ibavcodec.so.58 #288

Open HyderPang opened 4 years ago

HyderPang commented 4 years ago

This error occured right after the install of ffmpeg using apt-get.

import aubio Traceback (most recent call last): File "", line 1, in File "/home/pi/.local/lib/python2.7/site-packages/aubio/init.py", line 26, in from ._aubio import version as version ImportError: /usr/lib/arm-linux-gnueabihf/neon/vfp/libavcodec.so.58: undefined symbol: bcm_host_is_fkms_active

piem commented 4 years ago

hi @Porshec

this seems to be an issue in the installation of libavcodec, unrelated to aubio.

could you try rebuilding aubio and see if that helps?

pip uninstall -yv aubio
pip install -v git+https://github.com/aubio/aubio

thx, piem