-
Notifications
You must be signed in to change notification settings - Fork 914
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
AttributeError: module 'smart_open' has no attribute 's3' #90
Comments
@fabianying I tried this and am still getting the same error. Any other ideas out there? |
The other thing I did before installing gemsim==3.4.0 is Maybe try that? I didn't think it impacted anything. |
Just tried it. same error. |
But then again, my kernel is python 3.5 in datalab. So maybe I need to go 3.6? |
Yes, I would try being on python 3.6.
…On Sun, Mar 29, 2020 at 6:48 PM aramidek ***@***.***> wrote:
But then again, my kernel is python 3.5 in datalab. So maybe I need to go
3.6?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AET5Q7BUS2JZB6IKQP57KWLRJ6CXFANCNFSM4LOQPP6A>
.
|
Trying to figure that out now. Looks like the default for py3 is 3.5 in datalab |
After installing node2vec on python 3.6, it gives the following error when running
import node2vec
:AttributeError: module 'smart_open' has no attribute 's3'
This is fixed by installing gemsim==3.4.0 (
pip install gensim==3.4.0
). (By default, it installed gensim==3.8.1)The text was updated successfully, but these errors were encountered: