-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Failed building wheel for kenlm (Python 3.9.13 & 3.10.9) #421
Comments
What platform is this that doesn't have bash installed? |
I get same problem,but have no solution |
Install bash... |
I got the same trouble |
|
|
@michael-newsrx different issue, looks like cython is broken. Try now that I've updated |
I got the same trouble. Python version information: OS version information: PIP version information: |
Windows10 |
I am also getting the same error |
Windows is a community-supported platform. I don't support it but you're welcome to fix it. |
you can install the *whl which is compiled in some webs;i fixxed that on Fasttext by this way |
check out the answers provided here. it's for a different question but can solve the problem of kenlm installation on windows. @TrinhNhatTuyen |
Can you give more details? I tried the methods but I still can't install kenlm for windows |
download and run visual studio installer and install desktop development with C++, it worked for me. |
It works for me! Thanks! |
use python3.8, and it work for me.
|
install about Microsoft Visual C++ 14.0,it works |
I upgraded gcc (GCC) version from 8.5.0 to 9.3.0 and fixed this problem. Red Hat 8.5.0-15 |
Hi, I used
!pip install https://github.com/kpu/kenlm/archive/master.zip
to install kenlm, and the error is:.
.
.
I tried with Python 3.9.13 & 3.10.9 but i didn't work. is there any way to fix it?
The text was updated successfully, but these errors were encountered: