LoginSignup
12
7

More than 5 years have passed since last update.

pip install gensim がうまくいかない時

Last updated at Posted at 2017-12-08

pip install gensim がうまくいかない時

pipでパッケージをインストールするときに
pip install パッケージ名

で、

Command "python setup.py egg_info" failed with error code 1 in C:\Users\ユーザー名\AppData\Local\Temp\pip-build-81v4m7pj\gensim\

こんな時ありますよね。
まじか、なんやねんこれって思ってエラー読んでもよくわからないやつです。

で、ググったら案外すぐ出てきたので同じことで困った人がいたらおそらく次のコマンドで解決すると思います!

ちなみに環境はwindows10でPython3.6.1が対象となっています。

pip install --upgrade setuptools

これで解決です!!

ちなみに元ネタはここからです。

12
7
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
12
7