原文:使用pip安裝.whl文件時出現is not a supported wheel on this platform的解決辦法

今天自己用pip下載basemap模塊的時候出現了is not a supported wheel on this platform的錯誤 whl文件的版本合適 經百度直到可以通過下述命令查看使用pip下載whl文件時支持的命名規則 支持的版本 : 如果版本合適但pip下載失敗出現上述問題,可以在shell中通過上述代碼查看對應規則,並為文件重命名 另:下載時注意路徑安排 ...

2020-01-04 16:45 0 1606 推薦指數:

查看詳情

whl is not a supported wheel on this platform解決辦法

有些時候,我們用pip install *** 難免發生意外,可以采用安裝whl的方法,不過... 有時候出現如: whl is not a supported wheel on this platformwhl文件名字改成以上任意格式就好了... ...

Sat Mar 10 18:38:00 CST 2018 2 7994
安裝pygame出現is not a supported wheel on this platform解決辦法

安裝python庫pygame出現如下錯誤: 查看python的版本是否與之匹配,發現版本不匹配問題 例如1.我的python3.6是32位的,就只能安裝cp36的;結果發現安裝還是出現問題; 2.如圖上,我的python是32位 ...

Sun Aug 12 04:59:00 CST 2018 0 2754
解決python pip安裝提示"not a supported wheel on this platform"

python下載.whl安裝文件使用pip安裝有時候會提示報錯"xxxxx not a supported wheel on this platform",應該是下載的庫文件版本與當前運行的python不一致,重新下載安裝包即可。 一般第三方庫都會同時支持好幾個python版本和環境,如何正確 ...

Sun Dec 31 00:17:00 CST 2017 0 7374
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM