thunlp/THULAC-Python

fast_cut 运行错误:OSError: [WinError 193] %1 不是有效的 Win32 应用程序。

JungleXia opened this issue · 1 comments

D:\ProgramData\Anaconda3\envs\pyppeteer\python.exe F:/Pywork/pyppe/agent_pyq/test_thulac.py
F:\Pywork\pyppe\agent_pyq
Traceback (most recent call last):
File "F:/Pywork/pyppe/agent_pyq/test_thulac.py", line 47, in
thu1 = ThulacSo() # 模型等文件预读取和初始化
File "F:/Pywork/pyppe/agent_pyq/test_thulac.py", line 23, in init
self.lib = cdll.LoadLibrary('F:/Pywork/pyppe/agent_pyq/libthulac.so') # 读取so文件
File "D:\ProgramData\Anaconda3\envs\pyppeteer\lib\ctypes_init_.py", line 434, in LoadLibrary
return self.dlltype(name)
File "D:\ProgramData\Anaconda3\envs\pyppeteer\lib\ctypes_init
.py", line 356, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 不是有效的 Win32 应用程序。

fask_cut目前不支持windows哈