-
-
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
Import KeyedVectors error: cannot import name 'open' #2576
Comments
you can upgrade smart_open module. |
Correct. Duplicate of piskvorky/smart_open#343. The fix will be to require the correct version of |
@piskvorky O/, I know @mpenkov has self-assigned the issue to himself but I bumped into the same issue and I think it's annoying. |
@AMR-KELEG I think this was fixed by your PR #2582 - could you please confirm? |
I tried installing gensim from the github develop branch using |
This issue seems to still be present in the version available via 'conda' (3.8.0). It would be great to have that updated, if that's the issue. |
@michaelkarlcoleman The latest version of gensim in conda is 3.8.3. Can you please give that a try? |
I have the same issue in gensim 3.8.3 and smart_open 2.0.0 |
Please open a new issue, with your full details. |
Problem description
I want to import KeyedVectors. Then I got the error: ImportError: cannot import name 'open'
Steps/code/corpus to reproduce
Versions
The text was updated successfully, but these errors were encountered: