scrapinghub / python-crfsuite

A python binding for crfsuite
MIT License
770 stars 221 forks source link

Cannot import python-crfsuite #11

Closed shreyaskarnik closed 10 years ago

shreyaskarnik commented 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

kmike commented 10 years ago

I can reproduce it. Will try to fix.

kmike commented 10 years ago

Could you please try 0.8.1? Does it work for you?

shreyaskarnik commented 10 years ago

@kmike Thanks! It works!