原文:pip安裝報錯:is not a supported wheel on this platform

可能的原因 :安裝的不是對應python版本的庫,下載的庫名中cp 代表python . ,其它同理。 可能的原因 :這個是我遇到的情況 下載的是對應版本的庫,然后仍然提示不支持當前平台 我下載到的numpy庫文件名: numpy . . mkl cp cp m win .whl 使用pip安裝 在命令行中 : pip installnumpy . . mkl cp cp m win .whl 報 ...

2016-04-09 16:16 6 123280 推薦指數:

查看詳情

解決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
linux python3安裝whl包時報錯解決:is not a supported wheel on this platform

原因1 你下載安裝的包不是當前平台所支持的 原因2 你下載的包,不符合你所在的平台的安裝whl的名稱規范,所以出錯。比如當前我要安裝的包是:pymssql-2.1.5-cp36-cp36m-manylinux1_x86_64.whl 但是在我的系統中使用如下命令安裝pip ...

Tue Jan 12 18:20:00 CST 2021 0 793
win7安裝gevent時報錯 whl is not a supported wheel on this platform.

1.首先強烈推薦一個站點 在使用pip安裝python協程包gevent時,需要很多依賴,很多需要編譯的底層支持等等,不能拿來就用。總之很多麻煩的事兒。 這個強烈推薦一個站點,里面都是一些編譯好的python包,十分方便。 http://www.lfd.uci.edu/~gohlke ...

Tue Apr 28 02:34:00 CST 2015 0 13111
安裝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
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM