cached

.

pip installでつまづく"Command "python setup.py egg_info" failed with error code 1 in ~"

pip installで以下のエラー。

Command "python setup.py egg_info" failed with error code 1 in ~/hoge/hoge

setuptoolsの問題。

pip install --upgrade setuptools


動いた