You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Error:
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.The text was updated successfully, but these errors were encountered: