Created temporary directory: /tmp/pip-ephem-wheel-cache-496u15bf Created temporary directory: /tmp/pip-req-tracker-oo_lc476 Created requirements tracker '/tmp/pip-req-tracker-oo_lc476' Created temporary directory: /tmp/pip-wheel-4ewpsntq Looking in indexes: https://pypi.python.org/simple Collecting graph-nets==1.0.2 1 location(s) to search for versions of graph-nets: * https://pypi.python.org/simple/graph-nets/ Getting page https://pypi.python.org/simple/graph-nets/ Analyzing links from page https://pypi.org/simple/graph-nets/ Found link https://files.pythonhosted.org/packages/5d/b4/d54d4bbc82107c3efda41e6ef24da1eedadfe93e545c9f1597394f7eeea6/graph_nets-1.0.0.tar.gz#sha256=44f7eb677c8ca9343442986f4b016c7f937ffc4022570a0cd6da1c65836abb90 (from https://pypi.org/simple/graph-nets/), version: 1.0.0 Found link https://files.pythonhosted.org/packages/18/92/7665fad6a2260a5b9face2e04b0ea01308f9dbbc83e4716c5b391cea91ce/graph_nets-1.0.1.tar.gz#sha256=10f77d4ab3a4436bd61f73e1c5fce3cb8b6e1c8cd80c519cb675d84041976646 (from https://pypi.org/simple/graph-nets/), version: 1.0.1 Skipping link https://files.pythonhosted.org/packages/38/56/16e83d970892d96d49bee9899f2fd250a23552e78bd7ef855a62cc4b0883/graph_nets-1.0.2-py2.7.egg#sha256=164475010c2f7ac3ba6ae32aba88fec036b772aadbd6724a9a43433951a1918c (from https://pypi.org/simple/graph-nets/); unsupported archive format: .egg Found link https://files.pythonhosted.org/packages/7e/7b/7f928d569f7c16720df52038bbf853cb7e2f630a1baf70b2181786c2a4e7/graph_nets-1.0.2.tar.gz#sha256=bd33aa00a69b504d0cda2c51b4783d037404313301cee37737f5f4d07875d78c (from https://pypi.org/simple/graph-nets/), version: 1.0.2 Using version 1.0.2 (newest of versions: 1.0.2) Created temporary directory: /tmp/pip-unpack-s8tzffnc Downloading https://files.pythonhosted.org/packages/7e/7b/7f928d569f7c16720df52038bbf853cb7e2f630a1baf70b2181786c2a4e7/graph_nets-1.0.2.tar.gz (51kB) Downloading from URL https://files.pythonhosted.org/packages/7e/7b/7f928d569f7c16720df52038bbf853cb7e2f630a1baf70b2181786c2a4e7/graph_nets-1.0.2.tar.gz#sha256=bd33aa00a69b504d0cda2c51b4783d037404313301cee37737f5f4d07875d78c (from https://pypi.org/simple/graph-nets/) Added graph-nets==1.0.2 from https://files.pythonhosted.org/packages/7e/7b/7f928d569f7c16720df52038bbf853cb7e2f630a1baf70b2181786c2a4e7/graph_nets-1.0.2.tar.gz#sha256=bd33aa00a69b504d0cda2c51b4783d037404313301cee37737f5f4d07875d78c to build tracker '/tmp/pip-req-tracker-oo_lc476' Running setup.py (path:/tmp/pip-wheel-4ewpsntq/graph-nets/setup.py) egg_info for package graph-nets Running command python setup.py egg_info running egg_info creating pip-egg-info/graph_nets.egg-info writing top-level names to pip-egg-info/graph_nets.egg-info/top_level.txt writing dependency_links to pip-egg-info/graph_nets.egg-info/dependency_links.txt writing requirements to pip-egg-info/graph_nets.egg-info/requires.txt writing pip-egg-info/graph_nets.egg-info/PKG-INFO writing manifest file 'pip-egg-info/graph_nets.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/graph_nets.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/graph_nets.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-4ewpsntq/graph-nets has version 1.0.2, which satisfies requirement graph-nets==1.0.2 from https://files.pythonhosted.org/packages/7e/7b/7f928d569f7c16720df52038bbf853cb7e2f630a1baf70b2181786c2a4e7/graph_nets-1.0.2.tar.gz#sha256=bd33aa00a69b504d0cda2c51b4783d037404313301cee37737f5f4d07875d78c Removed graph-nets==1.0.2 from https://files.pythonhosted.org/packages/7e/7b/7f928d569f7c16720df52038bbf853cb7e2f630a1baf70b2181786c2a4e7/graph_nets-1.0.2.tar.gz#sha256=bd33aa00a69b504d0cda2c51b4783d037404313301cee37737f5f4d07875d78c from build tracker '/tmp/pip-req-tracker-oo_lc476' Building wheels for collected packages: graph-nets Created temporary directory: /tmp/pip-wheel-mgmlh9vw Running setup.py bdist_wheel for graph-nets: started Destination directory: /tmp/pip-wheel-mgmlh9vw Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-4ewpsntq/graph-nets/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-mgmlh9vw running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/graph_nets copying graph_nets/modules.py -> build/lib/graph_nets copying graph_nets/blocks.py -> build/lib/graph_nets copying graph_nets/utils_tf.py -> build/lib/graph_nets copying graph_nets/utils_np.py -> build/lib/graph_nets copying graph_nets/__init__.py -> build/lib/graph_nets copying graph_nets/graphs.py -> build/lib/graph_nets creating build/lib/graph_nets/demos copying graph_nets/demos/models.py -> build/lib/graph_nets/demos copying graph_nets/demos/__init__.py -> build/lib/graph_nets/demos creating build/lib/graph_nets/tests copying graph_nets/tests/utils_tf_test.py -> build/lib/graph_nets/tests copying graph_nets/tests/blocks_test.py -> build/lib/graph_nets/tests copying graph_nets/tests/utils_np_test.py -> build/lib/graph_nets/tests copying graph_nets/tests/modules_test.py -> build/lib/graph_nets/tests copying graph_nets/tests/test_utils.py -> build/lib/graph_nets/tests copying graph_nets/tests/graphs_test.py -> build/lib/graph_nets/tests copying graph_nets/tests/__init__.py -> build/lib/graph_nets/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/graph_nets creating build/bdist.linux-armv7l/wheel/graph_nets/demos copying build/lib/graph_nets/demos/models.py -> build/bdist.linux-armv7l/wheel/graph_nets/demos copying build/lib/graph_nets/demos/__init__.py -> build/bdist.linux-armv7l/wheel/graph_nets/demos creating build/bdist.linux-armv7l/wheel/graph_nets/tests copying build/lib/graph_nets/tests/utils_tf_test.py -> build/bdist.linux-armv7l/wheel/graph_nets/tests copying build/lib/graph_nets/tests/blocks_test.py -> build/bdist.linux-armv7l/wheel/graph_nets/tests copying build/lib/graph_nets/tests/utils_np_test.py -> build/bdist.linux-armv7l/wheel/graph_nets/tests copying build/lib/graph_nets/tests/modules_test.py -> build/bdist.linux-armv7l/wheel/graph_nets/tests copying build/lib/graph_nets/tests/test_utils.py -> build/bdist.linux-armv7l/wheel/graph_nets/tests copying build/lib/graph_nets/tests/graphs_test.py -> build/bdist.linux-armv7l/wheel/graph_nets/tests copying build/lib/graph_nets/tests/__init__.py -> build/bdist.linux-armv7l/wheel/graph_nets/tests copying build/lib/graph_nets/modules.py -> build/bdist.linux-armv7l/wheel/graph_nets copying build/lib/graph_nets/blocks.py -> build/bdist.linux-armv7l/wheel/graph_nets copying build/lib/graph_nets/utils_tf.py -> build/bdist.linux-armv7l/wheel/graph_nets copying build/lib/graph_nets/utils_np.py -> build/bdist.linux-armv7l/wheel/graph_nets copying build/lib/graph_nets/__init__.py -> build/bdist.linux-armv7l/wheel/graph_nets copying build/lib/graph_nets/graphs.py -> build/bdist.linux-armv7l/wheel/graph_nets running install_egg_info running egg_info writing graph_nets.egg-info/PKG-INFO writing requirements to graph_nets.egg-info/requires.txt writing top-level names to graph_nets.egg-info/top_level.txt writing dependency_links to graph_nets.egg-info/dependency_links.txt reading manifest file 'graph_nets.egg-info/SOURCES.txt' writing manifest file 'graph_nets.egg-info/SOURCES.txt' Copying graph_nets.egg-info to build/bdist.linux-armv7l/wheel/graph_nets-1.0.2-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/graph_nets-1.0.2.dist-info/WHEEL Running setup.py bdist_wheel for graph-nets: finished with status 'done' Stored in directory: /tmp/tmp2nt1fb6g Successfully built graph-nets Cleaning up... Removing source in /tmp/pip-wheel-4ewpsntq/graph-nets Removed build tracker '/tmp/pip-req-tracker-oo_lc476'