-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Installation Error: Failed building wheel for gensim #3510
Comments
Has this been resolved because I have the same issue? |
I am using an older version of gensim 3.5.0 |
We don't build wheels for Python 3.12 yet. This is why your pip install is attempting to build a wheel. It's failing because you appear to be missing a compiler:
Without it, you cannot build the C extensions from source. At the moment, your options are:
We'll probably provide wheels for Python 3.12 in the next release, but I don't know when that will be. |
This comment was marked as off-topic.
This comment was marked as off-topic.
What is the expected release date for the new version? |
We're aiming for sometime within the next 2-3 weeks. |
Problem description
Installing gensim=4.3.1 fails with python=3.12.1
Steps/code/corpus to reproduce
pip install gensim
Versions
Please provide the output of:
The text was updated successfully, but these errors were encountered: