Linux-3-解决“Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-jeeuf4dl/n”
1、发现有问题的几行都在setuptools文件夹下出现的错误
因此:需要安装setuptools-19.6,基于python3.5
1、安装python3.5(前提)
2、安装setuptools-19.6
3、安装pip
https://www.jianshu.com/p/6ca263642afc