Skip to content

Instantly share code, notes, and snippets.

@ymotongpoo
Created January 31, 2017 12:42
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 ymotongpoo/ae29a7491c1c22d4016a317ff8c9c2a0 to your computer and use it in GitHub Desktop.
Save ymotongpoo/ae29a7491c1c22d4016a317ff8c9c2a0 to your computer and use it in GitHub Desktop.
jupyter install log for Python3.5 on Debian sid
$ pip install jupyter
Collecting jupyter
Downloading jupyter-1.0.0-py2.py3-none-any.whl
Collecting ipykernel (from jupyter)
Downloading ipykernel-4.5.2-py2.py3-none-any.whl (98kB)
100% |################################| 102kB 497kB/s
Collecting notebook (from jupyter)
Downloading notebook-4.3.1-py2.py3-none-any.whl (6.8MB)
100% |################################| 6.8MB 131kB/s
Collecting nbconvert (from jupyter)
Downloading nbconvert-5.1.1-py2.py3-none-any.whl (372kB)
100% |################################| 378kB 1.1MB/s
Collecting qtconsole (from jupyter)
Downloading qtconsole-4.2.1-py2.py3-none-any.whl (104kB)
100% |################################| 112kB 1.3MB/s
Collecting jupyter-console (from jupyter)
Downloading jupyter_console-5.0.0-py2.py3-none-any.whl
Collecting ipywidgets (from jupyter)
Downloading ipywidgets-5.2.2-py2.py3-none-any.whl (43kB)
100% |################################| 51kB 947kB/s
Collecting ipython>=4.0.0 (from ipykernel->jupyter)
Downloading ipython-5.2.0-py3-none-any.whl (749kB)
100% |################################| 757kB 684kB/s
Collecting jupyter-client (from ipykernel->jupyter)
Downloading jupyter_client-4.4.0-py2.py3-none-any.whl (76kB)
100% |################################| 81kB 1.2MB/s
Collecting traitlets>=4.1.0 (from ipykernel->jupyter)
Downloading traitlets-4.3.1-py2.py3-none-any.whl (74kB)
100% |################################| 81kB 896kB/s
Collecting tornado>=4.0 (from ipykernel->jupyter)
Downloading tornado-4.4.2.tar.gz (460kB)
100% |################################| 460kB 815kB/s
Collecting jinja2 (from notebook->jupyter)
Downloading Jinja2-2.9.5-py2.py3-none-any.whl (340kB)
100% |################################| 348kB 1.3MB/s
Collecting nbformat (from notebook->jupyter)
Downloading nbformat-4.2.0-py2.py3-none-any.whl (153kB)
100% |################################| 153kB 1.5MB/s
Collecting jupyter-core (from notebook->jupyter)
Downloading jupyter_core-4.2.1-py2.py3-none-any.whl (125kB)
100% |################################| 133kB 1.6MB/s
Collecting ipython-genutils (from notebook->jupyter)
Downloading ipython_genutils-0.1.0-py2.py3-none-any.whl
Collecting terminado>=0.3.3; sys_platform != "win32" (from notebook->jupyter)
Downloading terminado-0.6.tar.gz
Collecting mistune!=0.6 (from nbconvert->jupyter)
Downloading mistune-0.7.3-py2.py3-none-any.whl
Collecting entrypoints>=0.2.2 (from nbconvert->jupyter)
Downloading entrypoints-0.2.2-py2.py3-none-any.whl
Collecting pandocfilters>=1.4.1 (from nbconvert->jupyter)
Downloading pandocfilters-1.4.1.tar.gz
Collecting pygments (from nbconvert->jupyter)
Downloading Pygments-2.2.0-py2.py3-none-any.whl (841kB)
100% |################################| 849kB 594kB/s
Collecting testpath (from nbconvert->jupyter)
Downloading testpath-0.3-py2.py3-none-any.whl (82kB)
100% |################################| 92kB 1.1MB/s
Collecting bleach (from nbconvert->jupyter)
Downloading bleach-1.5.0-py2.py3-none-any.whl
Collecting prompt-toolkit<2.0.0,>=1.0.0 (from jupyter-console->jupyter)
Downloading prompt_toolkit-1.0.10-py3-none-any.whl (247kB)
100% |################################| 256kB 436kB/s
Collecting widgetsnbextension>=1.2.6 (from ipywidgets->jupyter)
Downloading widgetsnbextension-1.2.6-py2.py3-none-any.whl (1.5MB)
100% |################################| 1.5MB 454kB/s
Collecting pexpect; sys_platform != "win32" (from ipython>=4.0.0->ipykernel->jupyter)
Downloading pexpect-4.2.1-py2.py3-none-any.whl (55kB)
100% |################################| 61kB 1.6MB/s
Collecting decorator (from ipython>=4.0.0->ipykernel->jupyter)
Downloading decorator-4.0.11-py2.py3-none-any.whl
Collecting simplegeneric>0.8 (from ipython>=4.0.0->ipykernel->jupyter)
Downloading simplegeneric-0.8.1.zip
Requirement already satisfied: setuptools>=18.5 in ./lib/python3.5/site-packages (from ipython>=4.0.0->ipykernel->jupyter)
Collecting pickleshare (from ipython>=4.0.0->ipykernel->jupyter)
Downloading pickleshare-0.7.4-py2.py3-none-any.whl
Collecting pyzmq>=13 (from jupyter-client->ipykernel->jupyter)
Downloading pyzmq-16.0.2-cp35-cp35m-manylinux1_x86_64.whl (3.0MB)
100% |################################| 3.0MB 266kB/s
Requirement already satisfied: six in ./lib/python3.5/site-packages (from traitlets>=4.1.0->ipykernel->jupyter)
Collecting MarkupSafe>=0.23 (from jinja2->notebook->jupyter)
Downloading MarkupSafe-0.23.tar.gz
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat->notebook->jupyter)
Downloading jsonschema-2.5.1-py2.py3-none-any.whl
Collecting ptyprocess (from terminado>=0.3.3; sys_platform != "win32"->notebook->jupyter)
Downloading ptyprocess-0.5.1-py2.py3-none-any.whl
Collecting html5lib!=0.9999,!=0.99999,<0.99999999,>=0.999 (from bleach->nbconvert->jupyter)
Downloading html5lib-0.9999999.tar.gz (889kB)
100% |################################| 890kB 559kB/s
Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.0->jupyter-console->jupyter)
Downloading wcwidth-0.1.7-py2.py3-none-any.whl
Requirement already satisfied: packaging>=16.8 in ./lib/python3.5/site-packages (from setuptools>=18.5->ipython>=4.0.0->ipykernel->jupyter)
Requirement already satisfied: appdirs>=1.4.0 in ./lib/python3.5/site-packages (from setuptools>=18.5->ipython>=4.0.0->ipykernel->jupyter)
Requirement already satisfied: pyparsing in ./lib/python3.5/site-packages (from packaging>=16.8->setuptools>=18.5->ipython>=4.0.0->ipykernel->jupyter)
Building wheels for collected packages: tornado, terminado, pandocfilters, simplegeneric, MarkupSafe, html5lib
Running setup.py bdist_wheel for tornado ... done
Stored in directory: /home/py3/.cache/pip/wheels/b3/db/47/46e05d1ee3ecfba252fcab42f0a156dab0df0cddf99fa0827c
Running setup.py bdist_wheel for terminado ... done
Stored in directory: /home/py3/.cache/pip/wheels/3b/c2/ea/af635ffb63857a8c2ddd22da6a4b52f5b7ea3065db94ef5d7c
Running setup.py bdist_wheel for pandocfilters ... done
Stored in directory: /home/py3/.cache/pip/wheels/d4/01/68/49055c80b9f01ccb49241e73c8019628605064730941d70b56
Running setup.py bdist_wheel for simplegeneric ... done
Stored in directory: /home/py3/.cache/pip/wheels/7b/31/08/c85e74c84188cbec6a6827beec4d640f2bd78ae003dc1ec09d
Running setup.py bdist_wheel for MarkupSafe ... done
Stored in directory: /home/py3/.cache/pip/wheels/a3/fa/dc/0198eed9ad95489b8a4f45d14dd5d2aee3f8984e46862c5748
Running setup.py bdist_wheel for html5lib ... done
Stored in directory: /home/py3/.cache/pip/wheels/6f/85/6c/56b8e1292c6214c4eb73b9dda50f53e8e977bf65989373c962
Successfully built tornado terminado pandocfilters simplegeneric MarkupSafe html5lib
Installing collected packages: ptyprocess, pexpect, decorator, wcwidth, prompt-toolkit, pygments, simplegeneric, ipython-genutils, traitlets, pickleshare, ipython, pyzmq, jupyter-core, jupyter-client, tornado, ipykernel, MarkupSafe, jinja2, mistune, entrypoints, pandocfilters, jsonschema, nbformat, testpath, html5lib, bleach, nbconvert, terminado, notebook, qtconsole, jupyter-console, widgetsnbextension, ipywidgets, jupyter
Successfully installed MarkupSafe-0.23 bleach-1.5.0 decorator-4.0.11 entrypoints-0.2.2 html5lib-0.9999999 ipykernel-4.5.2 ipython-5.2.0 ipython-genutils-0.1.0 ipywidgets-5.2.2 jinja2-2.9.5 jsonschema-2.5.1 jupyter-1.0.0 jupyter-client-4.4.0 jupyter-console-5.0.0 jupyter-core-4.2.1 mistune-0.7.3 nbconvert-5.1.1 nbformat-4.2.0 notebook-4.3.1 pandocfilters-1.4.1 pexpect-4.2.1 pickleshare-0.7.4 prompt-toolkit-1.0.10 ptyprocess-0.5.1 pygments-2.2.0 pyzmq-16.0.2 qtconsole-4.2.1 simplegeneric-0.8.1 terminado-0.6 testpath-0.3 tornado-4.4.2 traitlets-4.3.1 wcwidth-0.1.7 widgetsnbextension-1.2.6
$ pip install scikit-learn
Collecting scikit-learn
Downloading scikit_learn-0.18.1-cp35-cp35m-manylinux1_x86_64.whl (11.7MB)
100% |################################| 11.7MB 80kB/s
Installing collected packages: scikit-learn
Successfully installed scikit-learn-0.18.1
$ pip install scipy
Collecting scipy
Downloading scipy-0.18.1-cp35-cp35m-manylinux1_x86_64.whl (42.0MB)
100% |################################| 42.0MB 23kB/s
Installing collected packages: scipy
Successfully installed scipy-0.18.1
$ pip install numpy
Collecting numpy
Downloading numpy-1.12.0-cp35-cp35m-manylinux1_x86_64.whl (16.8MB)
100% |################################| 16.8MB 58kB/s
Installing collected packages: numpy
Successfully installed numpy-1.12.0
$ pip install matplotlib
Collecting matplotlib
Downloading matplotlib-2.0.0-1-cp35-cp35m-manylinux1_x86_64.whl (14.7MB)
100% |################################| 14.7MB 68kB/s
Collecting cycler>=0.10 (from matplotlib)
Downloading cycler-0.10.0-py2.py3-none-any.whl
Collecting python-dateutil (from matplotlib)
Downloading python_dateutil-2.6.0-py2.py3-none-any.whl (194kB)
100% |################################| 194kB 924kB/s
Requirement already satisfied: numpy>=1.7.1 in ./lib/python3.5/site-packages (from matplotlib)
Requirement already satisfied: six>=1.10 in ./lib/python3.5/site-packages (from matplotlib)
Collecting pytz (from matplotlib)
Downloading pytz-2016.10-py2.py3-none-any.whl (483kB)
100% |################################| 491kB 963kB/s
Requirement already satisfied: pyparsing!=2.0.0,!=2.0.4,!=2.1.2,!=2.1.6,>=1.5.6 in ./lib/python3.5/site-packages (from matplotlib)
Installing collected packages: cycler, python-dateutil, pytz, matplotlib
Successfully installed cycler-0.10.0 matplotlib-2.0.0 python-dateutil-2.6.0 pytz-2016.10
$ pip install Pillow
Collecting Pillow
Downloading Pillow-4.0.0-cp35-cp35m-manylinux1_x86_64.whl (5.6MB)
100% |################################| 5.6MB 151kB/s
Collecting olefile (from Pillow)
Downloading olefile-0.44.zip (74kB)
100% |################################| 81kB 945kB/s
Building wheels for collected packages: olefile
Running setup.py bdist_wheel for olefile ... done
Stored in directory: /home/py3/.cache/pip/wheels/20/58/49/cc7bd00345397059149a10b0259ef38b867935ea2ecff99a9b
Successfully built olefile
Installing collected packages: olefile, Pillow
Successfully installed Pillow-4.0.0 olefile-0.44
$ pip install Pillow-PIL
Collecting Pillow-PIL
Downloading Pillow-PIL-0.1dev.tar.gz
Requirement already satisfied: Pillow in ./lib/python3.5/site-packages (from Pillow-PIL)
Requirement already satisfied: olefile in ./lib/python3.5/site-packages (from Pillow->Pillow-PIL)
Building wheels for collected packages: Pillow-PIL
Running setup.py bdist_wheel for Pillow-PIL ... done
Stored in directory: /home/py3/.cache/pip/wheels/09/4e/16/7cbfed7c27ed3d9c3614f6affd9786ae0dd658afb8028331dd
Successfully built Pillow-PIL
Installing collected packages: Pillow-PIL
Successfully installed Pillow-PIL-0.1.dev0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment