1. 程式人生 > >pip安裝報錯:is not a supported wheel on this platform

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

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

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

  我下載到的wordcloud庫檔名:

wordcloud‑1.3.2‑cp36‑cp36m‑win32.whl
  使用pip安裝(在命令列中):

pip install wordcloud‑1.3.2‑cp36‑cp36m‑win32.whl
  報錯:* is not a supported wheel on this platform.
 可能的原因就是下載的檔案與python的版本不一樣。
 
 方法:在shell中輸入import pip; print(pip.pep425tags.get_supported())

[('cp35', 'cp35m', 'win32'), 
('cp35', 'none', 'win32'), 
('py3', 'none', 'win32'),
 ('cp35', 'none', 'any'),
('py34', 'none', 'any'), 
('py33', 'none', 'any'), 
('py32', 'none', 'any'), 
('py31', 'none', 'any'), 
('py30', 'none', 'any')]

這裡面的cp35 代表的是 python 是3.5 的版本。

所以我的wordcloud 應該下載的是:
wordcloud‑1.3.2‑cp35‑cp35m‑win32.whl

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

相關推薦

pip安裝:is not a supported wheel on this platform

可能的原因1:安裝的不是對應Python版本的庫,下載的庫名中cp27代表python2.7,其它同理。 可能的原因2:這個是我遇到的情況(下載的是對應版本的庫,然後仍然提示不支援當前平臺)   我下載到的wordcloud庫檔名: wordcloud‑1

Python——pip安裝is not a supported wheel on this platform

它的 form pytho 可能 通過 one 令行 div 版本 pip安裝報錯:is not a supported wheel on this platform 可能的原因1:安裝的不是對應python版本的庫,下載的庫名中cp35代表python3.5,其它同理。

(轉存)pip安裝is not a supported wheel on this platform

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

pip安裝is not a supported wheel on this platform

可能的原因1:安裝的不是對應python版本的庫,下載的庫名中cp27代表python2.7,其它同理。 可能的原因2:這個是我遇到的情況(下載的是對應版本的庫,然後仍然提示不支援當前平臺)   我下載到的numpy庫檔名:   使用pip安裝(在命令列中):   報錯:***  is not

pipis not a supported wheel on this platform

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

pip 安裝 pytroch is not a supported wheel on this platform

可能的原因1:安裝的不是對應python版本的庫,下載的庫名中cp27代表python2.7,其它同理。可能的原因2:這個是我遇到的情況(下載的是對應版本的庫,然後仍然提示不支援當前平臺)  我下載到的numpy庫檔名:  使用pip安裝(在命令列中):  報錯:***  is not a supported

Windows環境下Python 安裝is not a supported wheel on this platform解決辦法【轉】

Windows環境下Python 安裝庫 is not a supported wheel on this platform解決辦法 在使用python進行pdf轉換圖片時,需要PythonMagick庫,但下載了許多whl都無法解決 解決方案 可能的原因

安裝MySQL_python-1.2.5-cp27-none-win_amd64.whl is not a supported wheel on this platform.

安裝了python,想用python來連線資料庫,需要安裝mysql-python包。 在https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python

安裝.whl檔案出現 is not a supported wheel on this platform.解決辦法

有一次在學習機器學習演算法的時候,要安裝一個scikit-learn庫,需要依賴庫numpy和matplot庫,但是我安裝的時候出現了is not a supported wheel on this platform的錯誤,我先百度了一下嘗試一些方法: 1.  在pytho

安裝scrapy過程中安裝Twisted依賴庫出錯 is not a supported wheel on this platform

安裝Twisted依賴庫時出現如下錯誤 解決方案:首先排除是否為wheel庫沒有安裝導致的,如果是 在cmd輸入pip install wheel,如果不是則檢視Twisted的庫是否與你的python編譯器的位數相同,如果你的python是32位就要安裝Twisted-1

[Python]Numpy安裝及一些玄學問題(is not a supported wheel on this platform、Undefined variable from import)

numpy是python的一個科學計算庫,可以實現matlab裡的數學運算,基本是用python做數值運算的人必裝的一個的庫了。 然而今天我安裝這個庫遇到了一些以前一直沒遇到的問題,挺迷的,我之前安裝從來沒遇到過,只在這臺神船上遇到,記錄一下吧,或許別人也遇到了同樣的問題。

Python: pyHook-1.5.1-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.

     pyHook-1.5.1-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform. 安裝pyhook的時候報錯 下載了pyHook-1.5.1-cp37-cp37m-

解決MySQL_python-1.2.5-cp27-none-win_amd64.whl is not a supported wheel on this platform.(win10)

一、問題情境 本想用django搭建個小部落格,但是在Windows10的DOS下安裝mysql驅動時, 總是報錯:MySQL_python-1.2.5-cp27-none-win_amd64.whl is not a supported wheel on this platform.

torch-0.3.0.post4-cp27-cp27m-linux_x86_64.whl is not a supported wheel on this platform.

出現該錯誤,說明該版本不適合系統安裝,可以嘗試下載torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whl 版本pip install torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whl Proce

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” 解

Ubuntu14.04 Anaconda(python3.6)安裝tensorflow (:undefined symbol: zgelsd_; is not a supported wheel

本來安裝tensorflow是一件無比簡單的事,但在我的電腦上卻裝了一個星期。期間遇到各種麻煩事、各種坑,在此記錄一下,方便大家。報錯包括: undefined symbol: zgelsd_ ImportError: cannot import name

iOS開發~CocoaPods使用詳細說明 cocoapods pod install 安裝 is not used in any concrete target

iOS開發~CocoaPods使用詳細說明 2014-08-06 11:08 25320人閱讀 評論(12) 收藏 舉報 分類: ios(56) 一、概要 iOS開

使用 es6 class類建立物件 在其他頁面 用vue引用 is not a constructor

最近專案中使用 es6 新語法class建立物件,在 vue 檔案中匯入以後,在new的時候報錯,很是鬱悶 然後 啟動專案 ,開啟瀏覽器 刷刷報錯   明明是是引入了為嘛報錯呢? 最後發現是因為 命名的問題    所以小夥伴 們,引入的時候

保存xml 'UTF_8' is not a supported encoding name

see def cep lar info provider supported utf 保存xml ArgumentException: ‘UTF_8‘ is not a supported encoding name. For information on definin

python pip安裝python setup.py egg_info failed with error code 1

setup all get setup.py target pip升級 升級 col python版本 安裝locust遇到點問題折騰了好一會兒,記錄一下。 使用命令pip install locustio提示python setup.py egg_info failed