Created temporary directory: /tmp/pip-ephem-wheel-cache-tmdru4sh Created temporary directory: /tmp/pip-req-tracker-xxjdhplu Created requirements tracker '/tmp/pip-req-tracker-xxjdhplu' Created temporary directory: /tmp/pip-wheel-gmoysrvf Collecting graspy==0.0.1 1 location(s) to search for versions of graspy: * https://pypi.org/simple/graspy/ Getting page https://pypi.org/simple/graspy/ Analyzing links from page https://pypi.org/simple/graspy/ Found link https://files.pythonhosted.org/packages/b0/27/223260f20ef939b6bb53578d707177b69e320cc008a7a6ab9208380fc4e1/graspy-0.0.0.1.tar.gz#sha256=ab28fe542098c2d92a71f027e2f3fe14f4707310d9dfe31ae23b5cd27fa6c921 (from https://pypi.org/simple/graspy/), version: 0.0.0.1 Found link https://files.pythonhosted.org/packages/cf/2f/e8ff21441ee75823bf9c67dc50906682bfdff7c9bf7fcb0ecc89f5f7bbcb/graspy-0.0.1.tar.gz#sha256=ba16ae4df068c29a07b1caeac3dcab69bf43c003aca4c9cf54650304d9667f3a (from https://pypi.org/simple/graspy/), version: 0.0.1 Using version 0.0.1 (newest of versions: 0.0.1) Created temporary directory: /tmp/pip-unpack-7o7pavrs Downloading https://files.pythonhosted.org/packages/cf/2f/e8ff21441ee75823bf9c67dc50906682bfdff7c9bf7fcb0ecc89f5f7bbcb/graspy-0.0.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/cf/2f/e8ff21441ee75823bf9c67dc50906682bfdff7c9bf7fcb0ecc89f5f7bbcb/graspy-0.0.1.tar.gz#sha256=ba16ae4df068c29a07b1caeac3dcab69bf43c003aca4c9cf54650304d9667f3a (from https://pypi.org/simple/graspy/) Added graspy==0.0.1 from https://files.pythonhosted.org/packages/cf/2f/e8ff21441ee75823bf9c67dc50906682bfdff7c9bf7fcb0ecc89f5f7bbcb/graspy-0.0.1.tar.gz#sha256=ba16ae4df068c29a07b1caeac3dcab69bf43c003aca4c9cf54650304d9667f3a to build tracker '/tmp/pip-req-tracker-xxjdhplu' Running setup.py (path:/tmp/pip-wheel-gmoysrvf/graspy/setup.py) egg_info for package graspy Running command python setup.py egg_info running egg_info creating pip-egg-info/graspy.egg-info writing dependency_links to pip-egg-info/graspy.egg-info/dependency_links.txt writing requirements to pip-egg-info/graspy.egg-info/requires.txt writing top-level names to pip-egg-info/graspy.egg-info/top_level.txt writing pip-egg-info/graspy.egg-info/PKG-INFO writing manifest file 'pip-egg-info/graspy.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/graspy.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/graspy.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-gmoysrvf/graspy has version 0.0.1, which satisfies requirement graspy==0.0.1 from https://files.pythonhosted.org/packages/cf/2f/e8ff21441ee75823bf9c67dc50906682bfdff7c9bf7fcb0ecc89f5f7bbcb/graspy-0.0.1.tar.gz#sha256=ba16ae4df068c29a07b1caeac3dcab69bf43c003aca4c9cf54650304d9667f3a Removed graspy==0.0.1 from https://files.pythonhosted.org/packages/cf/2f/e8ff21441ee75823bf9c67dc50906682bfdff7c9bf7fcb0ecc89f5f7bbcb/graspy-0.0.1.tar.gz#sha256=ba16ae4df068c29a07b1caeac3dcab69bf43c003aca4c9cf54650304d9667f3a from build tracker '/tmp/pip-req-tracker-xxjdhplu' Building wheels for collected packages: graspy Created temporary directory: /tmp/pip-wheel-08jgj0u5 Running setup.py bdist_wheel for graspy: started Destination directory: /tmp/pip-wheel-08jgj0u5 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-gmoysrvf/graspy/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-08jgj0u5 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tests copying tests/test_semipar.py -> build/lib/tests copying tests/test_io.py -> build/lib/tests copying tests/test_svd.py -> build/lib/tests copying tests/test_omni.py -> build/lib/tests copying tests/test_sims.py -> build/lib/tests copying tests/test_ptr.py -> build/lib/tests copying tests/test_utils.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_plot.py -> build/lib/tests copying tests/test_base_embed.py -> build/lib/tests copying tests/test_select_dimension.py -> build/lib/tests copying tests/test_spectral_embed.py -> build/lib/tests copying tests/test_mds.py -> build/lib/tests creating build/lib/graspy copying graspy/__init__.py -> build/lib/graspy creating build/lib/graspy/inference copying graspy/inference/semipar.py -> build/lib/graspy/inference copying graspy/inference/__init__.py -> build/lib/graspy/inference copying graspy/inference/base.py -> build/lib/graspy/inference creating build/lib/graspy/plot copying graspy/plot/plot.py -> build/lib/graspy/plot copying graspy/plot/__init__.py -> build/lib/graspy/plot creating build/lib/graspy/utils copying graspy/utils/__init__.py -> build/lib/graspy/utils copying graspy/utils/ptr.py -> build/lib/graspy/utils copying graspy/utils/utils.py -> build/lib/graspy/utils creating build/lib/graspy/simulations copying graspy/simulations/simulations.py -> build/lib/graspy/simulations copying graspy/simulations/__init__.py -> build/lib/graspy/simulations creating build/lib/graspy/cluster copying graspy/cluster/gclust.py -> build/lib/graspy/cluster copying graspy/cluster/kclust.py -> build/lib/graspy/cluster copying graspy/cluster/__init__.py -> build/lib/graspy/cluster copying graspy/cluster/base.py -> build/lib/graspy/cluster creating build/lib/graspy/embed copying graspy/embed/lse.py -> build/lib/graspy/embed copying graspy/embed/mds.py -> build/lib/graspy/embed copying graspy/embed/omni.py -> build/lib/graspy/embed copying graspy/embed/ase.py -> build/lib/graspy/embed copying graspy/embed/embed.py -> build/lib/graspy/embed copying graspy/embed/__init__.py -> build/lib/graspy/embed copying graspy/embed/svd.py -> build/lib/graspy/embed 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/tests copying build/lib/tests/test_semipar.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_io.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_svd.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_omni.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_sims.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_ptr.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_utils.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_plot.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_base_embed.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_select_dimension.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_spectral_embed.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_mds.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/graspy creating build/bdist.linux-armv7l/wheel/graspy/inference copying build/lib/graspy/inference/semipar.py -> build/bdist.linux-armv7l/wheel/graspy/inference copying build/lib/graspy/inference/__init__.py -> build/bdist.linux-armv7l/wheel/graspy/inference copying build/lib/graspy/inference/base.py -> build/bdist.linux-armv7l/wheel/graspy/inference copying build/lib/graspy/__init__.py -> build/bdist.linux-armv7l/wheel/graspy creating build/bdist.linux-armv7l/wheel/graspy/plot copying build/lib/graspy/plot/plot.py -> build/bdist.linux-armv7l/wheel/graspy/plot copying build/lib/graspy/plot/__init__.py -> build/bdist.linux-armv7l/wheel/graspy/plot creating build/bdist.linux-armv7l/wheel/graspy/utils copying build/lib/graspy/utils/__init__.py -> build/bdist.linux-armv7l/wheel/graspy/utils copying build/lib/graspy/utils/ptr.py -> build/bdist.linux-armv7l/wheel/graspy/utils copying build/lib/graspy/utils/utils.py -> build/bdist.linux-armv7l/wheel/graspy/utils creating build/bdist.linux-armv7l/wheel/graspy/simulations copying build/lib/graspy/simulations/simulations.py -> build/bdist.linux-armv7l/wheel/graspy/simulations copying build/lib/graspy/simulations/__init__.py -> build/bdist.linux-armv7l/wheel/graspy/simulations creating build/bdist.linux-armv7l/wheel/graspy/cluster copying build/lib/graspy/cluster/gclust.py -> build/bdist.linux-armv7l/wheel/graspy/cluster copying build/lib/graspy/cluster/kclust.py -> build/bdist.linux-armv7l/wheel/graspy/cluster copying build/lib/graspy/cluster/__init__.py -> build/bdist.linux-armv7l/wheel/graspy/cluster copying build/lib/graspy/cluster/base.py -> build/bdist.linux-armv7l/wheel/graspy/cluster creating build/bdist.linux-armv7l/wheel/graspy/embed copying build/lib/graspy/embed/lse.py -> build/bdist.linux-armv7l/wheel/graspy/embed copying build/lib/graspy/embed/mds.py -> build/bdist.linux-armv7l/wheel/graspy/embed copying build/lib/graspy/embed/omni.py -> build/bdist.linux-armv7l/wheel/graspy/embed copying build/lib/graspy/embed/ase.py -> build/bdist.linux-armv7l/wheel/graspy/embed copying build/lib/graspy/embed/embed.py -> build/bdist.linux-armv7l/wheel/graspy/embed copying build/lib/graspy/embed/__init__.py -> build/bdist.linux-armv7l/wheel/graspy/embed copying build/lib/graspy/embed/svd.py -> build/bdist.linux-armv7l/wheel/graspy/embed running install_egg_info running egg_info writing dependency_links to graspy.egg-info/dependency_links.txt writing requirements to graspy.egg-info/requires.txt writing top-level names to graspy.egg-info/top_level.txt writing graspy.egg-info/PKG-INFO reading manifest file 'graspy.egg-info/SOURCES.txt' writing manifest file 'graspy.egg-info/SOURCES.txt' Copying graspy.egg-info to build/bdist.linux-armv7l/wheel/graspy-0.0.1-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/graspy-0.0.1.dist-info/WHEEL creating '/tmp/pip-wheel-08jgj0u5/graspy-0.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'graspy/__init__.py' adding 'graspy/cluster/__init__.py' adding 'graspy/cluster/base.py' adding 'graspy/cluster/gclust.py' adding 'graspy/cluster/kclust.py' adding 'graspy/embed/__init__.py' adding 'graspy/embed/ase.py' adding 'graspy/embed/embed.py' adding 'graspy/embed/lse.py' adding 'graspy/embed/mds.py' adding 'graspy/embed/omni.py' adding 'graspy/embed/svd.py' adding 'graspy/inference/__init__.py' adding 'graspy/inference/base.py' adding 'graspy/inference/semipar.py' adding 'graspy/plot/__init__.py' adding 'graspy/plot/plot.py' adding 'graspy/simulations/__init__.py' adding 'graspy/simulations/simulations.py' adding 'graspy/utils/__init__.py' adding 'graspy/utils/ptr.py' adding 'graspy/utils/utils.py' adding 'tests/__init__.py' adding 'tests/test_base_embed.py' adding 'tests/test_io.py' adding 'tests/test_mds.py' adding 'tests/test_omni.py' adding 'tests/test_plot.py' adding 'tests/test_ptr.py' adding 'tests/test_select_dimension.py' adding 'tests/test_semipar.py' adding 'tests/test_sims.py' adding 'tests/test_spectral_embed.py' adding 'tests/test_svd.py' adding 'tests/test_utils.py' adding 'graspy-0.0.1.dist-info/METADATA' adding 'graspy-0.0.1.dist-info/WHEEL' adding 'graspy-0.0.1.dist-info/top_level.txt' adding 'graspy-0.0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for graspy: finished with status 'done' Stored in directory: /tmp/tmprkqazsvd Successfully built graspy Cleaning up... Removing source in /tmp/pip-wheel-gmoysrvf/graspy Removed build tracker '/tmp/pip-req-tracker-xxjdhplu'