Created temporary directory: /tmp/pip-ephem-wheel-cache-jq4tm_il Created temporary directory: /tmp/pip-req-tracker-650ef571 Created requirements tracker '/tmp/pip-req-tracker-650ef571' Created temporary directory: /tmp/pip-wheel-g9x0__0u Collecting ndf==0.1 1 location(s) to search for versions of ndf: * https://pypi.org/simple/ndf/ Getting page https://pypi.org/simple/ndf/ Analyzing links from page https://pypi.org/simple/ndf/ Found link https://files.pythonhosted.org/packages/e7/26/965390459d58c77d688af252169c37657b8f4366002334a56b1d316459ab/ndf-0.1.tar.gz#sha256=c7cddc77b9e3c39333e48602f6fa77e1c0d72ea90f4d860527329e4f12124b18 (from https://pypi.org/simple/ndf/), version: 0.1 Found link https://files.pythonhosted.org/packages/b0/50/e788dc4b40c4a029234b4b03e8dc3efbbbc722832a006f160c0c6f3c2bda/ndf-0.1.1.tar.gz#sha256=959d80cdfe66a5b00d3f0a0a194bab8000c88f59bf1d245ddb31dcee26c3893a (from https://pypi.org/simple/ndf/), version: 0.1.1 Found link https://files.pythonhosted.org/packages/32/ef/e404cb2e6d0787e5800585cc246209e28b613d6b622009a6670063c00d13/ndf-0.1.2.tar.gz#sha256=44c2a9b3f7d0ad0aa48a5fcb1cb97f374de58554b56cee7f6d9864256ea06f28 (from https://pypi.org/simple/ndf/), version: 0.1.2 Found link https://files.pythonhosted.org/packages/8c/b0/d076cfbfe0281d1322e9809133ea737d5879ccbc4a10a2bbe21baf2f7e0e/ndf-0.1.3.tar.gz#sha256=90d99f3d7423f67565416d1a27deb4f9c9d4440577787caca4d98665c9e2e248 (from https://pypi.org/simple/ndf/), version: 0.1.3 Found link https://files.pythonhosted.org/packages/c8/d4/6cf87d6b015fc9921eda63bc9550da4ae4686b3cceb7452ea49b98ce979c/ndf-0.1.4.tar.gz#sha256=a87c0bd2cccbc438d24859cbe64de34157b432f104d0e7b59b0610264b538522 (from https://pypi.org/simple/ndf/), version: 0.1.4 Using version 0.1 (newest of versions: 0.1) Created temporary directory: /tmp/pip-unpack-tnb5kwjl Downloading https://files.pythonhosted.org/packages/e7/26/965390459d58c77d688af252169c37657b8f4366002334a56b1d316459ab/ndf-0.1.tar.gz (4.6MB) Downloading from URL https://files.pythonhosted.org/packages/e7/26/965390459d58c77d688af252169c37657b8f4366002334a56b1d316459ab/ndf-0.1.tar.gz#sha256=c7cddc77b9e3c39333e48602f6fa77e1c0d72ea90f4d860527329e4f12124b18 (from https://pypi.org/simple/ndf/) Added ndf==0.1 from https://files.pythonhosted.org/packages/e7/26/965390459d58c77d688af252169c37657b8f4366002334a56b1d316459ab/ndf-0.1.tar.gz#sha256=c7cddc77b9e3c39333e48602f6fa77e1c0d72ea90f4d860527329e4f12124b18 to build tracker '/tmp/pip-req-tracker-650ef571' Running setup.py (path:/tmp/pip-wheel-g9x0__0u/ndf/setup.py) egg_info for package ndf Running command python setup.py egg_info running egg_info creating pip-egg-info/ndf.egg-info writing dependency_links to pip-egg-info/ndf.egg-info/dependency_links.txt writing pip-egg-info/ndf.egg-info/PKG-INFO writing top-level names to pip-egg-info/ndf.egg-info/top_level.txt writing requirements to pip-egg-info/ndf.egg-info/requires.txt writing manifest file 'pip-egg-info/ndf.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/ndf.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/ndf.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-g9x0__0u/ndf has version 0.1, which satisfies requirement ndf==0.1 from https://files.pythonhosted.org/packages/e7/26/965390459d58c77d688af252169c37657b8f4366002334a56b1d316459ab/ndf-0.1.tar.gz#sha256=c7cddc77b9e3c39333e48602f6fa77e1c0d72ea90f4d860527329e4f12124b18 Removed ndf==0.1 from https://files.pythonhosted.org/packages/e7/26/965390459d58c77d688af252169c37657b8f4366002334a56b1d316459ab/ndf-0.1.tar.gz#sha256=c7cddc77b9e3c39333e48602f6fa77e1c0d72ea90f4d860527329e4f12124b18 from build tracker '/tmp/pip-req-tracker-650ef571' Building wheels for collected packages: ndf Created temporary directory: /tmp/pip-wheel-k_i31rbj Running setup.py bdist_wheel for ndf: started Destination directory: /tmp/pip-wheel-k_i31rbj Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-g9x0__0u/ndf/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-k_i31rbj running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/ndf copying ndf/model.py -> build/lib/ndf copying ndf/__init__.py -> build/lib/ndf creating build/lib/ndf/layers copying ndf/layers/merge.py -> build/lib/ndf/layers copying ndf/layers/convolutions.py -> build/lib/ndf/layers copying ndf/layers/pooling.py -> build/lib/ndf/layers copying ndf/layers/layer.py -> build/lib/ndf/layers copying ndf/layers/activations.py -> build/lib/ndf/layers copying ndf/layers/input.py -> build/lib/ndf/layers copying ndf/layers/others.py -> build/lib/ndf/layers copying ndf/layers/__init__.py -> build/lib/ndf/layers creating build/lib/ndf/utils copying ndf/utils/image_to_col.py -> build/lib/ndf/utils copying ndf/utils/__init__.py -> build/lib/ndf/utils creating build/lib/ndf/example_models copying ndf/example_models/squeezenet.py -> build/lib/ndf/example_models copying ndf/example_models/__init__.py -> build/lib/ndf/example_models running egg_info writing dependency_links to ndf.egg-info/dependency_links.txt writing requirements to ndf.egg-info/requires.txt writing ndf.egg-info/PKG-INFO writing top-level names to ndf.egg-info/top_level.txt reading manifest file 'ndf.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ndf.egg-info/SOURCES.txt' creating build/lib/ndf/example_models/weights copying ndf/example_models/weights/squeezenet_weights.pkl -> build/lib/ndf/example_models/weights 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/ndf copying build/lib/ndf/model.py -> build/bdist.linux-armv7l/wheel/ndf creating build/bdist.linux-armv7l/wheel/ndf/layers copying build/lib/ndf/layers/merge.py -> build/bdist.linux-armv7l/wheel/ndf/layers copying build/lib/ndf/layers/convolutions.py -> build/bdist.linux-armv7l/wheel/ndf/layers copying build/lib/ndf/layers/pooling.py -> build/bdist.linux-armv7l/wheel/ndf/layers copying build/lib/ndf/layers/layer.py -> build/bdist.linux-armv7l/wheel/ndf/layers copying build/lib/ndf/layers/activations.py -> build/bdist.linux-armv7l/wheel/ndf/layers copying build/lib/ndf/layers/input.py -> build/bdist.linux-armv7l/wheel/ndf/layers copying build/lib/ndf/layers/others.py -> build/bdist.linux-armv7l/wheel/ndf/layers copying build/lib/ndf/layers/__init__.py -> build/bdist.linux-armv7l/wheel/ndf/layers creating build/bdist.linux-armv7l/wheel/ndf/utils copying build/lib/ndf/utils/image_to_col.py -> build/bdist.linux-armv7l/wheel/ndf/utils copying build/lib/ndf/utils/__init__.py -> build/bdist.linux-armv7l/wheel/ndf/utils creating build/bdist.linux-armv7l/wheel/ndf/example_models copying build/lib/ndf/example_models/squeezenet.py -> build/bdist.linux-armv7l/wheel/ndf/example_models creating build/bdist.linux-armv7l/wheel/ndf/example_models/weights copying build/lib/ndf/example_models/weights/squeezenet_weights.pkl -> build/bdist.linux-armv7l/wheel/ndf/example_models/weights copying build/lib/ndf/example_models/__init__.py -> build/bdist.linux-armv7l/wheel/ndf/example_models copying build/lib/ndf/__init__.py -> build/bdist.linux-armv7l/wheel/ndf running install_egg_info Copying ndf.egg-info to build/bdist.linux-armv7l/wheel/ndf-0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/ndf-0.1.dist-info/WHEEL creating '/tmp/pip-wheel-k_i31rbj/ndf-0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'ndf/__init__.py' adding 'ndf/model.py' adding 'ndf/example_models/__init__.py' adding 'ndf/example_models/squeezenet.py' adding 'ndf/example_models/weights/squeezenet_weights.pkl' adding 'ndf/layers/__init__.py' adding 'ndf/layers/activations.py' adding 'ndf/layers/convolutions.py' adding 'ndf/layers/input.py' adding 'ndf/layers/layer.py' adding 'ndf/layers/merge.py' adding 'ndf/layers/others.py' adding 'ndf/layers/pooling.py' adding 'ndf/utils/__init__.py' adding 'ndf/utils/image_to_col.py' adding 'ndf-0.1.dist-info/METADATA' adding 'ndf-0.1.dist-info/WHEEL' adding 'ndf-0.1.dist-info/top_level.txt' adding 'ndf-0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for ndf: finished with status 'done' Stored in directory: /tmp/tmp8ljdyrgl Successfully built ndf Cleaning up... Removing source in /tmp/pip-wheel-g9x0__0u/ndf Removed build tracker '/tmp/pip-req-tracker-650ef571'