1. 程式人生 > >解決 win10 pycurl安裝出錯 Command "python setup.py egg_info" failed with error code 10

解決 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 code 10 in C:\Users\Auser\AppData\Local\Temp\pip-build-57obphna\pycurl\

解決辦法: 利用wheel安裝對應的pycurl

1 安裝wheel

pip install wheel   

.2 下載pycurl編譯安裝包

我的電腦py版本是py3.6 64位

這裡寫圖片描述

於是選擇下載最後一個到本地

這裡寫圖片描述

然後在該目錄下 pip install xxxx.whl檔案
返回successfully就安裝好了。

注意:在windows上面安裝各種python包行不通的,都可以嘗試通過以上方法安裝.

相關推薦

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

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

windows 安裝python包 shapely出錯 Command "python setup.py egg_info" failed with error code 1 in

按照網上的方法升級setuptools,不行。pip install --upgrade setuptools於是自行到https://www.lfd.uci.edu/~gohlke/pythonlibs/ 網站下載對應的wheel包,直接在上面搜尋shapely,找到後點擊

python mysqlclient安裝失敗 Command "python setup.py egg_info" failed with error code 1

python2 python3 中程式碼 pip install mysqlclient 都安裝失敗的話, 很有可能是你的作業系統中沒有安裝mysql 如果確定已經安裝了,請忽略下面的內容. Ubun

安裝jupyter 時Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-bu、ipnel/ 問題解決

解決方法,升級pip sudo python -m pip install --upgrade --force pip sudo pip install setuptools==33.1.1 報錯: File "/usr/bin/pip", line 9, in &

解決Python3安裝turtle提示錯誤:Command "python setup.py egg_info" failed with error code 1

pip install turtle 出現 可以選擇升級 setuptools pip install --upgrade setuptools 升級完成後,還是會出現錯誤的話,就手動選擇更改檔案 按照給定的連結,下載turtle包,手動解壓,修改setup

pip安裝軟體時出現Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build*的解決方案

本文只提供本人的一些經驗,不代表可以解決所有人的問題。 pip安裝軟體時出現:Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-*(其中×與要安裝的軟體有關) 比如安

出現Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build*解決辦法

我在使用sudo pip install jupyter的時候出現了Command "python setup.py egg_info" failed with error code 1 in /tmp

安裝第三方模板庫發生錯誤:Command "python setup.py egg_info" failed with error code 1 in XXXXX

今天在使用 python 安裝 M2Crypto 模組的時候報錯:Command "python setup.py egg_info" failed with error code 1 in XX

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

程式小白python入門--解決win10 安裝pygame報錯python setup.py egg_info" failed with error code 1

一經過快一學期的python學習,對程式設計有了初步的認識和了解。礙於課時原因,學到的內容比較粗淺,課下練習的時間不夠。二老師佈置了期末作業,之前做了一個I身體健康指數測量的程式,可是不是很滿意,除了密碼登陸模組和ibm指數幾乎沒有亮點。於是決定寫個小遊戲。安裝pygame包

安裝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以上的版本,可以直接 使用下面的指令

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

執行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

解決安裝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

python安裝庫時候Command "python setup.py egg_info" failed with error code 1 解決方案

因比賽需要,需要安裝一個魔方庫 kociemba,使用python最佳 但是pip install  kociemba,出現上述錯誤,於是各種baidu ,CSDN都看了,但是他們的方法都是說缺什麼esay_install啊,需要更新pip安裝工具之類的,我的pyt

pip安裝出現Command "python setup.py egg_info" failed with error code 1 的解決方案

python安裝包的時候報錯: python setup.py egg_info" failed with error code

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