ntugce
ntugce
Having a similar problem and I am on Ubuntu 16.04. Here is the problem: >>> import pycrfsuite Traceback (most recent call last): File "", line 1, in File "/home/softwares/anaconda3/lib/python3.6/site-packages/pycrfsuite/__init__.py", line...
Thanks for your quick response. I did not do anything particular than pip installing the python-crfsuite Pip installation works but then when I want to import pycrfsuite I get this...
Okay, easy_installing the egg file worked for me, as you said perhaps something went wrong with the pip packaging. Thank you !