FORTH-ModelBasedTracker / PyOpenPose

Python bindings for the Openpose library
BSD 3-Clause "New" or "Revised" License
287 stars 80 forks source link

import PyOpenPose as OP ImportError: libopenpose.so.1.1.0: cannot open shared object file: No such file or directory error #51

Closed hityang closed 6 years ago

hityang commented 6 years ago

As the title shown, what is problem ?

christian-lanius commented 6 years ago

PyOpenPose is not on your pythonpath. Did building it work? If so, you have to add the path to the .so file to your search path for python modules.

hityang commented 6 years ago

@christian-lanius Thanks. I solved this problem following the guide.