2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ImportError: No module named 'gensim' が出たのでインストール

Last updated at Posted at 2018-06-02

jupyter 内でスクリプトをを実行したら ImportError: No module named 'gensim' がでました。

gensim が無いというエラー

---> 10 import gensim
     11 

ImportError: No module named 'gensim'

gensim が入ってないみたいです。

conda install してみる

conda で install できるかやってみました。

conda install gensim

無事成功😃

確認

ちゃんと動くようになりました(☝ ՞ਊ ՞)

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?