02——python3.5.1版本安装pandas失败
- 需求:使用pip安装pandas
pip install pandas #cmd安装命令
- 问题:
ERROR: Exception:
Traceback (most recent call last):
- 解决方法:
pip --default-time=200 install pandas
- 效果:

pip install pandas #cmd安装命令
ERROR: Exception:
Traceback (most recent call last):
pip --default-time=200 install pandas
