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

AttributeError: module 'smart_open' has no attribute 's3' #90

Open
fabianying opened this issue Mar 18, 2020 · 6 comments
Open

AttributeError: module 'smart_open' has no attribute 's3' #90

fabianying opened this issue Mar 18, 2020 · 6 comments

Comments

@fabianying
Copy link

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)

@aramidek
Copy link

@fabianying I tried this and am still getting the same error. Any other ideas out there?

@fabianying
Copy link
Author

The other thing I did before installing gemsim==3.4.0 is
pip install google-compute-engine

Maybe try that? I didn't think it impacted anything.

@aramidek
Copy link

Just tried it. same error.

@aramidek
Copy link

But then again, my kernel is python 3.5 in datalab. So maybe I need to go 3.6?

@fabianying
Copy link
Author

fabianying commented Mar 29, 2020 via email

@aramidek
Copy link

Trying to figure that out now. Looks like the default for py3 is 3.5 in datalab

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

No branches or pull requests

2 participants