Error installing on Ubuntu 14.10 related to nbconvert install · Issue #111 · jupyter/notebook (original) (raw)

The installation instructions in the README fail for me at pip install -r requirements.txt -e . reporting an issue with the nbconvert installation.

(notebook)ethan@oryx:~/notebook (master)$ pip install -r requirements.txt -e .
Obtaining file:///home/ethan/notebook
Obtaining traitlets from git+https://github.com/ipython/traitlets.git#egg=traitlets (from -r requirements.txt (line 1))
  Cloning https://github.com/ipython/traitlets.git to /home/ethan/.virtualenvs/notebook/src/traitlets
Obtaining jupyter-core from git+https://github.com/jupyter/jupyter_core.git#egg=jupyter_core (from -r requirements.txt (line 2))
  Cloning https://github.com/jupyter/jupyter_core.git to /home/ethan/.virtualenvs/notebook/src/jupyter-core
Obtaining nbformat from git+https://github.com/jupyter/nbformat.git#egg=nbformat (from -r requirements.txt (line 3))
  Cloning https://github.com/jupyter/nbformat.git to /home/ethan/.virtualenvs/notebook/src/nbformat
Obtaining jupyter-client from git+https://github.com/jupyter/jupyter_client.git#egg=jupyter_client (from -r requirements.txt (line 4))
  Cloning https://github.com/jupyter/jupyter_client.git to /home/ethan/.virtualenvs/notebook/src/jupyter-client
Obtaining ipython from git+https://github.com/ipython/ipython.git#egg=ipython (from -r requirements.txt (line 5))
  Cloning https://github.com/ipython/ipython.git to /home/ethan/.virtualenvs/notebook/src/ipython
Obtaining ipykernel from git+https://github.com/ipython/ipykernel.git#egg=ipykernel (from -r requirements.txt (line 6))
  Cloning https://github.com/ipython/ipykernel.git to /home/ethan/.virtualenvs/notebook/src/ipykernel
Obtaining nbconvert from git+https://github.com/jupyter/nbconvert.git#egg=nbconvert (from -r requirements.txt (line 7))
  Cloning https://github.com/jupyter/nbconvert.git to /home/ethan/.virtualenvs/notebook/src/nbconvert
Collecting jinja2 (from notebook==4.0.0.dev0)
  Downloading Jinja2-2.7.3.tar.gz (378kB)
    100% |████████████████████████████████| 380kB 693kB/s 
Collecting tornado>=4 (from notebook==4.0.0.dev0)
  Downloading tornado-4.1.tar.gz (332kB)
    100% |████████████████████████████████| 335kB 592kB/s 
Collecting ipython-genutils (from notebook==4.0.0.dev0)
  Downloading ipython_genutils-0.1.0-py2.py3-none-any.whl
Collecting terminado>=0.3.3 (from notebook==4.0.0.dev0)
Collecting decorator (from traitlets->-r requirements.txt (line 1))
  Downloading decorator-3.4.2.tar.gz
Collecting jsonschema>=2.0 (from nbformat->-r requirements.txt (line 3))
  Downloading jsonschema-2.4.0-py2.py3-none-any.whl
Collecting pyzmq>=13 (from jupyter-client->-r requirements.txt (line 4))
  Downloading pyzmq-14.6.0.tar.gz (1.0MB)
    100% |████████████████████████████████| 1.0MB 248kB/s 
Collecting pickleshare (from ipython->-r requirements.txt (line 5))
Collecting simplegeneric>0.8 (from ipython->-r requirements.txt (line 5))
  Downloading simplegeneric-0.8.1.zip
Collecting pexpect (from ipython->-r requirements.txt (line 5))
  Downloading pexpect-3.3.tar.gz (132kB)
    100% |████████████████████████████████| 135kB 2.4MB/s 
Collecting mistune (from nbconvert->-r requirements.txt (line 7))
  Downloading mistune-0.5.1-py2.py3-none-any.whl
Collecting pygments (from nbconvert->-r requirements.txt (line 7))
  Downloading Pygments-2.0.2-py2-none-any.whl (672kB)
    100% |████████████████████████████████| 675kB 496kB/s 
Collecting markupsafe (from jinja2->notebook==4.0.0.dev0)
  Downloading MarkupSafe-0.23.tar.gz
Collecting certifi (from tornado>=4->notebook==4.0.0.dev0)
  Downloading certifi-2015.04.28-py2.py3-none-any.whl (373kB)
    100% |████████████████████████████████| 376kB 1.3MB/s 
Collecting backports.ssl-match-hostname (from tornado>=4->notebook==4.0.0.dev0)
  Downloading backports.ssl_match_hostname-3.4.0.2.tar.gz
Collecting ptyprocess (from terminado>=0.3.3->notebook==4.0.0.dev0)
Collecting path.py (from pickleshare->ipython->-r requirements.txt (line 5))
  Downloading path.py-7.3-py2.py3-none-any.whl
Installing collected packages: ipython-genutils, decorator, traitlets, jupyter-core, jsonschema, nbformat, pyzmq, jupyter-client, path.py, pickleshare, simplegeneric, pexpect, ipython, ipykernel, mistune, markupsafe, jinja2, pygments, nbconvert, certifi, backports.ssl-match-hostname, tornado, ptyprocess, terminado, notebook
  Running setup.py install for decorator
  Running setup.py develop for traitlets
  Running setup.py develop for jupyter-core
  Running setup.py develop for nbformat
  Running setup.py install for pyzmq
  Running setup.py develop for jupyter-client
  Running setup.py install for simplegeneric
  Running setup.py install for pexpect
  Running setup.py develop for ipython
  Running setup.py develop for ipykernel
  Running setup.py install for markupsafe
  Running setup.py install for jinja2
  Running setup.py develop for nbconvert
    Complete output from command /home/ethan/.virtualenvs/notebook/bin/python2 -c "import setuptools, tokenize; __file__='/home/ethan/.virtualenvs/notebook/src/nbconvert/setup.py'; exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps:
    /home/ethan/.virtualenvs/notebook/local/lib/python2.7/site-packages/setuptools/dist.py:285: UserWarning: Normalizing '4.0.0.dev' to '4.0.0.dev0'
      normalized_version,
    running develop
    running css
    Failed to download css from https://cdn.jupyter.org/notebook/4.0.0-dev/style/style.min.css: [Errno socket error] [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:581)
    error: Need Notebook CSS to proceed: nbconvert/resources/style.min.css

    ----------------------------------------
Command "/home/ethan/.virtualenvs/notebook/bin/python2 -c "import setuptools, tokenize; __file__='/home/ethan/.virtualenvs/notebook/src/nbconvert/setup.py'; exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps" failed with error code 1 in /home/ethan/.virtualenvs/notebook/src/nbconvert