python pip安装问题

scipy-0.18.1-cp34-cp34m-win32.whl is not a supported wheel on this platform.

遇到该问题需要更新pip版本

1.更新pip:python3 -m pip install -U pip
2.安装pandas:python3 -m pip install pandas
原文地址:https://www.cnblogs.com/xiaoyaowuming/p/6189272.html