kpu / kenlm

KenLM: Faster and Smaller Language Model Queries
http://kheafield.com/code/kenlm/
Other
2.46k stars 514 forks source link

python setup.py install error #423

Open zscwind opened 1 year ago

zscwind commented 1 year ago

I am trying install kenlm as follows: mkdir build cd build cmake .. make python setup.py install the compilation and make is ok, but I run python setup.py install,the following error appears:

image image image

zscwind commented 1 year ago

Sove method: recopile with -fPIC