pkuseg-python icon indicating copy to clipboard operation
pkuseg-python copied to clipboard

import pkuseg.inference as _inf, ImportError: DLL load failed: 找不到指定的模块

Open JungleXia opened this issue 5 years ago • 1 comments

import pkuseg.inference as _inf, ImportError: DLL load failed: 找不到指定的模块

Installation Environment: Window7、python3.7

I followed the tutorial installation and I got an error when I ran the first example.The Error: Traceback (most recent call last): File "F:/Pywork/pyppe/agent_pyq/test_pkuseg.py", line 7, in import pkuseg File "D:\ProgramData\Anaconda3\envs\pyppeteer\lib\site-packages\pkuseg_init_.py", line 15, in import pkuseg.trainer as trainer File "D:\ProgramData\Anaconda3\envs\pyppeteer\lib\site-packages\pkuseg\trainer.py", line 19, in import pkuseg.inference as _inf ImportError: DLL load failed: 找不到指定的模块。 pkuseg

JungleXia avatar Apr 18 '19 11:04 JungleXia

请问了你解决了吗,我也遇到了同样的问题

MoncozGC avatar Feb 23 '22 07:02 MoncozGC