原文:安裝pygame出現is not a supported wheel on this platform解決辦法

安裝python庫pygame時出現如下錯誤: 查看python的版本是否與之匹配,發現版本不匹配問題 例如 .我的python . 是 位的,就只能安裝cp 的 結果發現安裝還是出現問題 .如圖上,我的python是 位,而pygame是 位,所以依然報錯 解決方法:python和pygame一定要保持一致,要么都是 位,要么都是 位 安裝成功 ...

2018-08-11 20:59 0 2754 推薦指數:

查看詳情

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

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

Sat Mar 10 18:38:00 CST 2018 2 7994
解決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
pip安裝報錯:is not a supported wheel on this platform

可能的原因1:安裝的不是對應python版本的庫,下載的庫名中cp27代表python2.7,其它同理。 可能的原因2:這個是我遇到的情況(下載的是對應版本的庫,然后仍然提示不支持當前平台)   我下載到的numpy庫文件名 ...

Sun Apr 10 00:16:00 CST 2016 6 123280
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM