crf - Installing python-crfsuite to anaconda -


i downloaded pythoncrfsuite package from

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

and installed via

python setup.py install 

command , installed on system. however, i'm not able use spyder, whever import pycrfsuite following error, can provide me appropriate solution same?

import pycrfsuite traceback (most recent call last): file "<stdin>", line 1, in <module> file "pycrfsuite/__init__.py", line 2, in <module> ._pycrfsuite import * importerror: no module named _pycrfsuite 

despite there file named _pycrfsuite.cpp in folder containing __init_.py.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -