python安裝某些庫失敗的問題解決方案

1.下載whl文件python

網址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#pandasip

想下載pandas就用上面的這個,想下載numpy的就用下邊的這個ci

https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpypandas

2.其中#被稱爲錨點能夠直接定位到你要下載的文件的地方,#號後邊的就是你要下載的文件名pip

找好python版本和電腦位數就能夠下載

3.安裝numpy

pip install  xxx.whl文件

相關文章
相關標籤/搜索