whai362 / PSENet

Official Pytorch implementations of PSENet.
Apache License 2.0
1.17k stars 345 forks source link

ERRROR: PyUnicodeUCS2_AsUTF8String #35

Open AliceWunana opened 5 years ago

AliceWunana commented 5 years ago

除了重新编译python,不知有没有其他解决方法? Traceback (most recent call last): File "/PSENet/test_ic15.py", line 19, in from pse import pse File "/PSENet/pse/init.py", line 11, in from .adaptor import pse as cpse ImportError: */PSENet/pse/adaptor.so: undefined symbol: PyUnicodeUCS2_AsUTF8String environment: conda Python 2.7.13

jun214384468 commented 4 years ago

除了重新编译python,不知有没有其他解决方法? Traceback (most recent call last): File "_/PSENet/testic15.py", line 19, in from pse import pse File "/PSENet/pse/init.py", line 11, in from .adaptor import pse as cpse ImportError: */PSENet/pse/adaptor.so: undefined symbol: PyUnicodeUCS2_AsUTF8String environment: conda Python 2.7.13

请问你ide问题解决了吗?我也出现了