如果出现如下提示:
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-pty_cqzi/distribute/
请将安装命令由
sudo -H python -m pip install -U pip
更改为:
sudo -H python2 -m pip install -U distribute
如果出现如下提示:
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-pty_cqzi/distribute/
请将安装命令由
sudo -H python -m pip install -U pip
更改为:
sudo -H python2 -m pip install -U distribute
转载于:https://my.oschina.net/u/63375/blog/913916