Collecting hyperdock==0.4.6 1 location(s) to search for versions of hyperdock: * https://pypi.python.org/simple/hyperdock/ Getting page https://pypi.python.org/simple/hyperdock/ Analyzing links from page https://pypi.org/simple/hyperdock/ Found link https://files.pythonhosted.org/packages/55/82/6d443af4dde0eb6c58ae8d45e119d8648aa9ff071c2a954115bfaf977ca4/hyperdock-0.4.0.tar.gz#sha256=b42a99d6c936aea75cc063d5bbf37d9f9c771a594878ddb0d17c5b0d4615d8e3 (from https://pypi.org/simple/hyperdock/), version: 0.4.0 Found link https://files.pythonhosted.org/packages/6c/35/3f87ce8a772d9983f9edfac6e6460a36523bcf35373138476fbe651295c3/hyperdock-0.4.1.tar.gz#sha256=05baea7542bb557667ebf210a1eeeee5d1d3956f1b4e8143b2d0161b7ccce9ca (from https://pypi.org/simple/hyperdock/), version: 0.4.1 Found link https://files.pythonhosted.org/packages/ea/4b/84397c6a12dc9a74a35a47df30af81a8ec52a37bc6b8ffd2b17671cd615a/hyperdock-0.4.2.tar.gz#sha256=006c032ec3a352778eb282c06f8dbc0be85200ecdaf1f6eb3cc8473e9530af46 (from https://pypi.org/simple/hyperdock/), version: 0.4.2 Found link https://files.pythonhosted.org/packages/6d/58/b7f86bc3a7b685eed6f061da2181766ec44284b0d0f719fdc1f98e0628ef/hyperdock-0.4.3.tar.gz#sha256=5cf8961e7ea03cebd5f0ec31e289615d7d950b75d3d3008c382e218a37988b99 (from https://pypi.org/simple/hyperdock/), version: 0.4.3 Found link https://files.pythonhosted.org/packages/09/5c/18a6e213465c023153b65dbed6e1ee13e4dc167b720eeaade094c2de1ca4/hyperdock-0.4.4.tar.gz#sha256=a9a85f0aab3ef1bb1ad0615d0b286727e2fa2daa8525668e1204ae0a9c9ca8dc (from https://pypi.org/simple/hyperdock/), version: 0.4.4 Found link https://files.pythonhosted.org/packages/cc/07/a6bca02afe76cfe354d436a230b179eb8570b660c7fdf1334b1733e76a9c/hyperdock-0.4.5.tar.gz#sha256=be7a8f3a9d4648bbfddb28381ccf66d589abcdd6665c6b74e08b3862edd92831 (from https://pypi.org/simple/hyperdock/), version: 0.4.5 Found link https://files.pythonhosted.org/packages/60/d5/48f6d89cc4b7ec5ef4bc4f66e93d676c22f26ad2c10681771079e71574f7/hyperdock-0.4.6.tar.gz#sha256=6be4ad5c957a8e7725f6550aa6ea09bda3c16baa53b0e62611317ed0d8b174f7 (from https://pypi.org/simple/hyperdock/), version: 0.4.6 Using version 0.4.6 (newest of versions: 0.4.6) Downloading https://files.pythonhosted.org/packages/60/d5/48f6d89cc4b7ec5ef4bc4f66e93d676c22f26ad2c10681771079e71574f7/hyperdock-0.4.6.tar.gz Downloading from URL https://files.pythonhosted.org/packages/60/d5/48f6d89cc4b7ec5ef4bc4f66e93d676c22f26ad2c10681771079e71574f7/hyperdock-0.4.6.tar.gz#sha256=6be4ad5c957a8e7725f6550aa6ea09bda3c16baa53b0e62611317ed0d8b174f7 (from https://pypi.org/simple/hyperdock/) Running setup.py (path:/tmp/pip-build-kn_ktzoc/hyperdock/setup.py) egg_info for package hyperdock Running command python setup.py egg_info running egg_info creating pip-egg-info/hyperdock.egg-info writing dependency_links to pip-egg-info/hyperdock.egg-info/dependency_links.txt writing entry points to pip-egg-info/hyperdock.egg-info/entry_points.txt writing top-level names to pip-egg-info/hyperdock.egg-info/top_level.txt writing pip-egg-info/hyperdock.egg-info/PKG-INFO writing requirements to pip-egg-info/hyperdock.egg-info/requires.txt writing manifest file 'pip-egg-info/hyperdock.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/hyperdock.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/hyperdock.egg-info/SOURCES.txt' Source in /tmp/pip-build-kn_ktzoc/hyperdock has version 0.4.6, which satisfies requirement hyperdock==0.4.6 from https://files.pythonhosted.org/packages/60/d5/48f6d89cc4b7ec5ef4bc4f66e93d676c22f26ad2c10681771079e71574f7/hyperdock-0.4.6.tar.gz#sha256=6be4ad5c957a8e7725f6550aa6ea09bda3c16baa53b0e62611317ed0d8b174f7 Building wheels for collected packages: hyperdock Running setup.py bdist_wheel for hyperdock: started Destination directory: /tmp/tmppqphy2o0pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-kn_ktzoc/hyperdock/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmppqphy2o0pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/hyperdock copying hyperdock/__init__.py -> build/lib/hyperdock copying hyperdock/version.py -> build/lib/hyperdock creating build/lib/tests/supervisor copying tests/supervisor/__init__.py -> build/lib/tests/supervisor copying tests/supervisor/test_supervisor.py -> build/lib/tests/supervisor creating build/lib/tests/worker copying tests/worker/__init__.py -> build/lib/tests/worker copying tests/worker/test_worker.py -> build/lib/tests/worker creating build/lib/tests/common copying tests/common/test_experiment.py -> build/lib/tests/common copying tests/common/__init__.py -> build/lib/tests/common copying tests/common/test_trialsqueue.py -> build/lib/tests/common copying tests/common/test_workqueue.py -> build/lib/tests/common copying tests/common/test_utils.py -> build/lib/tests/common creating build/lib/hyperdock/supervisor copying hyperdock/supervisor/main.py -> build/lib/hyperdock/supervisor copying hyperdock/supervisor/supervisor.py -> build/lib/hyperdock/supervisor copying hyperdock/supervisor/__init__.py -> build/lib/hyperdock/supervisor creating build/lib/hyperdock/worker copying hyperdock/worker/main.py -> build/lib/hyperdock/worker copying hyperdock/worker/__init__.py -> build/lib/hyperdock/worker copying hyperdock/worker/worker.py -> build/lib/hyperdock/worker creating build/lib/hyperdock/common copying hyperdock/common/trialqueue.py -> build/lib/hyperdock/common copying hyperdock/common/utils.py -> build/lib/hyperdock/common copying hyperdock/common/__init__.py -> build/lib/hyperdock/common copying hyperdock/common/experiment.py -> build/lib/hyperdock/common copying hyperdock/common/workqueue.py -> build/lib/hyperdock/common installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/tests/supervisor copying build/lib/tests/supervisor/__init__.py -> build/bdist.linux-armv7l/wheel/tests/supervisor copying build/lib/tests/supervisor/test_supervisor.py -> build/bdist.linux-armv7l/wheel/tests/supervisor creating build/bdist.linux-armv7l/wheel/tests/worker copying build/lib/tests/worker/__init__.py -> build/bdist.linux-armv7l/wheel/tests/worker copying build/lib/tests/worker/test_worker.py -> build/bdist.linux-armv7l/wheel/tests/worker copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/tests/common copying build/lib/tests/common/test_experiment.py -> build/bdist.linux-armv7l/wheel/tests/common copying build/lib/tests/common/__init__.py -> build/bdist.linux-armv7l/wheel/tests/common copying build/lib/tests/common/test_trialsqueue.py -> build/bdist.linux-armv7l/wheel/tests/common copying build/lib/tests/common/test_workqueue.py -> build/bdist.linux-armv7l/wheel/tests/common copying build/lib/tests/common/test_utils.py -> build/bdist.linux-armv7l/wheel/tests/common creating build/bdist.linux-armv7l/wheel/hyperdock creating build/bdist.linux-armv7l/wheel/hyperdock/supervisor copying build/lib/hyperdock/supervisor/main.py -> build/bdist.linux-armv7l/wheel/hyperdock/supervisor copying build/lib/hyperdock/supervisor/supervisor.py -> build/bdist.linux-armv7l/wheel/hyperdock/supervisor copying build/lib/hyperdock/supervisor/__init__.py -> build/bdist.linux-armv7l/wheel/hyperdock/supervisor creating build/bdist.linux-armv7l/wheel/hyperdock/worker copying build/lib/hyperdock/worker/main.py -> build/bdist.linux-armv7l/wheel/hyperdock/worker copying build/lib/hyperdock/worker/__init__.py -> build/bdist.linux-armv7l/wheel/hyperdock/worker copying build/lib/hyperdock/worker/worker.py -> build/bdist.linux-armv7l/wheel/hyperdock/worker copying build/lib/hyperdock/__init__.py -> build/bdist.linux-armv7l/wheel/hyperdock creating build/bdist.linux-armv7l/wheel/hyperdock/common copying build/lib/hyperdock/common/trialqueue.py -> build/bdist.linux-armv7l/wheel/hyperdock/common copying build/lib/hyperdock/common/utils.py -> build/bdist.linux-armv7l/wheel/hyperdock/common copying build/lib/hyperdock/common/__init__.py -> build/bdist.linux-armv7l/wheel/hyperdock/common copying build/lib/hyperdock/common/experiment.py -> build/bdist.linux-armv7l/wheel/hyperdock/common copying build/lib/hyperdock/common/workqueue.py -> build/bdist.linux-armv7l/wheel/hyperdock/common copying build/lib/hyperdock/version.py -> build/bdist.linux-armv7l/wheel/hyperdock running install_egg_info running egg_info writing top-level names to hyperdock.egg-info/top_level.txt writing requirements to hyperdock.egg-info/requires.txt writing entry points to hyperdock.egg-info/entry_points.txt writing dependency_links to hyperdock.egg-info/dependency_links.txt writing hyperdock.egg-info/PKG-INFO reading manifest file 'hyperdock.egg-info/SOURCES.txt' writing manifest file 'hyperdock.egg-info/SOURCES.txt' Copying hyperdock.egg-info to build/bdist.linux-armv7l/wheel/hyperdock-0.4.6-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/hyperdock-0.4.6.dist-info/WHEEL Running setup.py bdist_wheel for hyperdock: finished with status 'done' Stored in directory: /tmp/tmpvvimx_mg Successfully built hyperdock Cleaning up... Removing source in /tmp/pip-build-kn_ktzoc/hyperdock