安裝.whl檔案出現 is not a supported wheel on this platform.解決辦法
有一次在學習機器學習演算法的時候,要安裝一個scikit-learn庫,需要依賴庫numpy和matplot庫,但是我安裝的時候出現了is not a supported wheel on this platform的錯誤,我先百度了一下嘗試一些方法:
1. 在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')]
根據上面的顯示,選擇自己需要的whl檔案,
cp27代表python的版本號,有win32和amd64兩個根據pip的結果進行選擇
這個方法試了之後還是沒有報錯的話那就直接看下一步
2.在經過度娘無數次後我goolge了一下
執行程式:python -m pip install --upgrade pip
之後我的問題就解決了,通過上面兩種方法應該就可以解決安裝時這種錯誤了。
相關推薦
安裝.whl檔案出現 is not a supported wheel on this platform.解決辦法
有一次在學習機器學習演算法的時候,要安裝一個scikit-learn庫,需要依賴庫numpy和matplot庫,但是我安裝的時候出現了is not a supported wheel on this platform的錯誤,我先百度了一下嘗試一些方法: 1. 在pytho
Windows環境下Python 安裝庫 is not a supported wheel on this platform解決辦法【轉】
Windows環境下Python 安裝庫 is not a supported wheel on this platform解決辦法 在使用python進行pdf轉換圖片時,需要PythonMagick庫,但下載了許多whl都無法解決 解決方案 可能的原因
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
安裝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
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.
在安裝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做數值運算的人必裝的一個的庫了。 然而今天我安裝這個庫遇到了一些以前一直沒遇到的問題,挺迷的,我之前安裝從來沒遇到過,只在這臺神船上遇到,記錄一下吧,或許別人也遇到了同樣的問題。
pip 安裝 pytroch is not a supported wheel on this platform
可能的原因1:安裝的不是對應python版本的庫,下載的庫名中cp27代表python2.7,其它同理。可能的原因2:這個是我遇到的情況(下載的是對應版本的庫,然後仍然提示不支援當前平臺) 我下載到的numpy庫檔名: 使用pip安裝(在命令列中): 報錯:*** is not a supported
pip安裝報錯:is not a supported wheel on this platform
可能的原因1:安裝的不是對應Python版本的庫,下載的庫名中cp27代表python2.7,其它同理。 可能的原因2:這個是我遇到的情況(下載的是對應版本的庫,然後仍然提示不支援當前平臺) 我下載到的wordcloud庫檔名: wordcloud‑1
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
pip報錯:is not a supported wheel on this platform
可能的原因1:安裝的不是對應python版本的庫,下載的庫名中cp27代表python2.7,其它同理。 可能的原因2:這個是我遇到的情況(下載的是對應版本的庫,然後仍然提示不支援當前平臺) 我下載到的numpy庫檔名: numpy-1.10.4+mkl-cp27-
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
parser.parse is not a function——arcgis api報錯解決辦法
在使用arcgis api的時候,會出現上面這種錯誤,百思不得其解,最後找到解決辦法。 出現這個錯誤的原因是因為你引用的順序和你在function裡面的順序不同造成的,dojo require 要
IntelliJ IDEA The selected directory is not a valid home for JDK 錯誤解決辦法
最近想學java,安裝了IntelliJ IDEA,建立了一個hello world專案。 可是說需要我首先配置SDK,那就配吧 可是當我選擇了java安裝目錄時,IntelliJ IDEA卻提示錯誤 The selected directory is not a valid home for JDK
HTML5 because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME c
我這裡出現這個問題是 引入 的檔案路徑錯誤。 原來的檔案路徑是: <link rel="stylesheet" href="../css/layui.css" media="all"> 然後一直無法載入。出現了這個情況。然後修改為: <link rel="styl
mariadb 安裝後設置密碼失敗 出現is not allowed to connect to this mariadb server
CentOS7.0以及RHEL7.0使用此命令 systemctl stop mariadb /usr/bin/mysqld_safe --skip-grant-tables 另外開個SSH連線或