Skip to content
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

Inconsistency between pip version (3.8.2) and installed version (3.8.1) #2796

Closed
dpasqualin opened this issue Apr 15, 2020 · 4 comments
Closed
Labels
bug Issue described a bug
Milestone

Comments

@dpasqualin
Copy link

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:

import gensim
gensim.__version__
# '3.8.1'

Versions

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
@piskvorky piskvorky added the bug Issue described a bug label Apr 15, 2020
@piskvorky
Copy link
Owner

I can replicate this – definitely a bug. Thanks for reporting. CC @mpenkov

@mpenkov
Copy link
Collaborator

mpenkov commented May 1, 2020

Fixed in a8e771d

@mpenkov mpenkov closed this as completed May 1, 2020
@XiaoyanZhan201
Copy link

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

@piskvorky
Copy link
Owner

piskvorky commented Jul 15, 2020

Yes, the problem was fixed in 3.8.3. Try upgrading gensim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue described a bug
Projects
None yet
Development

No branches or pull requests

4 participants