uoip / pangolin

Python binding of 3D visualization library Pangolin
MIT License
285 stars 90 forks source link

libopenh264.so.5: cannot open shared object file: No such file or directory [Conda environment] #50

Closed robofar closed 2 months ago

robofar commented 2 months ago

If you get this error

python3
>>> import pangolin
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: libopenh264.so.5: cannot open shared object file: No such file or directory

Search in your conda environment, where you have any libopenh264.so file. In my case I had libopenh264.so.6. But that was only symbolic link to some other file, so for libopenh264.so.5 just create it as a symbolic link to same file where libopenh264.so.6 points. So there will be multiple symbolic link to one real libopenh264.so.nnn file