chaoyuaw / pytorch-coviar

Compressed Video Action Recognition
https://www.cs.utexas.edu/~cywu/projects/coviar/
GNU Lesser General Public License v2.1
500 stars 126 forks source link

Importing coviar #63

Open shubhunegi30 opened 5 years ago

shubhunegi30 commented 5 years ago

Hello @chaoyuaw . I have successfully installed the module. But while importing coviar module, I am getting this error. Can you please tell me if there's something I am missing? Is this something related to some problem in the installation?

For this command: >>> import coviar

It is giving this error: Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /home/negi/.local/lib/python3.6/site-packages/coviar.cpython-36m-x86_64-linux-gnu.so: undefined symbol: av_malloc

lkhphuc commented 3 years ago

Hi did you reslove this problem?

abhijeeetkumar commented 3 years ago

hi, i still face the issue. i even tried building the ffmpeg locally (https://github.com/markus-perl/ffmpeg-build-script) but no help