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

839    Asked by ClareMatthews in Salesforce , Asked on Jul 3, 2021

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

How can I solve this error?

Answered by Chris Dyer

I think you are using the previous version of jupyter i.e. you are facing command "python setup.py egg_info" failed with error code 1 error. Try to update your setuptools and pip first then retry.

  $ pip install --upgrade setuptools pip

Hope this will help.



Your Answer

Interviews

Parent Categories