PyStasm icon indicating copy to clipboard operation
PyStasm copied to clipboard

Problem with importing __docs__

Open ghost opened this issue 9 years ago • 5 comments

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

ghost avatar May 03 '16 00:05 ghost

same here

wandonye avatar Mar 03 '17 05:03 wandonye

same here

Tracyxzh avatar Aug 21 '17 15:08 Tracyxzh

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

abhudev avatar Sep 19 '17 15:09 abhudev

Got the same problem, is there a fix?

kaashmonee avatar Nov 25 '17 10:11 kaashmonee

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: 找不到指定的模块。

mrlinyj avatar Aug 04 '19 09:08 mrlinyj