Open slgao1010 opened 3 years ago
This smells like the cython
is out of date.
Can you try this?
cython -3 --cplus kenlm.pyx
If it works, then I can push out an updated cython
.
Yes this works! Thank you.
FYI I tried both cython
and cython3
and they both worked.
This is working.
can someone please help me figure out step 4 pip install from the checkout, what is the checkout?
can someone please help me figure out step 4 pip install from the checkout, what is the checkout?
just go to the kenlm directory (where setup.py lives) and run pip install -e .
Hi I'm trying to pip3 install kenlm on Ubuntu Focal and got the following error. When I do the same pip3 install on Ubuntu Bionic it was okay. Is it because kenlm is not compatible with python 3.8?