Collecting pyina==0.2.0 1 location(s) to search for versions of pyina: * https://pypi.python.org/simple/pyina/ Getting page https://pypi.python.org/simple/pyina/ Analyzing links from page https://pypi.org/simple/pyina/ Found link https://files.pythonhosted.org/packages/8d/5d/a4e6c6dc52d2a05e8059a345b31f1b283258ac26c14021aa74e367d37544/pyina-0.1a1.tgz#sha256=a4e04338c66f7754342be9985b22b6f32293e6f7bb75e585865aa073c082f689 (from https://pypi.org/simple/pyina/), version: 0.1a1 Found link https://files.pythonhosted.org/packages/4b/47/5a83b45075f47a823287796cbc7bd3c6706b4afc6a808b8149a5776a62a8/pyina-0.2.0.tar.gz#sha256=6698ddd4c0d8c4cc9a87637743c19bba35557616fd7d611479109d92f959b9ab (from https://pypi.org/simple/pyina/), version: 0.2.0 Using version 0.2.0 (newest of versions: 0.2.0) Downloading https://files.pythonhosted.org/packages/4b/47/5a83b45075f47a823287796cbc7bd3c6706b4afc6a808b8149a5776a62a8/pyina-0.2.0.tar.gz (126kB) Downloading from URL https://files.pythonhosted.org/packages/4b/47/5a83b45075f47a823287796cbc7bd3c6706b4afc6a808b8149a5776a62a8/pyina-0.2.0.tar.gz#sha256=6698ddd4c0d8c4cc9a87637743c19bba35557616fd7d611479109d92f959b9ab (from https://pypi.org/simple/pyina/) Running setup.py (path:/tmp/pip-build-wwxu56ir/pyina/setup.py) egg_info for package pyina Running command python setup.py egg_info running egg_info creating pip-egg-info/pyina.egg-info writing pip-egg-info/pyina.egg-info/PKG-INFO writing dependency_links to pip-egg-info/pyina.egg-info/dependency_links.txt writing top-level names to pip-egg-info/pyina.egg-info/top_level.txt writing requirements to pip-egg-info/pyina.egg-info/requires.txt writing manifest file 'pip-egg-info/pyina.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pyina.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/pyina.egg-info/SOURCES.txt' *********************************************************** WARNING: One of the following dependencies may be unresolved: numpy >=1.0 dill >=0.2.8.1 pox >=0.2.4 pathos >=0.2.2 mpi4py >=1.2.1 *********************************************************** You may need to set the environment variable "SDKROOT", as shown in the instructions for installing ``mpi4py``: http://mpi4py.scipy.org/docs/usrman/install.html Source in /tmp/pip-build-wwxu56ir/pyina has version 0.2.0, which satisfies requirement pyina==0.2.0 from https://files.pythonhosted.org/packages/4b/47/5a83b45075f47a823287796cbc7bd3c6706b4afc6a808b8149a5776a62a8/pyina-0.2.0.tar.gz#sha256=6698ddd4c0d8c4cc9a87637743c19bba35557616fd7d611479109d92f959b9ab Building wheels for collected packages: pyina Running setup.py bdist_wheel for pyina: started Destination directory: /tmp/tmpalru5mcapip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-wwxu56ir/pyina/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/tmpalru5mcapip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pyina copying pyina/tools.py -> build/lib/pyina copying pyina/ez_map.py -> build/lib/pyina copying pyina/info.py -> build/lib/pyina copying pyina/launchers.py -> build/lib/pyina copying pyina/mpi.py -> build/lib/pyina copying pyina/mpi_pool.py -> build/lib/pyina copying pyina/__main__.py -> build/lib/pyina copying pyina/schedulers.py -> build/lib/pyina copying pyina/__init__.py -> build/lib/pyina copying pyina/mpi_scatter.py -> build/lib/pyina copying pyina/mappers.py -> build/lib/pyina creating build/lib/pyina/tests copying tests/test_ezmap.py -> build/lib/pyina/tests copying tests/test_star.py -> build/lib/pyina/tests copying tests/test_simple.py -> build/lib/pyina/tests copying tests/test_map.py -> build/lib/pyina/tests copying tests/test_with.py -> build/lib/pyina/tests copying tests/__main__.py -> build/lib/pyina/tests copying tests/__init__.py -> build/lib/pyina/tests copying tests/test_pool.py -> build/lib/pyina/tests running build_scripts creating build/scripts-3.4 copying and adjusting scripts/ezpool -> build/scripts-3.4 copying and adjusting scripts/ezscatter -> build/scripts-3.4 copying and adjusting scripts/mpi_world -> build/scripts-3.4 changing mode of build/scripts-3.4/ezpool from 644 to 755 changing mode of build/scripts-3.4/ezscatter from 644 to 755 changing mode of build/scripts-3.4/mpi_world from 644 to 755 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/pyina copying build/lib/pyina/tools.py -> build/bdist.linux-armv7l/wheel/pyina copying build/lib/pyina/ez_map.py -> build/bdist.linux-armv7l/wheel/pyina copying build/lib/pyina/info.py -> build/bdist.linux-armv7l/wheel/pyina copying build/lib/pyina/launchers.py -> build/bdist.linux-armv7l/wheel/pyina copying build/lib/pyina/mpi.py -> build/bdist.linux-armv7l/wheel/pyina copying build/lib/pyina/mpi_pool.py -> build/bdist.linux-armv7l/wheel/pyina copying build/lib/pyina/__main__.py -> build/bdist.linux-armv7l/wheel/pyina copying build/lib/pyina/schedulers.py -> build/bdist.linux-armv7l/wheel/pyina copying build/lib/pyina/__init__.py -> build/bdist.linux-armv7l/wheel/pyina creating build/bdist.linux-armv7l/wheel/pyina/tests copying build/lib/pyina/tests/test_ezmap.py -> build/bdist.linux-armv7l/wheel/pyina/tests copying build/lib/pyina/tests/test_star.py -> build/bdist.linux-armv7l/wheel/pyina/tests copying build/lib/pyina/tests/test_simple.py -> build/bdist.linux-armv7l/wheel/pyina/tests copying build/lib/pyina/tests/test_map.py -> build/bdist.linux-armv7l/wheel/pyina/tests copying build/lib/pyina/tests/test_with.py -> build/bdist.linux-armv7l/wheel/pyina/tests copying build/lib/pyina/tests/__main__.py -> build/bdist.linux-armv7l/wheel/pyina/tests copying build/lib/pyina/tests/__init__.py -> build/bdist.linux-armv7l/wheel/pyina/tests copying build/lib/pyina/tests/test_pool.py -> build/bdist.linux-armv7l/wheel/pyina/tests copying build/lib/pyina/mpi_scatter.py -> build/bdist.linux-armv7l/wheel/pyina copying build/lib/pyina/mappers.py -> build/bdist.linux-armv7l/wheel/pyina running install_egg_info running egg_info writing requirements to pyina.egg-info/requires.txt writing dependency_links to pyina.egg-info/dependency_links.txt writing pyina.egg-info/PKG-INFO writing top-level names to pyina.egg-info/top_level.txt reading manifest file 'pyina.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pyina.egg-info/SOURCES.txt' Copying pyina.egg-info to build/bdist.linux-armv7l/wheel/pyina-0.2.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pyina-0.2.0.data creating build/bdist.linux-armv7l/wheel/pyina-0.2.0.data/scripts copying build/scripts-3.4/mpi_world -> build/bdist.linux-armv7l/wheel/pyina-0.2.0.data/scripts copying build/scripts-3.4/ezscatter -> build/bdist.linux-armv7l/wheel/pyina-0.2.0.data/scripts copying build/scripts-3.4/ezpool -> build/bdist.linux-armv7l/wheel/pyina-0.2.0.data/scripts changing mode of build/bdist.linux-armv7l/wheel/pyina-0.2.0.data/scripts/mpi_world to 755 changing mode of build/bdist.linux-armv7l/wheel/pyina-0.2.0.data/scripts/ezscatter to 755 changing mode of build/bdist.linux-armv7l/wheel/pyina-0.2.0.data/scripts/ezpool to 755 creating build/bdist.linux-armv7l/wheel/pyina-0.2.0.dist-info/WHEEL *********************************************************** WARNING: One of the following dependencies may be unresolved: numpy >=1.0 dill >=0.2.8.1 pox >=0.2.4 pathos >=0.2.2 mpi4py >=1.2.1 *********************************************************** You may need to set the environment variable "SDKROOT", as shown in the instructions for installing ``mpi4py``: http://mpi4py.scipy.org/docs/usrman/install.html Running setup.py bdist_wheel for pyina: finished with status 'done' Stored in directory: /tmp/tmpucbb2zxp Successfully built pyina Cleaning up... Removing source in /tmp/pip-build-wwxu56ir/pyina