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

Please Help : ImportError: libavutil.so.56: cannot open shared object file: No such file or directory #52

Closed Esaada closed 5 years ago

Esaada commented 5 years ago

I after all the steps (except make clean) I got this error: "ImportError: libavutil.so.56: cannot open shared object file: No such file or directory" when trying to do "import coviar" or "from coviar import load".. Any Idea how do I fill this gap?!

noirblack commented 5 years ago

add ${FFMPEG_INSTALL_PATH}/lib/ to $LD_LIBRARY_PATH