安装第三方包的时候报错

Command "python setup.py egg_info" failed with error code 1 
解决

更新pip

pip install --upgrade pip

再安装需要安装的第三方扩展包

参考:
Command “python setup.py egg_info” failed with error code 1…