Collecting dltk==0.2.1 1 location(s) to search for versions of dltk: * https://pypi.python.org/simple/dltk/ Getting page https://pypi.python.org/simple/dltk/ Analyzing links from page https://pypi.python.org/simple/dltk/ Found link https://pypi.python.org/packages/5a/29/d6e11fb2dac273f2708ba3720a5dfe63c8868691325cfa2c75e6707d9a49/dltk-0.1.tar.gz#md5=2fcfbfc8cbb0779cbed36f68b44312af (from https://pypi.python.org/simple/dltk/), version: 0.1 Found link https://pypi.python.org/packages/5c/a0/89eaa16589100e43aaddf782019c0472ed42224414c5dc1c3bd5e16f250a/dltk-0.2.0.tar.gz#md5=3b9f506d1aac3a681184e4b1e7fedafe (from https://pypi.python.org/simple/dltk/), version: 0.2.0 Found link https://pypi.python.org/packages/7f/55/bc7d72866c61f34f298e494d01c7c69eb26e8af711f5a2694c6bb9dceaca/dltk-0.2.1.tar.gz#md5=098bf462394e88fb7471f35de11e4d53 (from https://pypi.python.org/simple/dltk/), version: 0.2.1 Found link https://pypi.python.org/packages/f5/01/71f5b9f37643dea3a16ae7bc66408d221e563bd704e8a1ee5b3c144839f0/dltk-0.1.1.tar.gz#md5=0733ca212f56b1412816344ff0053b1e (from https://pypi.python.org/simple/dltk/), version: 0.1.1 Found link https://pypi.python.org/packages/fd/1e/5723df6bf7b6ffe54f0a18e98040bf8fe138198816384dd20c814eb0b854/dltk-0.2.0rc0.tar.gz#md5=7c8535880f20a3179fc9e31e777c3d36 (from https://pypi.python.org/simple/dltk/), version: 0.2.0rc0 Using version 0.2.1 (newest of versions: 0.2.1) Downloading dltk-0.2.1.tar.gz (294kB) Downloading from URL https://pypi.python.org/packages/7f/55/bc7d72866c61f34f298e494d01c7c69eb26e8af711f5a2694c6bb9dceaca/dltk-0.2.1.tar.gz#md5=098bf462394e88fb7471f35de11e4d53 (from https://pypi.python.org/simple/dltk/) Running setup.py (path:/tmp/pip-build-7z_6o2w0/dltk/setup.py) egg_info for package dltk Running command python setup.py egg_info running egg_info creating pip-egg-info/dltk.egg-info writing dependency_links to pip-egg-info/dltk.egg-info/dependency_links.txt writing top-level names to pip-egg-info/dltk.egg-info/top_level.txt writing pip-egg-info/dltk.egg-info/PKG-INFO writing requirements to pip-egg-info/dltk.egg-info/requires.txt writing manifest file 'pip-egg-info/dltk.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/dltk.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.bat' under directory '_docs' warning: no files found matching '*.py' under directory '_docs' warning: no files found matching '*.rst' under directory '_docs' warning: no files found matching '*.svg' under directory '_docs' warning: no files found matching 'Makefile' under directory '_docs' warning: no files found matching '*.gitkeep' under directory 'contrib' warning: no files found matching '*.MD' under directory 'examples' writing manifest file 'pip-egg-info/dltk.egg-info/SOURCES.txt' Welcome to DLTK! If any questions please visit documentation page https://dltk.github.io/dltk or join community chat on https://gitter.im/DLTK/DLTK We did not find TensorFlow on your system. Please install it via `pip install tensorflow-gpu` if you have a CUDA-enabled GPU or with `pip install tensorflow` without GPU support. Source in /tmp/pip-build-7z_6o2w0/dltk has version 0.2.1, which satisfies requirement dltk==0.2.1 from https://pypi.python.org/packages/7f/55/bc7d72866c61f34f298e494d01c7c69eb26e8af711f5a2694c6bb9dceaca/dltk-0.2.1.tar.gz#md5=098bf462394e88fb7471f35de11e4d53 Building wheels for collected packages: dltk Running setup.py bdist_wheel for dltk: started Destination directory: /tmp/tmpk83c9ip9pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-7z_6o2w0/dltk/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/tmpk83c9ip9pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/dltk copying dltk/utils.py -> build/lib/dltk copying dltk/version.py -> build/lib/dltk copying dltk/__init__.py -> build/lib/dltk creating build/lib/dltk/networks copying dltk/networks/__init__.py -> build/lib/dltk/networks creating build/lib/dltk/core copying dltk/core/losses.py -> build/lib/dltk/core copying dltk/core/residual_unit.py -> build/lib/dltk/core copying dltk/core/__init__.py -> build/lib/dltk/core copying dltk/core/activations.py -> build/lib/dltk/core copying dltk/core/upsample.py -> build/lib/dltk/core copying dltk/core/metrics.py -> build/lib/dltk/core creating build/lib/dltk/io copying dltk/io/augmentation.py -> build/lib/dltk/io copying dltk/io/abstract_reader.py -> build/lib/dltk/io copying dltk/io/preprocessing.py -> build/lib/dltk/io copying dltk/io/__init__.py -> build/lib/dltk/io creating build/lib/dltk/networks/gan copying dltk/networks/gan/dcgan.py -> build/lib/dltk/networks/gan copying dltk/networks/gan/__init__.py -> build/lib/dltk/networks/gan creating build/lib/dltk/networks/super_resolution copying dltk/networks/super_resolution/__init__.py -> build/lib/dltk/networks/super_resolution copying dltk/networks/super_resolution/simple_super_resolution.py -> build/lib/dltk/networks/super_resolution creating build/lib/dltk/networks/autoencoder copying dltk/networks/autoencoder/convolutional_autoencoder.py -> build/lib/dltk/networks/autoencoder copying dltk/networks/autoencoder/__init__.py -> build/lib/dltk/networks/autoencoder creating build/lib/dltk/networks/regression_classification copying dltk/networks/regression_classification/resnet.py -> build/lib/dltk/networks/regression_classification copying dltk/networks/regression_classification/__init__.py -> build/lib/dltk/networks/regression_classification creating build/lib/dltk/networks/segmentation copying dltk/networks/segmentation/unet.py -> build/lib/dltk/networks/segmentation copying dltk/networks/segmentation/fcn.py -> build/lib/dltk/networks/segmentation copying dltk/networks/segmentation/deepmedic.py -> build/lib/dltk/networks/segmentation copying dltk/networks/segmentation/__init__.py -> build/lib/dltk/networks/segmentation 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/dltk copying build/lib/dltk/utils.py -> build/bdist.linux-armv7l/wheel/dltk creating build/bdist.linux-armv7l/wheel/dltk/networks creating build/bdist.linux-armv7l/wheel/dltk/networks/gan copying build/lib/dltk/networks/gan/dcgan.py -> build/bdist.linux-armv7l/wheel/dltk/networks/gan copying build/lib/dltk/networks/gan/__init__.py -> build/bdist.linux-armv7l/wheel/dltk/networks/gan creating build/bdist.linux-armv7l/wheel/dltk/networks/super_resolution copying build/lib/dltk/networks/super_resolution/__init__.py -> build/bdist.linux-armv7l/wheel/dltk/networks/super_resolution copying build/lib/dltk/networks/super_resolution/simple_super_resolution.py -> build/bdist.linux-armv7l/wheel/dltk/networks/super_resolution creating build/bdist.linux-armv7l/wheel/dltk/networks/autoencoder copying build/lib/dltk/networks/autoencoder/convolutional_autoencoder.py -> build/bdist.linux-armv7l/wheel/dltk/networks/autoencoder copying build/lib/dltk/networks/autoencoder/__init__.py -> build/bdist.linux-armv7l/wheel/dltk/networks/autoencoder creating build/bdist.linux-armv7l/wheel/dltk/networks/regression_classification copying build/lib/dltk/networks/regression_classification/resnet.py -> build/bdist.linux-armv7l/wheel/dltk/networks/regression_classification copying build/lib/dltk/networks/regression_classification/__init__.py -> build/bdist.linux-armv7l/wheel/dltk/networks/regression_classification creating build/bdist.linux-armv7l/wheel/dltk/networks/segmentation copying build/lib/dltk/networks/segmentation/unet.py -> build/bdist.linux-armv7l/wheel/dltk/networks/segmentation copying build/lib/dltk/networks/segmentation/fcn.py -> build/bdist.linux-armv7l/wheel/dltk/networks/segmentation copying build/lib/dltk/networks/segmentation/deepmedic.py -> build/bdist.linux-armv7l/wheel/dltk/networks/segmentation copying build/lib/dltk/networks/segmentation/__init__.py -> build/bdist.linux-armv7l/wheel/dltk/networks/segmentation copying build/lib/dltk/networks/__init__.py -> build/bdist.linux-armv7l/wheel/dltk/networks copying build/lib/dltk/version.py -> build/bdist.linux-armv7l/wheel/dltk copying build/lib/dltk/__init__.py -> build/bdist.linux-armv7l/wheel/dltk creating build/bdist.linux-armv7l/wheel/dltk/core copying build/lib/dltk/core/losses.py -> build/bdist.linux-armv7l/wheel/dltk/core copying build/lib/dltk/core/residual_unit.py -> build/bdist.linux-armv7l/wheel/dltk/core copying build/lib/dltk/core/__init__.py -> build/bdist.linux-armv7l/wheel/dltk/core copying build/lib/dltk/core/activations.py -> build/bdist.linux-armv7l/wheel/dltk/core copying build/lib/dltk/core/upsample.py -> build/bdist.linux-armv7l/wheel/dltk/core copying build/lib/dltk/core/metrics.py -> build/bdist.linux-armv7l/wheel/dltk/core creating build/bdist.linux-armv7l/wheel/dltk/io copying build/lib/dltk/io/augmentation.py -> build/bdist.linux-armv7l/wheel/dltk/io copying build/lib/dltk/io/abstract_reader.py -> build/bdist.linux-armv7l/wheel/dltk/io copying build/lib/dltk/io/preprocessing.py -> build/bdist.linux-armv7l/wheel/dltk/io copying build/lib/dltk/io/__init__.py -> build/bdist.linux-armv7l/wheel/dltk/io running install_egg_info running egg_info writing top-level names to dltk.egg-info/top_level.txt writing dependency_links to dltk.egg-info/dependency_links.txt writing dltk.egg-info/PKG-INFO writing requirements to dltk.egg-info/requires.txt reading manifest file 'dltk.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.bat' under directory '_docs' warning: no files found matching '*.py' under directory '_docs' warning: no files found matching '*.rst' under directory '_docs' warning: no files found matching '*.svg' under directory '_docs' warning: no files found matching 'Makefile' under directory '_docs' warning: no files found matching '*.gitkeep' under directory 'contrib' warning: no files found matching '*.MD' under directory 'examples' writing manifest file 'dltk.egg-info/SOURCES.txt' Copying dltk.egg-info to build/bdist.linux-armv7l/wheel/dltk-0.2.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/dltk-0.2.1.dist-info/WHEEL Welcome to DLTK! If any questions please visit documentation page https://dltk.github.io/dltk or join community chat on https://gitter.im/DLTK/DLTK We did not find TensorFlow on your system. Please install it via `pip install tensorflow-gpu` if you have a CUDA-enabled GPU or with `pip install tensorflow` without GPU support. Running setup.py bdist_wheel for dltk: finished with status 'done' Stored in directory: /tmp/tmpdjjoau0n Successfully built dltk Cleaning up... Removing source in /tmp/pip-build-7z_6o2w0/dltk