Closed utkonos closed 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.
@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.
I'm on MacOS, using homebrew python 3.5 and pip3 installed pydeep.