首页 > 代码库 > python pip安装问题

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

 

python pip安装问题