I'm new to Python and have been trying to install Jupyter packages with pip
.
My command line throws me this Exception
Command "python setup.py egg_info" failed with error code 1 in C:\Users\TOSHIB~1\AppData\Local\Temp\pip-install-spdc68do\tornado\
Happens when I do pip install jupyter
. How can I solve this?
I already did python -m pip install --upgrade pip
and pip install --upgrade setuptools
.