Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save artemiialessandrini/e21b0fb616fb2f144dacee1e41745705 to your computer and use it in GitHub Desktop.
Save artemiialessandrini/e21b0fb616fb2f144dacee1e41745705 to your computer and use it in GitHub Desktop.
pip3 install --editable . --upgrade --no-binary evo output Artemii Alessandrini
Obtaining file:///home/artemii/evo
Collecting numpy (from evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/e5/e6/c3fdc53aed9fa19d6ff3abf97dfad768ae3afce1b7431f7500000816bda5/numpy-1.17.2-cp36-cp36m-manylinux1_x86_64.whl
Collecting matplotlib (from evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/57/4f/dd381ecf6c6ab9bcdaa8ea912e866dedc6e696756156d8ecc087e20817e2/matplotlib-3.1.1-cp36-cp36m-manylinux1_x86_64.whl
Collecting scipy (from evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/29/50/a552a5aff252ae915f522e44642bb49a7b7b31677f9580cfd11bcc869976/scipy-1.3.1-cp36-cp36m-manylinux1_x86_64.whl
Collecting pandas (from evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/73/9b/52e228545d14f14bb2a1622e225f38463c8726645165e1cb7dde95bfe6d4/pandas-0.25.1-cp36-cp36m-manylinux1_x86_64.whl
Collecting seaborn>=0.9 (from evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/a8/76/220ba4420459d9c4c9c9587c6ce607bf56c25b3d3d2de62056efe482dadc/seaborn-0.9.0-py3-none-any.whl
Collecting natsort (from evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/e7/13/a66bfa0ebf00e17778ca0319d081be686a33384d1f612fc8e0fc542ac5d8/natsort-6.0.0-py2.py3-none-any.whl
Collecting argcomplete (from evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/4d/82/f44c9661e479207348a979b1f6f063625d11dc4ca6256af053719bbb0124/argcomplete-1.10.0-py2.py3-none-any.whl
Collecting colorama>=0.3 (from evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/4f/a6/728666f39bfff1719fc94c481890b2106837da9318031f71a8424b662e12/colorama-0.4.1-py2.py3-none-any.whl
Collecting pygments (from evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/5c/73/1dfa428150e3ccb0fa3e68db406e5be48698f2a979ccbcec795f28f44048/Pygments-2.4.2-py2.py3-none-any.whl
Collecting python-dateutil>=2.1 (from matplotlib->evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl
Collecting kiwisolver>=1.0.1 (from matplotlib->evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/f8/a1/5742b56282449b1c0968197f63eae486eca2c35dcd334bab75ad524e0de1/kiwisolver-1.1.0-cp36-cp36m-manylinux1_x86_64.whl
Collecting cycler>=0.10 (from matplotlib->evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 (from matplotlib->evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/11/fa/0160cd525c62d7abd076a070ff02b2b94de589f1a9789774f17d7c54058e/pyparsing-2.4.2-py2.py3-none-any.whl
Collecting pytz>=2017.2 (from pandas->evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl
Collecting six>=1.5 (from python-dateutil>=2.1->matplotlib->evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Collecting setuptools (from kiwisolver>=1.0.1->matplotlib->evo==1.5.5)
Using cached https://files.pythonhosted.org/packages/6a/9a/50fadfd53ec909e4399b67c74cc7f4e883488035cfcdb90b685758fa8b34/setuptools-41.4.0-py2.py3-none-any.whl
Installing collected packages: numpy, six, python-dateutil, setuptools, kiwisolver, cycler, pyparsing, matplotlib, scipy, pytz, pandas, seaborn, natsort, argcomplete, colorama, pygments, evo
Found existing installation: evo 1.5.5
Uninstalling evo-1.5.5:
Successfully uninstalled evo-1.5.5
Running setup.py develop for evo
Successfully installed argcomplete-1.10.0 colorama-0.4.1 cycler-0.10.0 evo kiwisolver-1.1.0 matplotlib-3.1.1 natsort-6.0.0 numpy-1.17.2 pandas-0.25.1 pygments-2.4.2 pyparsing-2.4.2 python-dateutil-2.8.0 pytz-2019.3 scipy-1.3.1 seaborn-0.9.0 setuptools-41.4.0 six-1.12.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment