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;









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?










share|improve this question




























  • 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

















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?










share|improve this question




























  • 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













0












0








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?










share|improve this question

















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






share|improve this question
















share|improve this question













share|improve this question




share|improve this question








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

















  • 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
















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










1 Answer
1






active

oldest

votes


















0


















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







share|improve this answer





























    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
    );



    );














    draft saved

    draft discarded
















    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









    0


















    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







    share|improve this answer
































      0


















      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







      share|improve this answer






























        0














        0










        0









        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







        share|improve this answer
















        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








        share|improve this answer















        share|improve this answer




        share|improve this answer








        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































            draft saved

            draft discarded















































            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.




            draft saved


            draft discarded














            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





















































            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









            Popular posts from this blog

            Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

            How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

            Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü