Created temporary directory: /tmp/pip-ephem-wheel-cache-_team9fa Created temporary directory: /tmp/pip-wheel-c5r46yai Looking in indexes: https://pypi.python.org/simple Collecting seestar==1.0 1 location(s) to search for versions of seestar: * https://pypi.python.org/simple/seestar/ Getting page https://pypi.python.org/simple/seestar/ Analyzing links from page https://pypi.org/simple/seestar/ Found link https://files.pythonhosted.org/packages/82/60/48b2064e40004c4778eefdc15ff9863030073f74a655db77c8bb676db2e3/seestar-1.0.tar.gz#sha256=1ddc0caa5921174723b2fa9a4f5855dd7bb06f920249edcb46d6f22442b780c6 (from https://pypi.org/simple/seestar/), version: 1.0 Found link https://files.pythonhosted.org/packages/b2/4d/6f0e6601ec02573a0cd4a6041b3174685bbc039e44788172fb991675ba95/seestar-1.2.7rc0.tar.gz#sha256=f67b603ffd7ca58537e83a6b110967bccf99eb3f9e15e75d7a17cfdc905131a3 (from https://pypi.org/simple/seestar/), version: 1.2.7rc0 Using version 1.0 (newest of versions: 1.0) Created temporary directory: /tmp/pip-unpack-wdynohsz Downloading https://files.pythonhosted.org/packages/82/60/48b2064e40004c4778eefdc15ff9863030073f74a655db77c8bb676db2e3/seestar-1.0.tar.gz (84kB) Downloading from URL https://files.pythonhosted.org/packages/82/60/48b2064e40004c4778eefdc15ff9863030073f74a655db77c8bb676db2e3/seestar-1.0.tar.gz#sha256=1ddc0caa5921174723b2fa9a4f5855dd7bb06f920249edcb46d6f22442b780c6 (from https://pypi.org/simple/seestar/) Running setup.py (path:/tmp/pip-wheel-c5r46yai/seestar/setup.py) egg_info for package seestar Running command python setup.py egg_info running egg_info creating pip-egg-info/seestar.egg-info writing pip-egg-info/seestar.egg-info/PKG-INFO writing dependency_links to pip-egg-info/seestar.egg-info/dependency_links.txt writing top-level names to pip-egg-info/seestar.egg-info/top_level.txt writing requirements to pip-egg-info/seestar.egg-info/requires.txt writing manifest file 'pip-egg-info/seestar.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/seestar.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'data/*' writing manifest file 'pip-egg-info/seestar.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-c5r46yai/seestar has version 1.0, which satisfies requirement seestar==1.0 from https://files.pythonhosted.org/packages/82/60/48b2064e40004c4778eefdc15ff9863030073f74a655db77c8bb676db2e3/seestar-1.0.tar.gz#sha256=1ddc0caa5921174723b2fa9a4f5855dd7bb06f920249edcb46d6f22442b780c6 Building wheels for collected packages: seestar Created temporary directory: /tmp/pip-wheel-g22wcird Running setup.py bdist_wheel for seestar: started Destination directory: /tmp/pip-wheel-g22wcird Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-c5r46yai/seestar/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-g22wcird running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/seestar copying seestar/StatisticalModels.py -> build/lib/seestar copying seestar/surveyInfoPickler.py -> build/lib/seestar copying seestar/DataImport.py -> build/lib/seestar copying seestar/FieldAssignment.py -> build/lib/seestar copying seestar/PlotCoordinates.py -> build/lib/seestar copying seestar/CoordTrans.py -> build/lib/seestar copying seestar/SelectionGrid.py -> build/lib/seestar copying seestar/FieldUnions.py -> build/lib/seestar copying seestar/Optimizers.py -> build/lib/seestar copying seestar/__init__.py -> build/lib/seestar copying seestar/createNew.py -> build/lib/seestar copying seestar/ArrayMechanics.py -> build/lib/seestar copying seestar/ComputerOps.py -> build/lib/seestar copying seestar/IsochroneScaling.py -> build/lib/seestar copying seestar/SFInstanceClasses.py -> build/lib/seestar copying seestar/AngleDisks.py -> build/lib/seestar copying seestar/DistributionPlots.py -> build/lib/seestar running egg_info writing top-level names to seestar.egg-info/top_level.txt writing dependency_links to seestar.egg-info/dependency_links.txt writing seestar.egg-info/PKG-INFO writing requirements to seestar.egg-info/requires.txt reading manifest file 'seestar.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'data/*' writing manifest file 'seestar.egg-info/SOURCES.txt' 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/seestar copying build/lib/seestar/StatisticalModels.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/surveyInfoPickler.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/DataImport.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/FieldAssignment.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/PlotCoordinates.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/CoordTrans.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/SelectionGrid.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/FieldUnions.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/Optimizers.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/__init__.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/createNew.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/ArrayMechanics.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/ComputerOps.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/IsochroneScaling.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/SFInstanceClasses.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/AngleDisks.py -> build/bdist.linux-armv7l/wheel/seestar copying build/lib/seestar/DistributionPlots.py -> build/bdist.linux-armv7l/wheel/seestar running install_egg_info Copying seestar.egg-info to build/bdist.linux-armv7l/wheel/seestar-1.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/seestar-1.0.dist-info/WHEEL creating '/tmp/pip-wheel-g22wcird/seestar-1.0-py3-none-any.whl' and adding '.' to it adding 'seestar/AngleDisks.py' adding 'seestar/ArrayMechanics.py' adding 'seestar/ComputerOps.py' adding 'seestar/CoordTrans.py' adding 'seestar/DataImport.py' adding 'seestar/DistributionPlots.py' adding 'seestar/FieldAssignment.py' adding 'seestar/FieldUnions.py' adding 'seestar/IsochroneScaling.py' adding 'seestar/Optimizers.py' adding 'seestar/PlotCoordinates.py' adding 'seestar/SFInstanceClasses.py' adding 'seestar/SelectionGrid.py' adding 'seestar/StatisticalModels.py' adding 'seestar/__init__.py' adding 'seestar/createNew.py' adding 'seestar/surveyInfoPickler.py' adding 'seestar-1.0.dist-info/top_level.txt' adding 'seestar-1.0.dist-info/WHEEL' adding 'seestar-1.0.dist-info/METADATA' adding 'seestar-1.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for seestar: finished with status 'done' Stored in directory: /tmp/tmp_g_9chwo Successfully built seestar Cleaning up... Removing source in /tmp/pip-wheel-c5r46yai/seestar