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>python
directory. TypeYou may need to manually edit
export_wrapper.cpp
, but the fix is included inREADME
You may need to add
/usr/local/lib
toLD_LIBRARY_PATH
if you getImportError: libcrfsuite-0.12.so
.