Command python setup py egg info failed with error code 1 in C Users Nadeem AppData Local Temp
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?
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.