Command python setup py egg info failed with error code 1 in C Users Nadeem AppData Local Temp

0 votes

Hi Guys,

I am trying to install jupyter in my Windows system, but It shows me the below error

$ pip3 install jupyter
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Nadeem\AppData\Local\Temp\

How can I solve this error?

May 4, 2020 in Python by akhtar
• 38,230 points
37,080 views

3 answers to this question.

0 votes

Hi@akhtar,

I think you are using previous version of jupyter. Try to update your setuptools and pip first then retry.

$ pip install --upgrade setuptools pip

Hope this will help.

If you need to know more about Python, join Python online course today.

Thanks!

answered May 4, 2020 by MD
• 95,440 points
thank you it works for me.
please tell me anathor solution it is not working on windows 7

Hi@Tushar,

You may need to uninstall the software. After that, again reinstall the software. If you get any error, then paste it here.

0 votes

Error code 1 is defined in errno.h and means Operation not permitted.

About your error

Your setup tools do not appear to be installed. Just follow the Installation Instructions from the PyPI website.

If it's already installed, try

pip install --upgrade setuptools

If it's already up to date, check that the module ez_setup is not missing. If it is, then

pip install ez_setup

Then try again

pip install unroll

If it's still not working, maybe pip didn't install/upgrade setup_tools properly so you might want to try

easy_install -U setuptools

And again

pip install unroll
answered Dec 15, 2020 by Gitika
• 65,910 points
Follow every step but still the same error and not working.
Hey, @There,
Are you getting the same error that is given in the above question?
0 votes

You have an out of date version of setuptools, sorry for the inconvenience (and hard to understand error).

Simply pip install --upgrade setuptools

If it doesn't work, we can re-open and discuss. Pre-emptively closing since the issue seems clear.

answered Dec 15, 2020 by Rajiv
• 8,910 points

Related Questions In Python

0 votes
2 answers
0 votes
11 answers
0 votes
1 answer

Equivalent for easy_install & pip

For pip you can check the User ...READ MORE

answered Nov 28, 2018 in Python by SDeb
• 13,300 points
869 views
0 votes
2 answers
0 votes
1 answer

how to solve the error : "ImportError: No module named Tkinter" in python.

Hi@Umama, If you are using Linux system, then ...READ MORE

answered Apr 27, 2020 in Python by MD
• 95,440 points
12,726 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP