pandas之whl格式安装 pip安装报错:is not a supported wheel on this platform

一.主要介绍linux下安装

1.下载安装包:https://pypi.doubanio.com/simple/pandas/

2.安装  pip install wheel

3.更新一下pip版本(可选):pip install --upgrade pip

4.下载安装包为:pandas-0.20.3-cp27-cp27m-manylinux1_x86_64.wh  ,注意要修改成pandas-0.20.3-cp27-none-linux_x86_64.whl  不然会安装成功。

5.pip install pandas-0.20.3-cp27-none-linux_x86_64.whl

PS:之前一直报:pip安装报错:is not a supported wheel on this platform

猜你喜欢

转载自www.cnblogs.com/yspass/p/8963971.html