Skip to content

Instantly share code, notes, and snippets.

@pjox
Created August 17, 2018 18:50
Show Gist options
  • Save pjox/44be34671ae9b0e7d261fa83fcbdf4aa to your computer and use it in GitHub Desktop.
Save pjox/44be34671ae9b0e7d261fa83fcbdf4aa to your computer and use it in GitHub Desktop.
Delft installation
(delft) portizsu@traces4:/data/workspace/portizsu/delft$ pip install -r requirements-gpu.txt
Collecting keras==2.1.5 (from -r requirements-gpu.txt (line 1))
Downloading https://files.pythonhosted.org/packages/ba/65/e4aff762b8696ec0626a6654b1e73b396fcc8b7cc6b98d78a1bc53b85b48/Keras-2.1.5-py2.py3-none-any.whl (334kB)
100% |████████████████████████████████| 337kB 15.6MB/s
Collecting numpy==1.14.0 (from -r requirements-gpu.txt (line 2))
Downloading https://files.pythonhosted.org/packages/dc/ac/5c270dffb864f23315e9c1f9e0a0b300c797b3c170666c031c4de42aacae/numpy-1.14.0-cp36-cp36m-manylinux1_x86_64.whl (17.2MB)
100% |████████████████████████████████| 17.2MB 3.6MB/s
Collecting pandas==0.22.0 (from -r requirements-gpu.txt (line 3))
Downloading https://files.pythonhosted.org/packages/da/c6/0936bc5814b429fddb5d6252566fe73a3e40372e6ceaf87de3dec1326f28/pandas-0.22.0-cp36-cp36m-manylinux1_x86_64.whl (26.2MB)
100% |████████████████████████████████| 26.3MB 2.4MB/s
Collecting regex==2018.2.21 (from -r requirements-gpu.txt (line 4))
Downloading https://files.pythonhosted.org/packages/a2/51/c39562cfed3272592c60cfd229e5464d715b78537e332eac2b695422dc49/regex-2018.02.21.tar.gz (620kB)
100% |████████████████████████████████| 624kB 41.0MB/s
Requirement already satisfied: scikit-learn==0.19.1 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from -r requirements-gpu.txt (line 5)) (0.19.1)
Collecting tqdm==4.21 (from -r requirements-gpu.txt (line 6))
Downloading https://files.pythonhosted.org/packages/37/2c/4ba7ffcb061528ba34c524cc880d4e7a4be4f6ea75abb007070ca39a353c/tqdm-4.21.0-py2.py3-none-any.whl (42kB)
100% |████████████████████████████████| 51kB 18.6MB/s
Collecting tensorflow_gpu==1.7.0 (from -r requirements-gpu.txt (line 7))
Downloading https://files.pythonhosted.org/packages/3b/54/d2ec2e2be34d2ded4432d6ae63933d1e43701772d3e03f4dcb1eeec45e16/tensorflow_gpu-1.7.0-cp36-cp36m-manylinux1_x86_64.whl (256.2MB)
100% |████████████████████████████████| 256.2MB 252kB/s
Collecting gensim==3.4.0 (from -r requirements-gpu.txt (line 8))
Downloading https://files.pythonhosted.org/packages/33/33/df6cb7acdcec5677ed130f4800f67509d24dbec74a03c329fcbf6b0864f0/gensim-3.4.0-cp36-cp36m-manylinux1_x86_64.whl (22.6MB)
100% |████████████████████████████████| 22.6MB 2.9MB/s
Collecting langdetect==1.0.7 (from -r requirements-gpu.txt (line 9))
Downloading https://files.pythonhosted.org/packages/59/59/4bc44158a767a6d66de18c4136c8aa90491d56cc951c10b74dd1e13213c9/langdetect-1.0.7.zip (998kB)
100% |████████████████████████████████| 1.0MB 36.9MB/s
Collecting textblob==0.15.1 (from -r requirements-gpu.txt (line 10))
Downloading https://files.pythonhosted.org/packages/11/18/7f55c8be6d68ddc4036ffda5382ca51e23a1075987f708b9123712091af1/textblob-0.15.1-py2.py3-none-any.whl (631kB)
100% |████████████████████████████████| 634kB 34.5MB/s
Requirement already satisfied: h5py==2.7.1 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from -r requirements-gpu.txt (line 11)) (2.7.1)
Collecting unidecode==1.0.22 (from -r requirements-gpu.txt (line 12))
Downloading https://files.pythonhosted.org/packages/59/ef/67085e30e8bbcdd76e2f0a4ad8151c13a2c5bce77c85f8cad6e1f16fb141/Unidecode-1.0.22-py2.py3-none-any.whl (235kB)
100% |████████████████████████████████| 235kB 25.1MB/s
Collecting pydot==1.2.4 (from -r requirements-gpu.txt (line 13))
Downloading https://files.pythonhosted.org/packages/c3/f1/e61d6dfe6c1768ed2529761a68f70939e2569da043e9f15a8d84bf56cadf/pydot-1.2.4.tar.gz (132kB)
100% |████████████████████████████████| 133kB 30.8MB/s
Collecting lmdb==0.94 (from -r requirements-gpu.txt (line 14))
Downloading https://files.pythonhosted.org/packages/cb/31/5be8f436b56733d9e69c721c358502f4d77b627489a459978686be7db65f/lmdb-0.94.tar.gz (4.0MB)
100% |████████████████████████████████| 4.0MB 14.1MB/s
Collecting Cython==0.28.5 (from -r requirements-gpu.txt (line 15))
Downloading https://files.pythonhosted.org/packages/19/8e/32b280abb0947a96cdbb8329fb2014851a21fc1d099009f946ea8a8202c3/Cython-0.28.5-cp36-cp36m-manylinux1_x86_64.whl (3.4MB)
100% |████████████████████████████████| 3.4MB 16.3MB/s
Collecting pyfasttext==0.4.5 (from -r requirements-gpu.txt (line 16))
Downloading https://files.pythonhosted.org/packages/72/96/741e3502b19d62fcba2b702d06d6707991ea2ba9f1b393e6d36aeae835c5/pyfasttext-0.4.5.tar.gz (232kB)
100% |████████████████████████████████| 235kB 24.5MB/s
Requirement already satisfied: pyyaml in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from keras==2.1.5->-r requirements-gpu.txt (line 1)) (3.12)
Requirement already satisfied: six>=1.9.0 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from keras==2.1.5->-r requirements-gpu.txt (line 1)) (1.11.0)
Requirement already satisfied: scipy>=0.14 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from keras==2.1.5->-r requirements-gpu.txt (line 1)) (1.1.0)
Requirement already satisfied: pytz>=2011k in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from pandas==0.22.0->-r requirements-gpu.txt (line 3)) (2018.4)
Requirement already satisfied: python-dateutil>=2 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from pandas==0.22.0->-r requirements-gpu.txt (line 3)) (2.7.3)
Requirement already satisfied: absl-py>=0.1.6 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from tensorflow_gpu==1.7.0->-r requirements-gpu.txt (line 7)) (0.3.0)
Requirement already satisfied: gast>=0.2.0 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from tensorflow_gpu==1.7.0->-r requirements-gpu.txt (line 7)) (0.2.0)
Collecting tensorboard<1.8.0,>=1.7.0 (from tensorflow_gpu==1.7.0->-r requirements-gpu.txt (line 7))
Downloading https://files.pythonhosted.org/packages/0b/ec/65d4e8410038ca2a78c09034094403d231228d0ddcae7d470b223456e55d/tensorboard-1.7.0-py3-none-any.whl (3.1MB)
100% |████████████████████████████████| 3.1MB 17.0MB/s
Requirement already satisfied: grpcio>=1.8.6 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from tensorflow_gpu==1.7.0->-r requirements-gpu.txt (line 7)) (1.12.1)
Requirement already satisfied: termcolor>=1.1.0 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from tensorflow_gpu==1.7.0->-r requirements-gpu.txt (line 7)) (1.1.0)
Requirement already satisfied: wheel>=0.26 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from tensorflow_gpu==1.7.0->-r requirements-gpu.txt (line 7)) (0.31.1)
Requirement already satisfied: astor>=0.6.0 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from tensorflow_gpu==1.7.0->-r requirements-gpu.txt (line 7)) (0.7.1)
Requirement already satisfied: protobuf>=3.4.0 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from tensorflow_gpu==1.7.0->-r requirements-gpu.txt (line 7)) (3.5.2)
Collecting smart-open>=1.2.1 (from gensim==3.4.0->-r requirements-gpu.txt (line 8))
Downloading https://files.pythonhosted.org/packages/cf/3d/5f3a9a296d0ba8e00e263a8dee76762076b9eb5ddc254ccaa834651c8d65/smart_open-1.6.0.tar.gz
Requirement already satisfied: nltk>=3.1 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from textblob==0.15.1->-r requirements-gpu.txt (line 10)) (3.3)
Requirement already satisfied: pyparsing>=2.1.4 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from pydot==1.2.4->-r requirements-gpu.txt (line 13)) (2.2.0)
Collecting future (from pyfasttext==0.4.5->-r requirements-gpu.txt (line 16))
Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz (824kB)
100% |████████████████████████████████| 829kB 28.9MB/s
Requirement already satisfied: cysignals in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from pyfasttext==0.4.5->-r requirements-gpu.txt (line 16)) (1.7.2)
Collecting bleach==1.5.0 (from tensorboard<1.8.0,>=1.7.0->tensorflow_gpu==1.7.0->-r requirements-gpu.txt (line 7))
Downloading https://files.pythonhosted.org/packages/33/70/86c5fec937ea4964184d4d6c4f0b9551564f821e1c3575907639036d9b90/bleach-1.5.0-py2.py3-none-any.whl
Collecting html5lib==0.9999999 (from tensorboard<1.8.0,>=1.7.0->tensorflow_gpu==1.7.0->-r requirements-gpu.txt (line 7))
Downloading https://files.pythonhosted.org/packages/ae/ae/bcb60402c60932b32dfaf19bb53870b29eda2cd17551ba5639219fb5ebf9/html5lib-0.9999999.tar.gz (889kB)
100% |████████████████████████████████| 890kB 31.1MB/s
Requirement already satisfied: werkzeug>=0.11.10 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from tensorboard<1.8.0,>=1.7.0->tensorflow_gpu==1.7.0->-r requirements-gpu.txt (line 7)) (0.14.1)
Requirement already satisfied: markdown>=2.6.8 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from tensorboard<1.8.0,>=1.7.0->tensorflow_gpu==1.7.0->-r requirements-gpu.txt (line 7)) (2.6.11)
Requirement already satisfied: setuptools in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from protobuf>=3.4.0->tensorflow_gpu==1.7.0->-r requirements-gpu.txt (line 7)) (39.1.0)
Requirement already satisfied: boto>=2.32 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from smart-open>=1.2.1->gensim==3.4.0->-r requirements-gpu.txt (line 8)) (2.48.0)
Collecting bz2file (from smart-open>=1.2.1->gensim==3.4.0->-r requirements-gpu.txt (line 8))
Downloading https://files.pythonhosted.org/packages/61/39/122222b5e85cd41c391b68a99ee296584b2a2d1d233e7ee32b4532384f2d/bz2file-0.98.tar.gz
Requirement already satisfied: requests in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from smart-open>=1.2.1->gensim==3.4.0->-r requirements-gpu.txt (line 8)) (2.18.4)
Collecting boto3 (from smart-open>=1.2.1->gensim==3.4.0->-r requirements-gpu.txt (line 8))
Downloading https://files.pythonhosted.org/packages/17/23/357d700ca6336e2127521ee812cd9e06ff3e2bcb6fd6de874dc8a4f74f74/boto3-1.7.79-py2.py3-none-any.whl (128kB)
100% |████████████████████████████████| 133kB 25.1MB/s
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from requests->smart-open>=1.2.1->gensim==3.4.0->-r requirements-gpu.txt (line 8)) (3.0.4)
Requirement already satisfied: idna<2.7,>=2.5 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from requests->smart-open>=1.2.1->gensim==3.4.0->-r requirements-gpu.txt (line 8)) (2.6)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from requests->smart-open>=1.2.1->gensim==3.4.0->-r requirements-gpu.txt (line 8)) (1.22)
Requirement already satisfied: certifi>=2017.4.17 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from requests->smart-open>=1.2.1->gensim==3.4.0->-r requirements-gpu.txt (line 8)) (2018.4.16)
Collecting jmespath<1.0.0,>=0.7.1 (from boto3->smart-open>=1.2.1->gensim==3.4.0->-r requirements-gpu.txt (line 8))
Downloading https://files.pythonhosted.org/packages/b7/31/05c8d001f7f87f0f07289a5fc0fc3832e9a57f2dbd4d3b0fee70e0d51365/jmespath-0.9.3-py2.py3-none-any.whl
Collecting botocore<1.11.0,>=1.10.79 (from boto3->smart-open>=1.2.1->gensim==3.4.0->-r requirements-gpu.txt (line 8))
Downloading https://files.pythonhosted.org/packages/ad/59/9604ae6f1e8ae51332c7f1c27996a48ded70ba214603ee1db7140ed13730/botocore-1.10.79-py2.py3-none-any.whl (4.5MB)
100% |████████████████████████████████| 4.5MB 11.5MB/s
Collecting s3transfer<0.2.0,>=0.1.10 (from boto3->smart-open>=1.2.1->gensim==3.4.0->-r requirements-gpu.txt (line 8))
Downloading https://files.pythonhosted.org/packages/d7/14/2a0004d487464d120c9fb85313a75cd3d71a7506955be458eebfe19a6b1d/s3transfer-0.1.13-py2.py3-none-any.whl (59kB)
100% |████████████████████████████████| 61kB 17.4MB/s
Requirement already satisfied: docutils>=0.10 in /data/workspace/portizsu/anaconda3/lib/python3.6/site-packages (from botocore<1.11.0,>=1.10.79->boto3->smart-open>=1.2.1->gensim==3.4.0->-r requirements-gpu.txt (line 8)) (0.14)
Building wheels for collected packages: regex, langdetect, pydot, lmdb, pyfasttext, smart-open, future, html5lib, bz2file
Running setup.py bdist_wheel for regex ... done
Stored in directory: /home/portizsu/.cache/pip/wheels/6b/c9/cf/230425cdd343d6b98e8da5a5841c3dab1e0c8aaa134e29edb0
Running setup.py bdist_wheel for langdetect ... done
Stored in directory: /home/portizsu/.cache/pip/wheels/ec/0c/a9/1647275e7ef5014e7b83ff30105180e332867d65e7617ddafe
Running setup.py bdist_wheel for pydot ... done
Stored in directory: /home/portizsu/.cache/pip/wheels/6a/a5/14/25541ebcdeaf97a37b6d05c7ff15f5bd20f5e91b99d313e5b4
Running setup.py bdist_wheel for lmdb ... done
Stored in directory: /home/portizsu/.cache/pip/wheels/57/40/51/3fe10a4a559a91352579a27cbcca490f279bacb54209713c4b
Running setup.py bdist_wheel for pyfasttext ... done
Stored in directory: /home/portizsu/.cache/pip/wheels/16/39/bd/45feac9c387843d70387a298d3ccf7c1dd5257c912a08de1e8
Running setup.py bdist_wheel for smart-open ... done
Stored in directory: /home/portizsu/.cache/pip/wheels/73/f1/9b/ccf93d4ba073b6f79b1ed9df68ab5ce048d8136d0efcf90b30
Running setup.py bdist_wheel for future ... done
Stored in directory: /home/portizsu/.cache/pip/wheels/bf/c9/a3/c538d90ef17cf7823fa51fc701a7a7a910a80f6a405bf15b1a
Running setup.py bdist_wheel for html5lib ... done
Stored in directory: /home/portizsu/.cache/pip/wheels/50/ae/f9/d2b189788efcf61d1ee0e36045476735c838898eef1cad6e29
Running setup.py bdist_wheel for bz2file ... done
Stored in directory: /home/portizsu/.cache/pip/wheels/81/75/d6/e1317bf09bf1af5a30befc2a007869fa6e1f516b8f7c591cb9
Successfully built regex langdetect pydot lmdb pyfasttext smart-open future html5lib bz2file
distributed 1.21.8 requires msgpack, which is not installed.
tensorflow 1.9.0 has requirement tensorboard<1.10.0,>=1.9.0, but you'll have tensorboard 1.7.0 which is incompatible.
Installing collected packages: numpy, keras, pandas, regex, tqdm, html5lib, bleach, tensorboard, tensorflow-gpu, bz2file, jmespath, botocore, s3transfer, boto3, smart-open, gensim, langdetect, textblob, unidecode, pydot, lmdb, Cython, future, pyfasttext
Found existing installation: numpy 1.14.3
Uninstalling numpy-1.14.3:
Successfully uninstalled numpy-1.14.3
Found existing installation: pandas 0.23.0
Uninstalling pandas-0.23.0:
Successfully uninstalled pandas-0.23.0
Found existing installation: html5lib 1.0.1
Uninstalling html5lib-1.0.1:
Successfully uninstalled html5lib-1.0.1
Found existing installation: bleach 2.1.3
Uninstalling bleach-2.1.3:
Successfully uninstalled bleach-2.1.3
Found existing installation: tensorboard 1.9.0
Uninstalling tensorboard-1.9.0:
Successfully uninstalled tensorboard-1.9.0
Found existing installation: Cython 0.28.2
Uninstalling Cython-0.28.2:
Successfully uninstalled Cython-0.28.2
Successfully installed Cython-0.28.5 bleach-1.5.0 boto3-1.7.79 botocore-1.10.79 bz2file-0.98 future-0.16.0 gensim-3.4.0 html5lib-0.9999999 jmespath-0.9.3 keras-2.1.5 langdetect-1.0.7 lmdb-0.94 numpy-1.14.0 pandas-0.22.0 pydot-1.2.4 pyfasttext-0.4.5 regex-2018.2.21 s3transfer-0.1.13 smart-open-1.6.0 tensorboard-1.7.0 tensorflow-gpu-1.7.0 textblob-0.15.1 tqdm-4.21.0 unidecode-1.0.22
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment