Hi Guys,
I have jupyter rpm in my system. But when I tried to install, it shows me the below error.
$ pip install jupyter-1.0.0-py2.py3-none-any.whl --no-index -f .
Ignoring indexes: https://pypi.python.org/simple
Processing ./jupyter-1.0.0-py2.py3-none-any.whl
Collecting qtconsole (from jupyter==1.0.0)
Collecting notebook (from jupyter==1.0.0)
Collecting nbconvert (from jupyter==1.0.0)
Collecting ipywidgets (from jupyter==1.0.0)
Collecting ipykernel (from jupyter==1.0.0)
Could not find a version that satisfies the requirement ipykernel (from jupyter==1.0.0) (from versions: )
No matching distribution found for ipykernel (from jupyter==1.0.0)
Why I am getting this error?