THULAC-Python icon indicating copy to clipboard operation
THULAC-Python copied to clipboard

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

Open JungleXia opened this issue 6 years ago • 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 应用程序。

JungleXia avatar Apr 19 '19 03:04 JungleXia

fask_cut目前不支持windows哈

MaJunhua avatar Apr 29 '19 05:04 MaJunhua