We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The gensim package version is 3.8.2 on pip, but after installing it and checking the version on python console I see 3.8.1:
import gensim gensim.__version__ # '3.8.1'
Linux-5.3.0-46-generic-x86_64-with-glibc2.10 Python 3.8.2 (default, Mar 26 2020, 15:53:00) [GCC 7.3.0] NumPy 1.18.1 SciPy 1.4.1 gensim 3.8.1 FAST_VERSION 1
The text was updated successfully, but these errors were encountered:
I can replicate this – definitely a bug. Thanks for reporting. CC @mpenkov
Sorry, something went wrong.
Fixed in a8e771d
I am facing the same problem when installing gensim 3.8.2 using pip. gensim-3.8.2-cp36-cp36m-manylinux1_x86_64.whl
Versions: Python 3.6.10 numpy 1.14.3
Yes, the problem was fixed in 3.8.3. Try upgrading gensim.
No branches or pull requests
Problem description
The gensim package version is 3.8.2 on pip, but after installing it and checking the version on python console I see 3.8.1:
Versions
The text was updated successfully, but these errors were encountered: