執行pip install xxx時報錯: command "python setup.py egg_info" failed with error code 10
問題描述: 安裝了 python-3.7.2-amd64.exe ,在執行pip install xxx時報錯: command "python setup.py egg_info" failed with error code 10
解決辦法:
step1. 執行pip install wheel
step2. https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycurl 找到PycURL並下載對應版本,這裡我下載的是
pycurl‑7.43.1‑cp37‑cp37m‑win_amd64.whl
cpXXX,XXX即為版本號。
接著放到任意碟符下,執行pip install pycurl-7.43.1-cp37-cp37m-win_amd64.whl 若成功將會提示如下:
step3: 現在再次執行pip install xxx 即可成功執行。
相關推薦
執行pip install xxx時報錯: command "python setup.py egg_info" failed with error code 10
問題描述: 安裝了 python-3.7.2-amd64.exe ,在執行pip install xxx時報錯: command "python setup.py egg_info" failed with error code 10 解決辦法: step1. 執行pip inst
pycharm18.2.4 + Python3.7.1 安裝salt報錯python pip install salt: Command "python setup.py egg_info" failed with error code 10 及解決方法
最近在使用Python3.7.1 + pycharm + salt編寫程式中需要用到salt模組,但是在pycharm中使用pip install salt 安裝時出現錯誤: 1、提示需要 microsoft visual c++ 14.0 解決方法:可以去官網http://land
Command "python setup.py egg_info" failed with error code 1 in C:\Users\w5659\AppData\Local\Temp\pip-install-t7uomu4r\xa dmin\
Error msg: C:\Users\w5659>pip install xadmin Collecting xadmin Using cached https://files.pythonhosted.org/packages/1d/e9/2ac160c532d0d462142fa90a
centOS pip install xgboost Command "python setup.py egg_info" failed 解決記錄
翻了兩個小時,一點點試,最後看到https://github.com/dmlc/xgboost/issues/2761裡面提到了更新gcc,查看了一下伺服器的gcc是4.7的,於是按照這裡https://stackoverflow.com/questions/36327805/how-to-inst
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-qvc66dfs/supervisor/
dfs comm png iso mage str pip sta style # 安裝supervisor 出錯 pip3 install supervisor # 解決 sudo pip3 install supervisor Command "pyt
安裝pyecharts報錯Command "python setup.py egg_info" failed with error code 1
在使用 pip install pyecharts 命令安裝pyechats 時,出現瞭如下錯誤: Command "python setup.py egg_info" failed with error code 1 in C:\Users\SEAVAN~1\AppData\Local\T
pip安裝出現Command "python setup.py egg_info" failed with error code 1 的解決方案
python安裝包的時候報錯: python setup.py egg_info" failed with error code
解決安裝ipython時Command "python setup.py egg_info" failed with error code 1 in /tmp
ipython pip failed python2.7 ipython 6.0+ 最近使用ubuntu16.04 server版安裝ipython的時候一直在報錯:IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.
解決Python3安裝turtle提示錯誤:Command "python setup.py egg_info" failed with error code 1
pip install turtle 出現 可以選擇升級 setuptools pip install --upgrade setuptools 升級完成後,還是會出現錯誤的話,就手動選擇更改檔案 按照給定的連結,下載turtle包,手動解壓,修改setu
解決Command "python setup.py egg_info" failed with error code 問題
當執行命令時 會出現這種情況 Command "python setup.py egg_info" failed with error code 出現這種情況的話,應該是 setuptools 沒有安裝。 開啟窗口出入 cmd 命令,輸入 pip ins
在windows上解決Command "python setup.py egg_info" fail
在windows上解決Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-vXo1W3/pycurl問題 下截PyCurl庫 下載地址:https://www.lfd.uci.edu/~gohlk
安裝notedown時出現"python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-By7yob/
notedown外掛可以開啟Markdown檔案,用起來很方便。可是最近在Python2.7+caffe2環境下安裝notedown的時候卻出現了很多問題。 1. Python3.6 + notedown 對於Python3.0以上的版本,可以直接 使用下面
python安裝庫時候Command "python setup.py egg_info" failed with error code 1 解決方案
因比賽需要,需要安裝一個魔方庫 kociemba,使用python最佳 但是pip install kociemba,出現上述錯誤,於是各種baidu ,CSDN都看了,但是他們的方法都是說缺什麼esay_install啊,需要更新pip安裝工具之類的,我的pyt
python mysqlclient安裝失敗 Command "python setup.py egg_info" failed with error code 1
python2 python3 中程式碼 pip install mysqlclient 都安裝失敗的話, 很有可能是你的作業系統中沒有安裝mysql 如果確定已經安裝了,請忽略下面的內容. Ubuntu 下安裝 mysql的方法 sudo apt-get -y insta
安裝 pyspark 出現 "python setup.py egg_info" failed with error code 1 in C:\Users\ZHANGZ~1\...
在安裝pyspark時執行pip install pyspark後報如下錯誤: File “d:\python36\lib\site-packages\setuptools\dist.py”, line 429, in fetch_build_egg return cmd.easy_inst
pycharm18.2.4 + Python3.7.1 安裝salt報錯python pip install salt: Command "python setup.py egg_info" failed with error code 10 及解決方法
最近在使用Python3.7.1 + pycharm + salt編寫程式中需要用到salt模組,但是在pycharm中使用pip install salt 安裝時出現錯誤: 1、提示需要 microsoft visual c++ 14.0 2、安裝完成後出現 安裝saltstack報錯 Comm
解決 win10 pycurl安裝出錯 Command "python setup.py egg_info" failed with error code 10
今天在win10下python3.6.0下 利用pip 安裝pyspider時出現以下錯誤: Command "python setup.py egg_info" failed with error
Windows64環境中執行pip install flask報錯:Cannot fetch index base URL http://pypi.python.prg/simple/
最近在學習Python的Flask框架,安裝flask是使用pip install flask命令,執行出錯:Cannot fetch index base URL http://pypi.python.prg/simple/ 看報錯資訊,以為是什麼配置檔案的引數U
使用pip install lib時報錯time out
可以試試 pip install opencv-python==3.2.0.6 -i https://pypi.douban.com/simple 使用國內映象下載python庫的方法: pi
python3用pip安裝wordcloud庫出現command 'x86_64-linux-gnu-gcc' failed with exit status 1
inux ubuntu tro ubunt get str x86_64 gnu nbsp python3用pip3安裝wordcloud庫出現command ‘x86_64-linux-gnu-gcc‘ failed with exit status 1 錯誤 系統 Ub