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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
####Problem description
I'm unable to import KeyedVectors.
I guess replacing from scipy.misc import logsumexp to from scipy.special import logsumexp on the source code should fix it, but I'm not quite sure.
from scipy.misc import logsumexp
from scipy.special import logsumexp
from gensim.models import KeyedVectors
Linux-5.3.0-61-generic-x86_64-with-Ubuntu-18.04-bionic Python 3.6.5 (default, Apr 1 2018, 05:46:30) [GCC 7.3.0] Bits 64 NumPy 1.19.1 SciPy 1.5.2
The text was updated successfully, but these errors were encountered:
Can you add the full stacktrace + gensim version?
Sorry, something went wrong.
gensim==2.0.0
I just noticed that this error only happens in a jupyter notebook
Gensim 2.0.0 is more than 3 years old. I recommend upgrading.
No branches or pull requests
####Problem description
I'm unable to import KeyedVectors.
I guess replacing
from scipy.misc import logsumexp
to
from scipy.special import logsumexp
on the source code should fix it, but I'm not quite sure.
Steps/code/corpus to reproduce
from gensim.models import KeyedVectors
Versions
Linux-5.3.0-61-generic-x86_64-with-Ubuntu-18.04-bionic
Python 3.6.5 (default, Apr 1 2018, 05:46:30)
[GCC 7.3.0]
Bits 64
NumPy 1.19.1
SciPy 1.5.2
The text was updated successfully, but these errors were encountered: