I want to install python-crfsuite in Ubuntu. When I install using pip, I'm getting some warning and
Could not find .egg-info directory in install record for python-crfsuite
When I import crfutils in python, it is saying module not found. What could be the problem or is it is not possible in Linux system?
Install important tools
Download the dependencies.
Decompress. Go to the resulting directory. Type
./configure. Thenmake. Thenmake install.Download the actual software source.
Decompress the file. Go to the resulting directory. Type
./configure. Thenmake. Go to theswig>pythondirectory. TypeYou may need to manually edit
export_wrapper.cpp, but the fix is included inREADMEYou may need to add
/usr/local/libtoLD_LIBRARY_PATHif you getImportError: libcrfsuite-0.12.so.