Created temporary directory: /tmp/pip-ephem-wheel-cache-rb119ivd Created temporary directory: /tmp/pip-req-tracker-ol0gfpg0 Created requirements tracker '/tmp/pip-req-tracker-ol0gfpg0' Created temporary directory: /tmp/pip-wheel-g52sxjih Collecting batch-ppo==1.4.0 1 location(s) to search for versions of batch-ppo: * https://pypi.org/simple/batch-ppo/ Getting page https://pypi.org/simple/batch-ppo/ Analyzing links from page https://pypi.org/simple/batch-ppo/ Found link https://files.pythonhosted.org/packages/aa/c4/dbf9934d97528dea9144e94d9898df74eedd7d25b96e367ca9000cded565/batch-ppo-1.4.0.tar.gz#sha256=e8f368b2493a2fdb68998d8e98b72663470ae9ac13df31b1c980453a288f0aaf (from https://pypi.org/simple/batch-ppo/), version: 1.4.0 Using version 1.4.0 (newest of versions: 1.4.0) Created temporary directory: /tmp/pip-unpack-nwjrc68z Downloading https://files.pythonhosted.org/packages/aa/c4/dbf9934d97528dea9144e94d9898df74eedd7d25b96e367ca9000cded565/batch-ppo-1.4.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/aa/c4/dbf9934d97528dea9144e94d9898df74eedd7d25b96e367ca9000cded565/batch-ppo-1.4.0.tar.gz#sha256=e8f368b2493a2fdb68998d8e98b72663470ae9ac13df31b1c980453a288f0aaf (from https://pypi.org/simple/batch-ppo/) Added batch-ppo==1.4.0 from https://files.pythonhosted.org/packages/aa/c4/dbf9934d97528dea9144e94d9898df74eedd7d25b96e367ca9000cded565/batch-ppo-1.4.0.tar.gz#sha256=e8f368b2493a2fdb68998d8e98b72663470ae9ac13df31b1c980453a288f0aaf to build tracker '/tmp/pip-req-tracker-ol0gfpg0' Running setup.py (path:/tmp/pip-wheel-g52sxjih/batch-ppo/setup.py) egg_info for package batch-ppo Running command python setup.py egg_info running egg_info creating pip-egg-info/batch_ppo.egg-info writing dependency_links to pip-egg-info/batch_ppo.egg-info/dependency_links.txt writing top-level names to pip-egg-info/batch_ppo.egg-info/top_level.txt writing pip-egg-info/batch_ppo.egg-info/PKG-INFO writing requirements to pip-egg-info/batch_ppo.egg-info/requires.txt writing manifest file 'pip-egg-info/batch_ppo.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/batch_ppo.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/batch_ppo.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-g52sxjih/batch-ppo has version 1.4.0, which satisfies requirement batch-ppo==1.4.0 from https://files.pythonhosted.org/packages/aa/c4/dbf9934d97528dea9144e94d9898df74eedd7d25b96e367ca9000cded565/batch-ppo-1.4.0.tar.gz#sha256=e8f368b2493a2fdb68998d8e98b72663470ae9ac13df31b1c980453a288f0aaf Removed batch-ppo==1.4.0 from https://files.pythonhosted.org/packages/aa/c4/dbf9934d97528dea9144e94d9898df74eedd7d25b96e367ca9000cded565/batch-ppo-1.4.0.tar.gz#sha256=e8f368b2493a2fdb68998d8e98b72663470ae9ac13df31b1c980453a288f0aaf from build tracker '/tmp/pip-req-tracker-ol0gfpg0' Building wheels for collected packages: batch-ppo Created temporary directory: /tmp/pip-wheel-pzqk9rhv Running setup.py bdist_wheel for batch-ppo: started Destination directory: /tmp/pip-wheel-pzqk9rhv Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-g52sxjih/batch-ppo/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-pzqk9rhv running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/agents copying agents/__init__.py -> build/lib/agents creating build/lib/agents/scripts copying agents/scripts/train.py -> build/lib/agents/scripts copying agents/scripts/visualize.py -> build/lib/agents/scripts copying agents/scripts/configs.py -> build/lib/agents/scripts copying agents/scripts/train_ppo_test.py -> build/lib/agents/scripts copying agents/scripts/__init__.py -> build/lib/agents/scripts copying agents/scripts/networks.py -> build/lib/agents/scripts copying agents/scripts/utility.py -> build/lib/agents/scripts creating build/lib/agents/tools copying agents/tools/simulate.py -> build/lib/agents/tools copying agents/tools/count_weights_test.py -> build/lib/agents/tools copying agents/tools/count_weights.py -> build/lib/agents/tools copying agents/tools/nested_test.py -> build/lib/agents/tools copying agents/tools/mock_algorithm.py -> build/lib/agents/tools copying agents/tools/wrappers_test.py -> build/lib/agents/tools copying agents/tools/batch_env.py -> build/lib/agents/tools copying agents/tools/mock_environment.py -> build/lib/agents/tools copying agents/tools/loop_test.py -> build/lib/agents/tools copying agents/tools/streaming_mean.py -> build/lib/agents/tools copying agents/tools/simulate_test.py -> build/lib/agents/tools copying agents/tools/attr_dict_test.py -> build/lib/agents/tools copying agents/tools/wrappers.py -> build/lib/agents/tools copying agents/tools/in_graph_batch_env.py -> build/lib/agents/tools copying agents/tools/loop.py -> build/lib/agents/tools copying agents/tools/in_graph_env.py -> build/lib/agents/tools copying agents/tools/__init__.py -> build/lib/agents/tools copying agents/tools/nested.py -> build/lib/agents/tools copying agents/tools/attr_dict.py -> build/lib/agents/tools creating build/lib/agents/algorithms copying agents/algorithms/__init__.py -> build/lib/agents/algorithms creating build/lib/agents/parts copying agents/parts/memory.py -> build/lib/agents/parts copying agents/parts/normalize.py -> build/lib/agents/parts copying agents/parts/iterate_sequences.py -> build/lib/agents/parts copying agents/parts/__init__.py -> build/lib/agents/parts creating build/lib/agents/algorithms/ppo copying agents/algorithms/ppo/__init__.py -> build/lib/agents/algorithms/ppo copying agents/algorithms/ppo/ppo.py -> build/lib/agents/algorithms/ppo copying agents/algorithms/ppo/utility.py -> build/lib/agents/algorithms/ppo 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/agents creating build/bdist.linux-armv7l/wheel/agents/scripts copying build/lib/agents/scripts/train.py -> build/bdist.linux-armv7l/wheel/agents/scripts copying build/lib/agents/scripts/visualize.py -> build/bdist.linux-armv7l/wheel/agents/scripts copying build/lib/agents/scripts/configs.py -> build/bdist.linux-armv7l/wheel/agents/scripts copying build/lib/agents/scripts/train_ppo_test.py -> build/bdist.linux-armv7l/wheel/agents/scripts copying build/lib/agents/scripts/__init__.py -> build/bdist.linux-armv7l/wheel/agents/scripts copying build/lib/agents/scripts/networks.py -> build/bdist.linux-armv7l/wheel/agents/scripts copying build/lib/agents/scripts/utility.py -> build/bdist.linux-armv7l/wheel/agents/scripts creating build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/simulate.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/count_weights_test.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/count_weights.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/nested_test.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/mock_algorithm.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/wrappers_test.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/batch_env.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/mock_environment.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/loop_test.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/streaming_mean.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/simulate_test.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/attr_dict_test.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/wrappers.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/in_graph_batch_env.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/loop.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/in_graph_env.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/__init__.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/nested.py -> build/bdist.linux-armv7l/wheel/agents/tools copying build/lib/agents/tools/attr_dict.py -> build/bdist.linux-armv7l/wheel/agents/tools creating build/bdist.linux-armv7l/wheel/agents/algorithms creating build/bdist.linux-armv7l/wheel/agents/algorithms/ppo copying build/lib/agents/algorithms/ppo/__init__.py -> build/bdist.linux-armv7l/wheel/agents/algorithms/ppo copying build/lib/agents/algorithms/ppo/ppo.py -> build/bdist.linux-armv7l/wheel/agents/algorithms/ppo copying build/lib/agents/algorithms/ppo/utility.py -> build/bdist.linux-armv7l/wheel/agents/algorithms/ppo copying build/lib/agents/algorithms/__init__.py -> build/bdist.linux-armv7l/wheel/agents/algorithms copying build/lib/agents/__init__.py -> build/bdist.linux-armv7l/wheel/agents creating build/bdist.linux-armv7l/wheel/agents/parts copying build/lib/agents/parts/memory.py -> build/bdist.linux-armv7l/wheel/agents/parts copying build/lib/agents/parts/normalize.py -> build/bdist.linux-armv7l/wheel/agents/parts copying build/lib/agents/parts/iterate_sequences.py -> build/bdist.linux-armv7l/wheel/agents/parts copying build/lib/agents/parts/__init__.py -> build/bdist.linux-armv7l/wheel/agents/parts running install_egg_info running egg_info writing dependency_links to batch_ppo.egg-info/dependency_links.txt writing batch_ppo.egg-info/PKG-INFO writing requirements to batch_ppo.egg-info/requires.txt writing top-level names to batch_ppo.egg-info/top_level.txt reading manifest file 'batch_ppo.egg-info/SOURCES.txt' writing manifest file 'batch_ppo.egg-info/SOURCES.txt' Copying batch_ppo.egg-info to build/bdist.linux-armv7l/wheel/batch_ppo-1.4.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/batch_ppo-1.4.0.dist-info/WHEEL creating '/tmp/pip-wheel-pzqk9rhv/batch_ppo-1.4.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'agents/__init__.py' adding 'agents/algorithms/__init__.py' adding 'agents/algorithms/ppo/__init__.py' adding 'agents/algorithms/ppo/ppo.py' adding 'agents/algorithms/ppo/utility.py' adding 'agents/parts/__init__.py' adding 'agents/parts/iterate_sequences.py' adding 'agents/parts/memory.py' adding 'agents/parts/normalize.py' adding 'agents/scripts/__init__.py' adding 'agents/scripts/configs.py' adding 'agents/scripts/networks.py' adding 'agents/scripts/train.py' adding 'agents/scripts/train_ppo_test.py' adding 'agents/scripts/utility.py' adding 'agents/scripts/visualize.py' adding 'agents/tools/__init__.py' adding 'agents/tools/attr_dict.py' adding 'agents/tools/attr_dict_test.py' adding 'agents/tools/batch_env.py' adding 'agents/tools/count_weights.py' adding 'agents/tools/count_weights_test.py' adding 'agents/tools/in_graph_batch_env.py' adding 'agents/tools/in_graph_env.py' adding 'agents/tools/loop.py' adding 'agents/tools/loop_test.py' adding 'agents/tools/mock_algorithm.py' adding 'agents/tools/mock_environment.py' adding 'agents/tools/nested.py' adding 'agents/tools/nested_test.py' adding 'agents/tools/simulate.py' adding 'agents/tools/simulate_test.py' adding 'agents/tools/streaming_mean.py' adding 'agents/tools/wrappers.py' adding 'agents/tools/wrappers_test.py' adding 'batch_ppo-1.4.0.dist-info/METADATA' adding 'batch_ppo-1.4.0.dist-info/WHEEL' adding 'batch_ppo-1.4.0.dist-info/top_level.txt' adding 'batch_ppo-1.4.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for batch-ppo: finished with status 'done' Stored in directory: /tmp/tmpl2z9gpz8 Successfully built batch-ppo Cleaning up... Removing source in /tmp/pip-wheel-g52sxjih/batch-ppo Removed build tracker '/tmp/pip-req-tracker-ol0gfpg0'