windows下用pip安装库,出现Command "python setup.py egg_info"错误信息

转自:http://blog.csdn.net/u011092188/article/details/64123561

 

解决方案:

python -m pip install --upgrade --force pip 
pip install setuptools==33.1.

 

posted @ 2017-10-25 10:22  stAr_1  阅读(4060)  评论(0编辑  收藏  举报