1. 程式人生 > >Python中安裝wheel檔案,在安裝後出現“xx.whlis not a supported wheel on this platform問題”

Python中安裝wheel檔案,在安裝後出現“xx.whlis not a supported wheel on this platform問題”

安裝wheel檔案參考:https://blog.csdn.net/weixin_38501796/article/details/79292935所說的方法

操作之後出現了一個問題:“xx.whlis not a supported wheel on this platform”

解決辦法https://blog.csdn.net/xiuxiuen_michelle/article/details/81080694

Python模組包地址https://www.lfd.uci.edu/~gohlke/pythonlibs/

我的電腦需要的numpy版本numpy‑1.14.6+mkl‑cp35‑cp35m‑win_amd64.whl

下載匹配的檔案後繼續按照https://blog.csdn.net/weixin_38501796/article/details/79292935所說方法重新執行,又出現了問題(別人執行都好好的,我也不知道為什麼自己操作總是出錯......):

百度無果,於是改變了一下原文中的第四步操作方法

(1)先是轉到.whl資料夾下

(2)執行pip3 install 檔名.whl

簡答測試,安裝成功。