PythonMagick icon indicating copy to clipboard operation
PythonMagick copied to clipboard

ImportError after updating boost-libs to 1.65.1-1

Open SippieCup opened this issue 8 years ago • 0 comments

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.

SippieCup avatar Oct 20 '17 16:10 SippieCup