kpu / kenlm

KenLM: Faster and Smaller Language Model Queries

Home Page:http://kheafield.com/code/kenlm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python setup.py install error

zscwind opened this issue · comments

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

Sove method: recopile with -fPIC