kbandla / pydeep

Python bindings for ssdeep
Other
91 stars 33 forks source link

Problem on import with Python 3.5 #14

Closed utkonos closed 8 years ago

utkonos commented 8 years ago

import pydeep Traceback (most recent call last): File "", line 1, in ImportError: dlopen(/usr/local/lib/python3.5/site-packages/pydeep.cpython-35m-darwin.so, 2): Symbol not found: _PyString_FromString Referenced from: /usr/local/lib/python3.5/site-packages/pydeep.cpython-35m-darwin.so Expected in: flat namespace in /usr/local/lib/python3.5/site-packages/pydeep.cpython-35m-darwin.so

I'm on MacOS, using homebrew python 3.5 and pip3 installed pydeep.

kbandla commented 8 years ago

@utkonos : pip does not yet have the py3 port. Try installing from source by checking out from the git repo. I will upload the latest version (0.4) soon.