Closed shreyaskarnik closed 10 years ago
Updated to python-crfsuite 0.8 but import gives the following error:
ImportError: /usr/local/lib/python2.7/dist-packages/pycrfsuite/_pycrfsuite.so: undefined symbol: _ZTIN8CRFSuite6TaggerE
Is there something I am missing, I updated using pip install --upgrade python-crfsuite
pip install --upgrade python-crfsuite
I can reproduce it. Will try to fix.
Could you please try 0.8.1? Does it work for you?
@kmike Thanks! It works!
Updated to python-crfsuite 0.8 but import gives the following error:
ImportError: /usr/local/lib/python2.7/dist-packages/pycrfsuite/_pycrfsuite.so: undefined symbol: _ZTIN8CRFSuite6TaggerE
Is there something I am missing, I updated using
pip install --upgrade python-crfsuite