-
Notifications
You must be signed in to change notification settings - Fork 138
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
ValueError in import gensim.downloader #48
Comments
Please show the output of:
|
@mpenkov, here is:
|
Also, what platform? MacOS, Linux, Windows? I suspect MacOS from the pathnames, but would like to be sure. Do previous gensim versions exhibit the same problem? |
MacOS 10.14.6
Yes, they do. I found a recommendation for upgrade version of Gensim and Numpy and did it. But the problem still remains. It can be important: I'm using local Jupiter Notebook for code. |
@mpenkov do you have any idea for solve the problem? |
Not immediately, no. I need to reproduce your problem first, but I've got a lot on my to-do list at the moment, and can't say when I will get around to it. In the meanwhile, you could try rebuilding gensim from source (instead of using the wheel) - that may help. |
Can you try with gensim 4.1.2? |
I had an error when try to import downloader module. I upgraded gensim to v4.1.0 and numpy to v1.21.2. But it doesn't work.
input:
import gensim.downloader as api
output:
The text was updated successfully, but these errors were encountered: