yuanyem
yuanyem

Reputation: 11

ModuleNotFoundError: No module named 'smart_open.compression'

when i try to import gensim, i see this error message:

ModuleNotFoundError: No module named 'smart_open.compression'

Any thoughts?

Upvotes: 1

Views: 2251

Answers (1)

Ilya
Ilya

Reputation: 23

Try to install it using

!pip install smart_open

Write it in any code cell in your notebook.

Upvotes: 1

Related Questions