PythonMagick
PythonMagick copied to clipboard
ImportError after updating boost-libs to 1.65.1-1
Error:
Traceback (most recent call last):
File "/usr/bin/test.py", line 14, in <module>
import PythonMagick as Magick
File "/usr/lib/python3.6/site-packages/PythonMagick/__init__.py", line 1, in <module>
from . import _PythonMagick
ImportError: libboost_python3.so.1.64.0: cannot open shared object file: No such file or directory
i was able to fix it by aliasing /usr/lib/libboost_python3.so.1.65.1 to /usr/lib/libboost_python3.so.1.64.0 but obviously that is not an ideal solution.