Command “python setup.py egg_info” failed with error code 1pip install gives “Command ”python setup.py egg_info“ failed with error code 1”installing ecdsaProblem with installing a python modulepip install … Failed with error code 1Problem with Ipython notebook and Pyzmq, (plus Jupyter)pip doesn't know of apt-get installed packagesBuilding python2 snap with snapcraft, python setup.py egg_info errorHow do you use ipython with pip --user installed libraries?pip install gives “Command ”python setup.py egg_info“ failed with error code 1”Bionic Beaver Install Python 3.7.1 with pyenv
A logical reason for humans to turn into dwarves/gnomes?
What's the idea?
Which boss in Dark Souls can be buffed by a Channeler?
Why are one-word titles so dominant in books, film, and games?
How could Corvus Glaive so easily defeat Vision?
How to distinguish between different instruments in a classical orchestra?
Why didn't Petunia know that Harry wasn't supposed to use magic out of school?
What could an alternative fuel free transportation method look like?
Implement the 2D Hadamard Transform
Which audio encoders in FFmpeg support 8 kHz?
I'm on the Titanic, what should I do to survive?
You see a boat filled with people
Phrase: the sun is out
What exactly is this のでは?
Would there be a difference between boiling whole black peppercorns or fine ground black pepp in a stew?
Are homeless people protected by antidiscrimination laws?
SpaceX Starship landing on Moon or Mars: why doesn't it fall over?
java type promotion in parameters
How is "slaad" pronounced?
What's the lifetime of Wicked Wolf's +1/+1 counters?
Why are Buddhist concepts so difficult?
What Fruit Am I?
How to write 2**n - 1 as a recursive function?
If you have multiple planeswalkers, how many planeswalker abilities can you use in a single turn?
Command “python setup.py egg_info” failed with error code 1
pip install gives “Command ”python setup.py egg_info“ failed with error code 1”installing ecdsaProblem with installing a python modulepip install … Failed with error code 1Problem with Ipython notebook and Pyzmq, (plus Jupyter)pip doesn't know of apt-get installed packagesBuilding python2 snap with snapcraft, python setup.py egg_info errorHow do you use ipython with pip --user installed libraries?pip install gives “Command ”python setup.py egg_info“ failed with error code 1”Bionic Beaver Install Python 3.7.1 with pyenv
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Installing Caffe for Ubuntu 16.04 with this Install Guide.
When I run:
for req in $(cat requirements.txt); do pip install $req; done
I get:
Command "python setup.py egg_info" failed with error code 1 in
/tmp/pip-build-SkgwMK/ipython/
What is it that I'm missing?
python ipython
add a comment
|
Installing Caffe for Ubuntu 16.04 with this Install Guide.
When I run:
for req in $(cat requirements.txt); do pip install $req; done
I get:
Command "python setup.py egg_info" failed with error code 1 in
/tmp/pip-build-SkgwMK/ipython/
What is it that I'm missing?
python ipython
You're only showing the last line of the error message, the actual error should be a few lines earlier.
– Timo
Jul 30 '17 at 8:03
1
That for-loop can also be replaced bypip install -r requirements.txt. Not sure why they do it like that.
– Timo
Jul 30 '17 at 8:05
Possible duplicate.
– Pablo A
Jan 20 at 17:35
add a comment
|
Installing Caffe for Ubuntu 16.04 with this Install Guide.
When I run:
for req in $(cat requirements.txt); do pip install $req; done
I get:
Command "python setup.py egg_info" failed with error code 1 in
/tmp/pip-build-SkgwMK/ipython/
What is it that I'm missing?
python ipython
Installing Caffe for Ubuntu 16.04 with this Install Guide.
When I run:
for req in $(cat requirements.txt); do pip install $req; done
I get:
Command "python setup.py egg_info" failed with error code 1 in
/tmp/pip-build-SkgwMK/ipython/
What is it that I'm missing?
python ipython
python ipython
edited Jul 30 '17 at 15:22
Stephen Rauch
1,1566 gold badges9 silver badges17 bronze badges
1,1566 gold badges9 silver badges17 bronze badges
asked Jul 30 '17 at 7:55
foolevilfoolevil
12 bronze badges
12 bronze badges
You're only showing the last line of the error message, the actual error should be a few lines earlier.
– Timo
Jul 30 '17 at 8:03
1
That for-loop can also be replaced bypip install -r requirements.txt. Not sure why they do it like that.
– Timo
Jul 30 '17 at 8:05
Possible duplicate.
– Pablo A
Jan 20 at 17:35
add a comment
|
You're only showing the last line of the error message, the actual error should be a few lines earlier.
– Timo
Jul 30 '17 at 8:03
1
That for-loop can also be replaced bypip install -r requirements.txt. Not sure why they do it like that.
– Timo
Jul 30 '17 at 8:05
Possible duplicate.
– Pablo A
Jan 20 at 17:35
You're only showing the last line of the error message, the actual error should be a few lines earlier.
– Timo
Jul 30 '17 at 8:03
You're only showing the last line of the error message, the actual error should be a few lines earlier.
– Timo
Jul 30 '17 at 8:03
1
1
That for-loop can also be replaced by
pip install -r requirements.txt. Not sure why they do it like that.– Timo
Jul 30 '17 at 8:05
That for-loop can also be replaced by
pip install -r requirements.txt. Not sure why they do it like that.– Timo
Jul 30 '17 at 8:05
Possible duplicate.
– Pablo A
Jan 20 at 17:35
Possible duplicate.
– Pablo A
Jan 20 at 17:35
add a comment
|
1 Answer
1
active
oldest
votes
You have to install python-setuptools and python-dev first. To do so, open a terminal and type:
sudo apt-get install python-setuptools & python-dev -y
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f941184%2fcommand-python-setup-py-egg-info-failed-with-error-code-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have to install python-setuptools and python-dev first. To do so, open a terminal and type:
sudo apt-get install python-setuptools & python-dev -y
add a comment
|
You have to install python-setuptools and python-dev first. To do so, open a terminal and type:
sudo apt-get install python-setuptools & python-dev -y
add a comment
|
You have to install python-setuptools and python-dev first. To do so, open a terminal and type:
sudo apt-get install python-setuptools & python-dev -y
You have to install python-setuptools and python-dev first. To do so, open a terminal and type:
sudo apt-get install python-setuptools & python-dev -y
edited May 29 at 13:17
efthialex
2,70118 silver badges30 bronze badges
2,70118 silver badges30 bronze badges
answered May 29 at 12:16
kwin khosravikwin khosravi
1
1
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f941184%2fcommand-python-setup-py-egg-info-failed-with-error-code-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You're only showing the last line of the error message, the actual error should be a few lines earlier.
– Timo
Jul 30 '17 at 8:03
1
That for-loop can also be replaced by
pip install -r requirements.txt. Not sure why they do it like that.– Timo
Jul 30 '17 at 8:05
Possible duplicate.
– Pablo A
Jan 20 at 17:35