emmetio / pyv8-binaries

Archive of pre-compiled PyV8 binaries
713 stars 302 forks source link

The error of importing PyV8 #36

Open EdQzz opened 5 years ago

EdQzz commented 5 years ago

import PyV8 Traceback (most recent call last): File "", line 1, in File "/usr/local/python3/lib/python3.7/site-packages/PyV8.py", line 32, in import _PyV8 ImportError: /usr/local/python3/lib/python3.7/site-packages/_PyV8.so: undefined symbol: _PyThreadState_Current

Centos 7.4 Python3,7 pyv8-linux64-p3.zip

How could I deal with this problem

XMISSM commented 3 years ago

Do you slove it? I meet the same error.