Skip to content

ImportError after updating boost-libs to 1.65.1-1 #12

@SippieCup

Description

@SippieCup

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions