Collecting chainermn==1.2.0 1 location(s) to search for versions of chainermn: * https://pypi.python.org/simple/chainermn/ Getting page https://pypi.python.org/simple/chainermn/ Analyzing links from page https://pypi.python.org/simple/chainermn/ Found link https://pypi.python.org/packages/08/f5/45c255c50dfe7193aec6c3a35252a7b5ea96f55969ab17633ca9c859bb5d/chainermn-1.0.0.zip#md5=c4e182a02ea7f2b44403a1c27b9ded33 (from https://pypi.python.org/simple/chainermn/), version: 1.0.0 Found link https://pypi.python.org/packages/0d/d8/b19257a008c780248cf8e1c686b1ec6dc47626a714a1ff17fc54e13dffc4/chainermn-1.0.0b1.tar.gz#md5=9651b413803e9dd248eaba5629cde277 (from https://pypi.python.org/simple/chainermn/), version: 1.0.0b1 Found link https://pypi.python.org/packages/1b/c9/ec23f224da06105363d7a8ed0ef8f196702e0c8d3c252a75be668c7b3615/chainermn-1.1.0.tar.gz#md5=eeafeb960629f035adb354a300cbefda (from https://pypi.python.org/simple/chainermn/), version: 1.1.0 Found link https://pypi.python.org/packages/c4/08/4ea5887a04d4e89887b2c077ea9ff66509268f223de1adee6e59ae10ef1e/chainermn-1.2.0.tar.gz#md5=1bd559827e5320d0f26f84748037334a (from https://pypi.python.org/simple/chainermn/), version: 1.2.0 Found link https://pypi.python.org/packages/d3/27/e01f72ace6d274ae47a9055aca2c6c32906909fd7729d3fa13e2eda37519/chainermn-1.0.0b2.tar.gz#md5=9bb97edd7bd3aefb4f37afc19e47ea06 (from https://pypi.python.org/simple/chainermn/), version: 1.0.0b2 Using version 1.2.0 (newest of versions: 1.2.0) Downloading chainermn-1.2.0.tar.gz Downloading from URL https://pypi.python.org/packages/c4/08/4ea5887a04d4e89887b2c077ea9ff66509268f223de1adee6e59ae10ef1e/chainermn-1.2.0.tar.gz#md5=1bd559827e5320d0f26f84748037334a (from https://pypi.python.org/simple/chainermn/) Running setup.py (path:/tmp/pip-build-z5yz3171/chainermn/setup.py) egg_info for package chainermn Running command python setup.py egg_info running egg_info creating pip-egg-info/chainermn.egg-info writing requirements to pip-egg-info/chainermn.egg-info/requires.txt writing pip-egg-info/chainermn.egg-info/PKG-INFO writing top-level names to pip-egg-info/chainermn.egg-info/top_level.txt writing dependency_links to pip-egg-info/chainermn.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/chainermn.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/chainermn.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/chainermn.egg-info/SOURCES.txt' Source in /tmp/pip-build-z5yz3171/chainermn has version 1.2.0, which satisfies requirement chainermn==1.2.0 from https://pypi.python.org/packages/c4/08/4ea5887a04d4e89887b2c077ea9ff66509268f223de1adee6e59ae10ef1e/chainermn-1.2.0.tar.gz#md5=1bd559827e5320d0f26f84748037334a Building wheels for collected packages: chainermn Running setup.py bdist_wheel for chainermn: started Destination directory: /tmp/tmpgn_ks9mkpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-z5yz3171/chainermn/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/tmpgn_ks9mkpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/chainermn copying chainermn/__init__.py -> build/lib/chainermn copying chainermn/optimizers.py -> build/lib/chainermn copying chainermn/nccl.py -> build/lib/chainermn creating build/lib/chainermn/datasets copying chainermn/datasets/__init__.py -> build/lib/chainermn/datasets copying chainermn/datasets/scatter_dataset.py -> build/lib/chainermn/datasets copying chainermn/datasets/empty_dataset.py -> build/lib/chainermn/datasets creating build/lib/chainermn/extensions copying chainermn/extensions/checkpoint.py -> build/lib/chainermn/extensions copying chainermn/extensions/allreduce_persistent.py -> build/lib/chainermn/extensions copying chainermn/extensions/multi_node_evaluator.py -> build/lib/chainermn/extensions copying chainermn/extensions/__init__.py -> build/lib/chainermn/extensions creating build/lib/chainermn/functions copying chainermn/functions/pseudo_connect.py -> build/lib/chainermn/functions copying chainermn/functions/point_to_point_communication.py -> build/lib/chainermn/functions copying chainermn/functions/__init__.py -> build/lib/chainermn/functions copying chainermn/functions/collective_communication.py -> build/lib/chainermn/functions copying chainermn/functions/batch_normalization.py -> build/lib/chainermn/functions creating build/lib/chainermn/communicators copying chainermn/communicators/non_cuda_aware_communicator.py -> build/lib/chainermn/communicators copying chainermn/communicators/_communication_utility.py -> build/lib/chainermn/communicators copying chainermn/communicators/dummy_communicator.py -> build/lib/chainermn/communicators copying chainermn/communicators/single_node_communicator.py -> build/lib/chainermn/communicators copying chainermn/communicators/hierarchical_communicator.py -> build/lib/chainermn/communicators copying chainermn/communicators/_memory_utility.py -> build/lib/chainermn/communicators copying chainermn/communicators/_base.py -> build/lib/chainermn/communicators copying chainermn/communicators/__init__.py -> build/lib/chainermn/communicators copying chainermn/communicators/flat_communicator.py -> build/lib/chainermn/communicators copying chainermn/communicators/two_dimensional_communicator.py -> build/lib/chainermn/communicators copying chainermn/communicators/naive_communicator.py -> build/lib/chainermn/communicators copying chainermn/communicators/pure_nccl_communicator.py -> build/lib/chainermn/communicators creating build/lib/chainermn/links copying chainermn/links/n_step_rnn.py -> build/lib/chainermn/links copying chainermn/links/__init__.py -> build/lib/chainermn/links copying chainermn/links/multi_node_chain_list.py -> build/lib/chainermn/links copying chainermn/links/batch_normalization.py -> build/lib/chainermn/links 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/chainermn creating build/bdist.linux-armv7l/wheel/chainermn/datasets copying build/lib/chainermn/datasets/__init__.py -> build/bdist.linux-armv7l/wheel/chainermn/datasets copying build/lib/chainermn/datasets/scatter_dataset.py -> build/bdist.linux-armv7l/wheel/chainermn/datasets copying build/lib/chainermn/datasets/empty_dataset.py -> build/bdist.linux-armv7l/wheel/chainermn/datasets creating build/bdist.linux-armv7l/wheel/chainermn/extensions copying build/lib/chainermn/extensions/checkpoint.py -> build/bdist.linux-armv7l/wheel/chainermn/extensions copying build/lib/chainermn/extensions/allreduce_persistent.py -> build/bdist.linux-armv7l/wheel/chainermn/extensions copying build/lib/chainermn/extensions/multi_node_evaluator.py -> build/bdist.linux-armv7l/wheel/chainermn/extensions copying build/lib/chainermn/extensions/__init__.py -> build/bdist.linux-armv7l/wheel/chainermn/extensions creating build/bdist.linux-armv7l/wheel/chainermn/functions copying build/lib/chainermn/functions/pseudo_connect.py -> build/bdist.linux-armv7l/wheel/chainermn/functions copying build/lib/chainermn/functions/point_to_point_communication.py -> build/bdist.linux-armv7l/wheel/chainermn/functions copying build/lib/chainermn/functions/__init__.py -> build/bdist.linux-armv7l/wheel/chainermn/functions copying build/lib/chainermn/functions/collective_communication.py -> build/bdist.linux-armv7l/wheel/chainermn/functions copying build/lib/chainermn/functions/batch_normalization.py -> build/bdist.linux-armv7l/wheel/chainermn/functions copying build/lib/chainermn/__init__.py -> build/bdist.linux-armv7l/wheel/chainermn copying build/lib/chainermn/optimizers.py -> build/bdist.linux-armv7l/wheel/chainermn creating build/bdist.linux-armv7l/wheel/chainermn/communicators copying build/lib/chainermn/communicators/non_cuda_aware_communicator.py -> build/bdist.linux-armv7l/wheel/chainermn/communicators copying build/lib/chainermn/communicators/_communication_utility.py -> build/bdist.linux-armv7l/wheel/chainermn/communicators copying build/lib/chainermn/communicators/dummy_communicator.py -> build/bdist.linux-armv7l/wheel/chainermn/communicators copying build/lib/chainermn/communicators/single_node_communicator.py -> build/bdist.linux-armv7l/wheel/chainermn/communicators copying build/lib/chainermn/communicators/hierarchical_communicator.py -> build/bdist.linux-armv7l/wheel/chainermn/communicators copying build/lib/chainermn/communicators/_memory_utility.py -> build/bdist.linux-armv7l/wheel/chainermn/communicators copying build/lib/chainermn/communicators/_base.py -> build/bdist.linux-armv7l/wheel/chainermn/communicators copying build/lib/chainermn/communicators/__init__.py -> build/bdist.linux-armv7l/wheel/chainermn/communicators copying build/lib/chainermn/communicators/flat_communicator.py -> build/bdist.linux-armv7l/wheel/chainermn/communicators copying build/lib/chainermn/communicators/two_dimensional_communicator.py -> build/bdist.linux-armv7l/wheel/chainermn/communicators copying build/lib/chainermn/communicators/naive_communicator.py -> build/bdist.linux-armv7l/wheel/chainermn/communicators copying build/lib/chainermn/communicators/pure_nccl_communicator.py -> build/bdist.linux-armv7l/wheel/chainermn/communicators creating build/bdist.linux-armv7l/wheel/chainermn/links copying build/lib/chainermn/links/n_step_rnn.py -> build/bdist.linux-armv7l/wheel/chainermn/links copying build/lib/chainermn/links/__init__.py -> build/bdist.linux-armv7l/wheel/chainermn/links copying build/lib/chainermn/links/multi_node_chain_list.py -> build/bdist.linux-armv7l/wheel/chainermn/links copying build/lib/chainermn/links/batch_normalization.py -> build/bdist.linux-armv7l/wheel/chainermn/links copying build/lib/chainermn/nccl.py -> build/bdist.linux-armv7l/wheel/chainermn running install_egg_info running egg_info writing dependency_links to chainermn.egg-info/dependency_links.txt writing requirements to chainermn.egg-info/requires.txt writing top-level names to chainermn.egg-info/top_level.txt writing chainermn.egg-info/PKG-INFO reading manifest file 'chainermn.egg-info/SOURCES.txt' writing manifest file 'chainermn.egg-info/SOURCES.txt' Copying chainermn.egg-info to build/bdist.linux-armv7l/wheel/chainermn-1.2.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/chainermn-1.2.0.dist-info/WHEEL Running setup.py bdist_wheel for chainermn: finished with status 'done' Stored in directory: /tmp/tmp2zltlfu7 Successfully built chainermn Cleaning up... Removing source in /tmp/pip-build-z5yz3171/chainermn