Skip to content

Instantly share code, notes, and snippets.

@arthurhjorth
Created May 18, 2016 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthurhjorth/f079165598038a0d566c3bb9848593e0 to your computer and use it in GitHub Desktop.
Save arthurhjorth/f079165598038a0d566c3bb9848593e0 to your computer and use it in GitHub Desktop.
arthur@DESKTOP-HJHQI0D:~$ sudo pip3 install --upgrade jupyter
The directory '/home/arthur/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/arthur/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already up-to-date: jupyter in /usr/local/lib/python3.4/dist-packages
Requirement already up-to-date: jupyter-console in /usr/local/lib/python3.4/dist-packages (from jupyter)
Requirement already up-to-date: nbconvert in /usr/local/lib/python3.4/dist-packages (from jupyter)
Requirement already up-to-date: ipykernel in /usr/local/lib/python3.4/dist-packages (from jupyter)
Requirement already up-to-date: notebook in /usr/local/lib/python3.4/dist-packages (from jupyter)
Requirement already up-to-date: qtconsole in /usr/local/lib/python3.4/dist-packages (from jupyter)
Requirement already up-to-date: ipywidgets in /usr/local/lib/python3.4/dist-packages (from jupyter)
Requirement already up-to-date: ipython in /usr/local/lib/python3.4/dist-packages (from jupyter-console->jupyter)
Requirement already up-to-date: jupyter-client in /usr/local/lib/python3.4/dist-packages (from jupyter-console->jupyter)
Requirement already up-to-date: traitlets in /usr/local/lib/python3.4/dist-packages (from nbconvert->jupyter)
Collecting entrypoints (from nbconvert->jupyter)
Downloading entrypoints-0.2.1-py2.py3-none-any.whl
Requirement already up-to-date: jinja2 in /usr/local/lib/python3.4/dist-packages (from nbconvert->jupyter)
Collecting mistune!=0.6 (from nbconvert->jupyter)
Downloading mistune-0.7.2-py2.py3-none-any.whl
Requirement already up-to-date: jupyter-core in /usr/local/lib/python3.4/dist-packages (from nbconvert->jupyter)
Requirement already up-to-date: pygments in /usr/local/lib/python3.4/dist-packages (from nbconvert->jupyter)
Collecting nbformat (from nbconvert->jupyter)
Downloading nbformat-4.0.1-py2.py3-none-any.whl (138kB)
100% |████████████████████████████████| 143kB 804kB/s
Requirement already up-to-date: tornado>=4.0 in /usr/local/lib/python3.4/dist-packages (from ipykernel->jupyter)
Requirement already up-to-date: ipython-genutils in /usr/local/lib/python3.4/dist-packages (from notebook->jupyter)
Collecting terminado>=0.3.3; sys_platform != "win32" (from notebook->jupyter)
Downloading terminado-0.6.tar.gz
Collecting widgetsnbextension>=1.2.2 (from ipywidgets->jupyter)
Downloading widgetsnbextension-1.2.2-py2.py3-none-any.whl (1.5MB)
100% |████████████████████████████████| 1.5MB 430kB/s
Collecting pickleshare (from ipython->jupyter-console->jupyter)
Downloading pickleshare-0.7.2-py2.py3-none-any.whl
Requirement already up-to-date: pexpect; sys_platform != "win32" in /usr/local/lib/python3.4/dist-packages (from ipython->jupyter-console->jupyter)
Requirement already up-to-date: decorator in /usr/local/lib/python3.4/dist-packages (from ipython->jupyter-console->jupyter)
Collecting backports.shutil-get-terminal-size (from ipython->jupyter-console->jupyter)
Downloading backports.shutil_get_terminal_size-1.0.0-py2.py3-none-any.whl
Requirement already up-to-date: simplegeneric>0.8 in /usr/local/lib/python3.4/dist-packages (from ipython->jupyter-console->jupyter)
Collecting setuptools>=18.5 (from ipython->jupyter-console->jupyter)
Downloading setuptools-21.0.0-py2.py3-none-any.whl (509kB)
100% |████████████████████████████████| 512kB 833kB/s
Collecting pyzmq>=13 (from jupyter-client->jupyter-console->jupyter)
Downloading pyzmq-15.2.0.zip (1.5MB)
100% |████████████████████████████████| 1.5MB 405kB/s
Requirement already up-to-date: MarkupSafe in /usr/local/lib/python3.4/dist-packages (from jinja2->nbconvert->jupyter)
Collecting jsonschema!=2.5.0,>=2.0 (from nbformat->nbconvert->jupyter)
Downloading jsonschema-2.5.1-py2.py3-none-any.whl
Requirement already up-to-date: ptyprocess in /usr/local/lib/python3.4/dist-packages (from terminado>=0.3.3; sys_platform != "win32"->notebook->jupyter)
Installing collected packages: entrypoints, mistune, jsonschema, nbformat, terminado, widgetsnbextension, pickleshare, backports.shutil-get-terminal-size, setuptools, pyzmq
Running setup.py install for terminado ... error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-llhil7bp/terminado/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-r_gaee85-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/terminado
copying terminado/__init__.py -> build/lib/terminado
copying terminado/management.py -> build/lib/terminado
copying terminado/uimodule.py -> build/lib/terminado
copying terminado/websocket.py -> build/lib/terminado
creating build/lib/terminado/tests
copying terminado/tests/__init__.py -> build/lib/terminado/tests
copying terminado/tests/basic_test.py -> build/lib/terminado/tests
copying terminado/uimod_embed.js -> build/lib/terminado
creating build/lib/terminado/_static
copying terminado/_static/terminado.js -> build/lib/terminado/_static
running install_lib
creating /usr/local/lib/python3.4/dist-packages/terminado
copying build/lib/terminado/__init__.py -> /usr/local/lib/python3.4/dist-packages/terminado
creating /usr/local/lib/python3.4/dist-packages/terminado/_static
copying build/lib/terminado/_static/terminado.js -> /usr/local/lib/python3.4/dist-packages/terminado/_static
copying build/lib/terminado/management.py -> /usr/local/lib/python3.4/dist-packages/terminado
creating /usr/local/lib/python3.4/dist-packages/terminado/tests
copying build/lib/terminado/tests/__init__.py -> /usr/local/lib/python3.4/dist-packages/terminado/tests
copying build/lib/terminado/tests/basic_test.py -> /usr/local/lib/python3.4/dist-packages/terminado/tests
copying build/lib/terminado/uimod_embed.js -> /usr/local/lib/python3.4/dist-packages/terminado
copying build/lib/terminado/uimodule.py -> /usr/local/lib/python3.4/dist-packages/terminado
copying build/lib/terminado/websocket.py -> /usr/local/lib/python3.4/dist-packages/terminado
byte-compiling /usr/local/lib/python3.4/dist-packages/terminado/__init__.py to __init__.cpython-34.pyc
byte-compiling /usr/local/lib/python3.4/dist-packages/terminado/management.py to management.cpython-34.pyc
byte-compiling /usr/local/lib/python3.4/dist-packages/terminado/tests/__init__.py to __init__.cpython-34.pyc
byte-compiling /usr/local/lib/python3.4/dist-packages/terminado/tests/basic_test.py to basic_test.cpython-34.pyc
byte-compiling /usr/local/lib/python3.4/dist-packages/terminado/uimodule.py to uimodule.cpython-34.pyc
byte-compiling /usr/local/lib/python3.4/dist-packages/terminado/websocket.py to websocket.cpython-34.pyc
running install_egg_info
running egg_info
creating terminado.egg-info
writing dependency_links to terminado.egg-info/dependency_links.txt
writing terminado.egg-info/PKG-INFO
writing requirements to terminado.egg-info/requires.txt
writing top-level names to terminado.egg-info/top_level.txt
writing manifest file 'terminado.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'terminado.egg-info/SOURCES.txt'
writing manifest file 'terminado.egg-info/SOURCES.txt'
Copying terminado.egg-info to /usr/local/lib/python3.4/dist-packages/terminado-0.6.egg-info
error: [Errno 38] Function not implemented: 'terminado.egg-info/PKG-INFO'
----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-llhil7bp/terminado/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-r_gaee85-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-llhil7bp/terminado/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment