python3中Failed building wheel for xxx”的解決辦法
出現原因:缺失相應的whl檔案。
解決辦法:下載並安裝對應的whl檔案。
1.如何下載對應的whl檔案:
點選下方連結,即可找到並下載相對應的whl檔案:
例如,出現“ Failed building wheel for python_Levenshtein”則下載相應python版本的python_Levenshtein檔案。
我用的是Python3.5版本,則找到python_levenshtein-0.12.0-cp35-cp35m-win_amd64.whl檔案進行下載即可。
2、.如何安裝對應的whl檔案:
使用pip install “檔案路徑+whl檔名”即可成功安裝對應的whl檔案。
比如:pip install D:\ruanjian\python\python_Levenshtein-0.12.0-cp35-cp35m-win_amd64.whl
相關推薦
python3中Failed building wheel for xxx”的解決辦法
Python其它包的過程中出現“ Failed building wheel for xxx”的解決辦法: 出現原因:缺失相應的whl檔案。解決辦法:下載並安裝對應的whl檔案。 1.如何下載對應的whl檔案: 點選下方連結,即可找到並下載相對應的whl檔案
PIP安裝Python的scipy,scrapy等包出現“failed building wheel for xxx”問題解決辦法
1.在這裡下載對應的.whl檔案,注意別改檔名! Ctrl + F,輸入lxml,找到下面這段 Lxml, a binding for the libxml2 and libxslt libraries. lxml‑3.4.4‑cp27‑none‑win32.whl lxml‑3.4.4‑cp27‑no
pip install -- Failed building wheel for XXX
安裝失敗 http twisted html_ sof tar lan sun ext pip install -- Failed building wheel for XXXpythonpip 一言:真正的愛不是盡力,是盡心。 在使用 pip install 安
Python,使用Anaconda安裝Levenshtein,出現: Failed building wheel for xxx錯誤
出現原因:缺失相應的whl檔案。 解決辦法:下載並安裝對應的whl檔案。 點選下方連結,即可找到並下載相對應的whl檔案: 例如,出現“ Failed building wheel for python_Levenshtein”則下載相應python版本
python3中安裝LTP報錯“Failed building wheel for pyltp”的解決辦法
win10環境下,使用 pip install pyltp 安裝LTP時,命令列報錯 Failed building wheel for pyltp 解決方法: 先下載ltp對應python版本的whl檔案 pyltp-0.2.1-cp35-cp35m-win_amd6
解決Mac安裝tesserocr報錯問題 Failed building wheel for
localhost:~ jerry$ Processing /var/www/git/python/tesserocr -bash: Processing: command not found localhost:~ jerry$ pip3 install tesserocr Collecting te
Failed building wheel for mysql-python解決辦法
出錯資訊如下:Command "c:\users\june\envs\vueshop\scripts\python.exe -u -c "import setuptools, tokenize;__fi
Failed building wheel for tesserocr (未解決)
hewudeMacBook-Pro:~ whe$ pip3 install tesserocr pillow Collecting tesserocr Using cached https://files.pythonhosted.org/packages/f8/6d
mac下安裝tesserocr包的流程和錯誤(Failed building wheel for tesserocr)
按以下是步驟順序安裝: brew install imagemagick brew install tesseract 在命令列輸入tesseract即可驗證是否成功安裝tesseract pip3 install tesserocr 如果最後一步出現Failed buildin
Failed building wheel for netifaces
目錄 文章目錄 目錄 問題 解決 問題 安裝 OpenStackClient 的時候發現問題: Failed building wheel for netifaces Running setup.py clean for n
Failed building wheel for dlib
本人想安裝python用的dlib和face_recognition元件,但是真想說xxx,網上說了很多辦法,什麼anaconda,cmake編譯boost。。。 可能我這裡的版本不一樣吧,我現在用的是win7 64bit python2.7 visual studio2010,用pip安裝
python LTP 安裝 failed building wheel for pyltp
LTP(Language Technology Platform)語言技術平臺。LTP提供了一系列中文自然語言處理工具,使用者可以使用這些工具對於中文文字進行分詞、詞性標註、句法分析等等工作。主頁 GitHub pyltp win10 pip直接安裝pyltp時
安裝Scrapy時報錯Failed building wheel for Twisted
在pip安裝Scrapy的時候,報錯Failed building wheel for Twisted。和error: Microsoft Visual C++ 14.0 is required。 下載好之後,cd到下載資料夾。pip instal
【轉載】Android Gradle Build Error:Some file crunching failed, see logs for details解決辦法
mage erl 博客 details efault roi 成了 options 文件 錯誤日誌:Error:java.lang.RuntimeException: Some file crunching failed, see logs for details Lo
Some file crunching failed, see logs for details解決辦法
Error:Execution failed for task ':xxxxx:mergeDebugResources'. > Some file crunching failed, see
Some file crunching failed, see logs for details解決方案 以及.9patch點9圖片的報錯的詳細修改方法
報的錯誤是:Error:java.lang.RuntimeException: Some file crunching failed, see logs for details ?出現這個錯誤的原因是一般有以下幾種情況: 一、構建Gradle的時候,Gradle會去檢查
Failed to convert from type java.lang.String to type java.util.Date for value………解決辦法
一、問題描述 在用SpringMVC整合mybatis的時候,在controller中呼叫service進行儲存資料的操作,遇到了Failed to convert from type java.lang.String to type java.util.Date
關於vsftp出現Restarting vsftpd (via systemctl): Job for vsftpd.service failed because the control 的解決辦法
[[email protected] /home/zhoupan]# systemctl start vsftpd.service Job for vsftpd.service failed because the control process exited with error code. Se
Python3中使用map()結果出錯的解決方法
在Python2中使用map()會返回一個列表,效果如下: >>> a=[1,2,3] >>> map(float,a) [1.0, 2.0, 3.0]但在Pyt
xcode編譯程式碼的時候 ld: library not found for -xxx 解決方法
有時候在Xcode下面我們需要引入第三方類庫,或者自己寫的靜態庫。如果配置不正確,就會出現如下錯誤“ld: library not found for -lpcre clang: error: lin