-
-
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
Cannot install gensim with pip 23.1 #3466
Comments
@kennysong sorry, old versions are Gensim are no longer supported. Any reason why you're not using the latest Gensim = v4.3.1? |
Hi @piskvorky, gensim 3.8.3 is a dependency of PyCaret 2.3.10, and we need to run that specific version for compatibility with old models from 2022. It is possible for us to pin the version of pip as a workaround, though, if the fix can't be backported to an older version of gensim. |
What's the problem with those "old models from 2022", specifically? The model migration (if needed at all) should be cosmetic. There have been many optimizations and fixes since 3.8.3, so moving on to 4.3.1 is recommended. It's not just about Gensim as such, but its dependencies (numpy, pip…) that have changed. |
Sorry for the confusion. It's a PyCaret model from 2022 which uses gensim internally (or at least depends on the package gensim==3.8.3). |
Problem description
Installing gensim==3.8.3 fails with pip 23.1 (the latest version).
Steps/code/corpus to reproduce
This works:
This fails:
Versions
These are version from the first venv with pip 23.0.1 which was able to install gensim.
The text was updated successfully, but these errors were encountered: