91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》
  • 首頁 > 
  • 教程 > 
  • 開發技術 > 
  • 使用pip安裝Python時出現:is not a supported wheel on this platform報錯如何解決

使用pip安裝Python時出現:is not a supported wheel on this platform報錯如何解決

發布時間:2021-03-02 16:49:09 來源:億速云 閱讀:437 作者:Leah 欄目:開發技術

使用pip安裝Python時出現:is not a supported wheel on this platform報錯如何解決?很多新手對此不是很清楚,為了幫助大家解決這個難題,下面小編將為大家詳細講解,有這方面需求的人可以來學習下,希望你能有所收獲。

可能的原因1:安裝的不是對應python版本的庫,下載的庫名中cp27代表python2.7,其它同理。

可能的原因2:這個是我遇到的情況(下載的是對應版本的庫,然后仍然提示不支持當前平臺

在https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy中,我下載到的numpy庫文件名:

numpy-1.10.4+mkl-cp27-cp27m-win32.whl

使用pip安裝(在命令行中):

pip install numpy-1.10.4+mkl-cp27-cp27m-win32.whl

報錯:***  is not a supported wheel on this platform,通過在stackoverflow上的一個帖子成功解決問題。

方法:在shell中輸入

import pip; print(pip.pep425tags.get_supported())

可以獲取到pip支持的文件名還有版本,我這里如下:

>>import pip; print(pip.pep425tags.get_supported())
[('cp27', 'none', 'win32'), ('py2', 'none', 'win32'), ('cp27', 'none', 'any'), ('cp2', 'none', 'any'), ('cp26', 'none', 'any'), ('cp25', 'none', 'any'), ('cp24', 'none', 'any'), ('cp23', 'none', 'any'), ('cp22', 'none', 'any'), ('cp21', 'none', 'any'), ('cp20', 'none', 'any'), ('py27', 'none', 'any'), ('py2', 'none', 'any'), ('py26', 'none', 'any'), ('py25', 'none', 'any'), ('py24', 'none', 'any'), ('py23', 'none', 'any'), ('py22', 'none', 'any'), ('py21', 'none', 'any'), ('py20', 'none', 'any')]

通過這里可以發現上面下載的文件名格式是不支持的,修改為:numpy-1.10.4+mkl-cp27-none-win32.whl即可成功安裝。

其它的庫也同理可以成功安裝,不過也請注意庫的依賴。

(參考帖子網址:http://stackoverflow.com/questions/28107123/cannot-install-numpy-from-wheel-format?rq=1)

補充:skimage庫安裝報錯的情況

同上述安裝報錯一樣,筆者在本機win7+Python2.7.9環境下安裝skimage庫:scikit_image?0.13.1?cp27?cp27m?win32.whl

報錯如下圖:

使用pip安裝Python時出現:is not a supported wheel on this platform報錯如何解決

使用import pip; print(pip.pep425tags.get_supported())命令,結果如下:

 使用pip安裝Python時出現:is not a supported wheel on this platform報錯如何解決

此時將scikit_image?0.13.1?cp27?cp27m?win32.whl改為scikit_image-0.13.1-cp27-none-win32.whl

再使用

pip install scikit_image-0.13.1-cp27-none-win32.whl

看完上述內容是否對您有幫助呢?如果還想對相關知識有進一步的了解或閱讀更多相關文章,請關注億速云行業資訊頻道,感謝您對億速云的支持。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

双城市| 黔南| 万荣县| 富蕴县| 冀州市| 湖州市| 章丘市| 安陆市| 原平市| 福海县| 佳木斯市| 卢龙县| 雅江县| 淅川县| 厦门市| 荔波县| 永修县| 安仁县| 运城市| 长丰县| 金门县| 南昌县| 双峰县| 肥城市| 上林县| 沐川县| 甘孜县| 临清市| 泌阳县| 周宁县| 建昌县| 台南市| 皮山县| 阳春市| 安义县| 北辰区| 称多县| 钦州市| 临城县| 廉江市| 墨竹工卡县|