2

我从下载了 pythoncrfsuite 包

https://pypi.python.org/pypi/python-crfsuite

并通过安装它

python setup.py install

命令,它完美地安装在系统上。但是,我无法将它与 spyder 一起使用,无论我导入 pycrfsuite 时都会出现以下错误,你能为我提供一个合适的解决方案吗?

import pycrfsuite
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "pycrfsuite/__init__.py", line 2, in <module>
from ._pycrfsuite import *
ImportError: No module named _pycrfsuite

尽管在包含 __init_.py 的文件夹中有一个名为 _pycrfsuite.cpp 的文件。

4

0 回答 0