Created temporary directory: /tmp/pip-ephem-wheel-cache-ux27alg9 Created temporary directory: /tmp/pip-req-tracker-vm99avwl Created requirements tracker '/tmp/pip-req-tracker-vm99avwl' Created temporary directory: /tmp/pip-wheel-augctsbk Collecting python-network==0.0.0 1 location(s) to search for versions of python-network: * https://pypi.org/simple/python-network/ Getting page https://pypi.org/simple/python-network/ Analyzing links from page https://pypi.org/simple/python-network/ Found link https://files.pythonhosted.org/packages/70/2f/2eb9fa393c918a0a60e5b9d7dfa2ccb395ba6e1f3f444661f41e979c0435/python-network-0.0.0.tar.gz#sha256=477c1b3622b024e74acb3b63121befd56e8b3e300a0cb052d3f09a640d0dc1ed (from https://pypi.org/simple/python-network/), version: 0.0.0 Using version 0.0.0 (newest of versions: 0.0.0) Created temporary directory: /tmp/pip-unpack-d6rbvrog Downloading https://files.pythonhosted.org/packages/70/2f/2eb9fa393c918a0a60e5b9d7dfa2ccb395ba6e1f3f444661f41e979c0435/python-network-0.0.0.tar.gz (42kB) Downloading from URL https://files.pythonhosted.org/packages/70/2f/2eb9fa393c918a0a60e5b9d7dfa2ccb395ba6e1f3f444661f41e979c0435/python-network-0.0.0.tar.gz#sha256=477c1b3622b024e74acb3b63121befd56e8b3e300a0cb052d3f09a640d0dc1ed (from https://pypi.org/simple/python-network/) Added python-network==0.0.0 from https://files.pythonhosted.org/packages/70/2f/2eb9fa393c918a0a60e5b9d7dfa2ccb395ba6e1f3f444661f41e979c0435/python-network-0.0.0.tar.gz#sha256=477c1b3622b024e74acb3b63121befd56e8b3e300a0cb052d3f09a640d0dc1ed to build tracker '/tmp/pip-req-tracker-vm99avwl' Running setup.py (path:/tmp/pip-wheel-augctsbk/python-network/setup.py) egg_info for package python-network Running command python setup.py egg_info running egg_info creating pip-egg-info/python_network.egg-info writing requirements to pip-egg-info/python_network.egg-info/requires.txt writing dependency_links to pip-egg-info/python_network.egg-info/dependency_links.txt writing pip-egg-info/python_network.egg-info/PKG-INFO writing top-level names to pip-egg-info/python_network.egg-info/top_level.txt writing manifest file 'pip-egg-info/python_network.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/python_network.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/python_network.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-augctsbk/python-network has version 0.0.0, which satisfies requirement python-network==0.0.0 from https://files.pythonhosted.org/packages/70/2f/2eb9fa393c918a0a60e5b9d7dfa2ccb395ba6e1f3f444661f41e979c0435/python-network-0.0.0.tar.gz#sha256=477c1b3622b024e74acb3b63121befd56e8b3e300a0cb052d3f09a640d0dc1ed Removed python-network==0.0.0 from https://files.pythonhosted.org/packages/70/2f/2eb9fa393c918a0a60e5b9d7dfa2ccb395ba6e1f3f444661f41e979c0435/python-network-0.0.0.tar.gz#sha256=477c1b3622b024e74acb3b63121befd56e8b3e300a0cb052d3f09a640d0dc1ed from build tracker '/tmp/pip-req-tracker-vm99avwl' Building wheels for collected packages: python-network Created temporary directory: /tmp/pip-wheel-t7uaqnhv Running setup.py bdist_wheel for python-network: started Destination directory: /tmp/pip-wheel-t7uaqnhv Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-augctsbk/python-network/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/pip-wheel-t7uaqnhv running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pynet copying pynet/segmentation.py -> build/lib/pynet copying pynet/cam.py -> build/lib/pynet copying pynet/transforms.py -> build/lib/pynet copying pynet/info.py -> build/lib/pynet copying pynet/classifier.py -> build/lib/pynet copying pynet/encoder.py -> build/lib/pynet copying pynet/configure.py -> build/lib/pynet copying pynet/losses.py -> build/lib/pynet copying pynet/history.py -> build/lib/pynet copying pynet/gan.py -> build/lib/pynet copying pynet/observable.py -> build/lib/pynet copying pynet/utils.py -> build/lib/pynet copying pynet/core.py -> build/lib/pynet copying pynet/__init__.py -> build/lib/pynet copying pynet/metrics.py -> build/lib/pynet creating build/lib/pynet/plotting copying pynet/plotting/colors.py -> build/lib/pynet/plotting copying pynet/plotting/graph.py -> build/lib/pynet/plotting copying pynet/plotting/__init__.py -> build/lib/pynet/plotting copying pynet/plotting/signal.py -> build/lib/pynet/plotting copying pynet/plotting/image.py -> build/lib/pynet/plotting copying pynet/plotting/network.py -> build/lib/pynet/plotting creating build/lib/pynet/models copying pynet/models/unet.py -> build/lib/pynet/models copying pynet/models/cam.py -> build/lib/pynet/models copying pynet/models/modules.py -> build/lib/pynet/models copying pynet/models/__init__.py -> build/lib/pynet/models copying pynet/models/nvnet.py -> build/lib/pynet/models creating build/lib/pynet/datasets copying pynet/datasets/cifar.py -> build/lib/pynet/datasets copying pynet/datasets/gradcam.py -> build/lib/pynet/datasets copying pynet/datasets/brats.py -> build/lib/pynet/datasets copying pynet/datasets/core.py -> build/lib/pynet/datasets copying pynet/datasets/orientation.py -> build/lib/pynet/datasets copying pynet/datasets/echocardiography.py -> build/lib/pynet/datasets copying pynet/datasets/__init__.py -> build/lib/pynet/datasets creating build/lib/pynet/tests copying pynet/tests/test_network.py -> build/lib/pynet/tests 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/pynet copying build/lib/pynet/segmentation.py -> build/bdist.linux-armv7l/wheel/pynet creating build/bdist.linux-armv7l/wheel/pynet/plotting copying build/lib/pynet/plotting/colors.py -> build/bdist.linux-armv7l/wheel/pynet/plotting copying build/lib/pynet/plotting/graph.py -> build/bdist.linux-armv7l/wheel/pynet/plotting copying build/lib/pynet/plotting/__init__.py -> build/bdist.linux-armv7l/wheel/pynet/plotting copying build/lib/pynet/plotting/signal.py -> build/bdist.linux-armv7l/wheel/pynet/plotting copying build/lib/pynet/plotting/image.py -> build/bdist.linux-armv7l/wheel/pynet/plotting copying build/lib/pynet/plotting/network.py -> build/bdist.linux-armv7l/wheel/pynet/plotting copying build/lib/pynet/cam.py -> build/bdist.linux-armv7l/wheel/pynet copying build/lib/pynet/transforms.py -> build/bdist.linux-armv7l/wheel/pynet copying build/lib/pynet/info.py -> build/bdist.linux-armv7l/wheel/pynet copying build/lib/pynet/classifier.py -> build/bdist.linux-armv7l/wheel/pynet copying build/lib/pynet/encoder.py -> build/bdist.linux-armv7l/wheel/pynet copying build/lib/pynet/configure.py -> build/bdist.linux-armv7l/wheel/pynet copying build/lib/pynet/losses.py -> build/bdist.linux-armv7l/wheel/pynet copying build/lib/pynet/history.py -> build/bdist.linux-armv7l/wheel/pynet copying build/lib/pynet/gan.py -> build/bdist.linux-armv7l/wheel/pynet creating build/bdist.linux-armv7l/wheel/pynet/models copying build/lib/pynet/models/unet.py -> build/bdist.linux-armv7l/wheel/pynet/models copying build/lib/pynet/models/cam.py -> build/bdist.linux-armv7l/wheel/pynet/models copying build/lib/pynet/models/modules.py -> build/bdist.linux-armv7l/wheel/pynet/models copying build/lib/pynet/models/__init__.py -> build/bdist.linux-armv7l/wheel/pynet/models copying build/lib/pynet/models/nvnet.py -> build/bdist.linux-armv7l/wheel/pynet/models copying build/lib/pynet/observable.py -> build/bdist.linux-armv7l/wheel/pynet copying build/lib/pynet/utils.py -> build/bdist.linux-armv7l/wheel/pynet creating build/bdist.linux-armv7l/wheel/pynet/tests copying build/lib/pynet/tests/test_network.py -> build/bdist.linux-armv7l/wheel/pynet/tests copying build/lib/pynet/core.py -> build/bdist.linux-armv7l/wheel/pynet copying build/lib/pynet/__init__.py -> build/bdist.linux-armv7l/wheel/pynet creating build/bdist.linux-armv7l/wheel/pynet/datasets copying build/lib/pynet/datasets/cifar.py -> build/bdist.linux-armv7l/wheel/pynet/datasets copying build/lib/pynet/datasets/gradcam.py -> build/bdist.linux-armv7l/wheel/pynet/datasets copying build/lib/pynet/datasets/brats.py -> build/bdist.linux-armv7l/wheel/pynet/datasets copying build/lib/pynet/datasets/core.py -> build/bdist.linux-armv7l/wheel/pynet/datasets copying build/lib/pynet/datasets/orientation.py -> build/bdist.linux-armv7l/wheel/pynet/datasets copying build/lib/pynet/datasets/echocardiography.py -> build/bdist.linux-armv7l/wheel/pynet/datasets copying build/lib/pynet/datasets/__init__.py -> build/bdist.linux-armv7l/wheel/pynet/datasets copying build/lib/pynet/metrics.py -> build/bdist.linux-armv7l/wheel/pynet running install_egg_info running egg_info writing requirements to python_network.egg-info/requires.txt writing dependency_links to python_network.egg-info/dependency_links.txt writing top-level names to python_network.egg-info/top_level.txt writing python_network.egg-info/PKG-INFO reading manifest file 'python_network.egg-info/SOURCES.txt' writing manifest file 'python_network.egg-info/SOURCES.txt' Copying python_network.egg-info to build/bdist.linux-armv7l/wheel/python_network-0.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/python_network-0.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-t7uaqnhv/python_network-0.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'pynet/__init__.py' adding 'pynet/cam.py' adding 'pynet/classifier.py' adding 'pynet/configure.py' adding 'pynet/core.py' adding 'pynet/encoder.py' adding 'pynet/gan.py' adding 'pynet/history.py' adding 'pynet/info.py' adding 'pynet/losses.py' adding 'pynet/metrics.py' adding 'pynet/observable.py' adding 'pynet/segmentation.py' adding 'pynet/transforms.py' adding 'pynet/utils.py' adding 'pynet/datasets/__init__.py' adding 'pynet/datasets/brats.py' adding 'pynet/datasets/cifar.py' adding 'pynet/datasets/core.py' adding 'pynet/datasets/echocardiography.py' adding 'pynet/datasets/gradcam.py' adding 'pynet/datasets/orientation.py' adding 'pynet/models/__init__.py' adding 'pynet/models/cam.py' adding 'pynet/models/modules.py' adding 'pynet/models/nvnet.py' adding 'pynet/models/unet.py' adding 'pynet/plotting/__init__.py' adding 'pynet/plotting/colors.py' adding 'pynet/plotting/graph.py' adding 'pynet/plotting/image.py' adding 'pynet/plotting/network.py' adding 'pynet/plotting/signal.py' adding 'pynet/tests/test_network.py' adding 'python_network-0.0.0.dist-info/METADATA' adding 'python_network-0.0.0.dist-info/WHEEL' adding 'python_network-0.0.0.dist-info/top_level.txt' adding 'python_network-0.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for python-network: finished with status 'done' Stored in directory: /tmp/tmpiemlqoiv Successfully built python-network Cleaning up... Removing source in /tmp/pip-wheel-augctsbk/python-network Removed build tracker '/tmp/pip-req-tracker-vm99avwl'