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
FYI-- the binaries don't appear to be platform independent even though they work on the compiled platform, e.g., trying on Ubuntu when compiled on TOSS via conda-recipies yields:
In [1]: import PythonMagick
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-a4966174322d> in <module>()
----> 1 import PythonMagick
/home/pwolfram/miniconda/envs/test_pythonmagick/lib/python2.7/site-packages/PythonMagick/__init__.py in <module>()
----> 1 from . import _PythonMagick
2
3 class Image(_PythonMagick.Image):
4 pass
5
ImportError: libboost_python.so.5: cannot open shared object file: No such file or directory
Compatibility appears to be constrained to ImageMagick 6.X, not 7.X because
of C++ template / class errors as well as class redefinition.
Versions that appear to work together in linux:
Note, versions not fully tested / vetted. Caveat emptor
Full list of packages for build:
The text was updated successfully, but these errors were encountered: