mjszczep / PyStasm

Python wrapper for finding features in faces.
Other
17 stars 6 forks source link

Problem with importing __docs__ #5

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello, I have this problem with both Python3.4 and Python2.7. Could you please help me out?

Traceback (most recent call last): File "/home/student/PycharmProjects/CS161_Computer_Vision/Pankratov_Nikita_assignment_7.py", line 4, in <module> import stasm File "/usr/local/lib/python3.4/dist-packages/PyStasm-0.3.2-py3.4-linux-x86_64.egg/stasm/__init__.py", line 4, in <module> from ._stasm import __doc__ ImportError: /usr/local/lib/python3.4/dist-packages/PyStasm-0.3.2-py3.4-linux-x86_64.egg/stasm/_stasm.cpython-34m.so: undefined symbol: _ZTVN2cv11_InputArrayE

wandonye commented 7 years ago

same here

Tracyxzh commented 7 years ago

same here

abhudev commented 7 years ago

I also have a very similar error, the undefined symbol is _ZN2cv5errorEiRKNS_6StringEPKcS4_i (System - Ubuntu 16.04, OpenCV 3.2.0)

kaashmonee commented 6 years ago

Got the same problem, is there a fix?

mrlinyj commented 5 years ago

Traceback (most recent call last): File "", line 1, in File "C:\Users\lyj\Anaconda3\envs\py35\lib\site-packages\stasm__init.py", line 4, in from ._stasm import doc ImportError: DLL load failed: Traceback (most recent call last): File "", line 1, in File "C:\Users\lyj\Anaconda3\envs\py35\lib\site-packages\stasm__init__.py", line 4, in from ._stasm import doc__ ImportError: DLL load failed: 找不到指定的模块。