You can try getting more output from pip as it works with: pip install -vv ....
-MinRK On Sat, Nov 12, 2016 at 12:43 PM, Yuval Langer <[email protected]> wrote: > Trying to install jupyter using pip, I find it hangs at tornado's > installation: > > $ pip3 install --user --upgrade jupyter > Collecting jupyter > Using cached jupyter-1.0.0-py2.py3-none-any.whl > Collecting ipykernel (from jupyter) > Using cached ipykernel-4.5.0-py2.py3-none-any.whl > Collecting jupyter-console (from jupyter) > Using cached jupyter_console-5.0.0-py2.py3-none-any.whl > Collecting nbconvert (from jupyter) > Using cached nbconvert-4.2.0-py2.py3-none-any.whl > Collecting qtconsole (from jupyter) > Using cached qtconsole-4.2.1-py2.py3-none-any.whl > Collecting ipywidgets (from jupyter) > Using cached ipywidgets-5.2.2-py2.py3-none-any.whl > Collecting notebook (from jupyter) > Using cached notebook-4.2.3-py2.py3-none-any.whl > Collecting tornado>=4.0 (from ipykernel->jupyter) > ^C > $ lsb_release -a > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 16.10 > Release: 16.10 > Codename: yakkety > $ pip3 --version > pip 9.0.1 from /home/yuvallanger/.local/lib/python3.5/site-packages (python > 3.5) > $ python3 --version > Python 3.5.2+ > > Please ask me for other relevant information. > > Many thanks, > Yuval Langer. > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/7a78b746-21d7-421b-9c33-9a375190fcfa%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/7a78b746-21d7-421b-9c33-9a375190fcfa%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAHNn8BWhG%2BXv6MFpwXj8NwRNPhT5pTrX6JOK0kvFZgkNR1ur3A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
