Created temporary directory: /tmp/pip-ephem-wheel-cache-mb8mfrmu Created temporary directory: /tmp/pip-wheel-v9v8p9gh Looking in indexes: https://pypi.python.org/simple Collecting ade==0.8.3 1 location(s) to search for versions of ade: * https://pypi.python.org/simple/ade/ Getting page https://pypi.python.org/simple/ade/ Analyzing links from page https://pypi.org/simple/ade/ Found link https://files.pythonhosted.org/packages/ec/e9/e6686ccc4ee5c2301b510b9805d2776ffae18d04746ca15b1c10a13e548f/ade-0.8.tar.gz#sha256=7a9e182ae08086691eb79d2d8bf58c5d5b3a626f0bddefe07d6346583109db35 (from https://pypi.org/simple/ade/), version: 0.8 Found link https://files.pythonhosted.org/packages/5a/27/4cc5e8e2cd777bbd75312749ac4d4736da2876a8e1b8e06a53250b2b6973/ade-0.8.1.tar.gz#sha256=c2f3eb93b0a157336708871f742842657151a8534fa146d1e13a5b70b87c419d (from https://pypi.org/simple/ade/), version: 0.8.1 Found link https://files.pythonhosted.org/packages/29/53/08be45a75f720594acd5ba1f2862f3c636ef13b74c9b63c397ad69d62aa2/ade-0.8.2.tar.gz#sha256=4faeab9e92b866d164016c669b4eeb8f5919ba9ef4d30c3a76f8479a0046a9d9 (from https://pypi.org/simple/ade/), version: 0.8.2 Found link https://files.pythonhosted.org/packages/92/26/c1f76a46492c3c9533fd9615ca3dc657d5e6577acbcdb24e0a97ac72ba89/ade-0.8.3.tar.gz#sha256=12b0246d1fc3c45cb3e491c4524760777a1c1beb52546ee85b5fe0bff50281f0 (from https://pypi.org/simple/ade/), version: 0.8.3 Using version 0.8.3 (newest of versions: 0.8.3) Created temporary directory: /tmp/pip-unpack-wzwmvak4 Downloading https://files.pythonhosted.org/packages/92/26/c1f76a46492c3c9533fd9615ca3dc657d5e6577acbcdb24e0a97ac72ba89/ade-0.8.3.tar.gz (46kB) Downloading from URL https://files.pythonhosted.org/packages/92/26/c1f76a46492c3c9533fd9615ca3dc657d5e6577acbcdb24e0a97ac72ba89/ade-0.8.3.tar.gz#sha256=12b0246d1fc3c45cb3e491c4524760777a1c1beb52546ee85b5fe0bff50281f0 (from https://pypi.org/simple/ade/) Running setup.py (path:/tmp/pip-wheel-v9v8p9gh/ade/setup.py) egg_info for package ade Running command python setup.py egg_info running egg_info creating pip-egg-info/ade.egg-info writing dependency_links to pip-egg-info/ade.egg-info/dependency_links.txt writing entry points to pip-egg-info/ade.egg-info/entry_points.txt writing top-level names to pip-egg-info/ade.egg-info/top_level.txt writing pip-egg-info/ade.egg-info/PKG-INFO writing requirements to pip-egg-info/ade.egg-info/requires.txt writing manifest file 'pip-egg-info/ade.egg-info/SOURCES.txt' /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'project_urls' warnings.warn(msg) warning: manifest_maker: standard file '-c' not found reading manifest file 'pip-egg-info/ade.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'ade/examples/goldstein-price' warning: no previously-included files found matching 'ade/examples/thermistor.png' writing manifest file 'pip-egg-info/ade.egg-info/SOURCES.txt' ------------------------------------------------------------------------------- To create a subdirectory 'ade-examples' of example files in the current directory, you may run the command 'ade-examples'. It's not required to use the ade package, but you might find it instructive. Source in /tmp/pip-wheel-v9v8p9gh/ade has version 0.8.3, which satisfies requirement ade==0.8.3 from https://files.pythonhosted.org/packages/92/26/c1f76a46492c3c9533fd9615ca3dc657d5e6577acbcdb24e0a97ac72ba89/ade-0.8.3.tar.gz#sha256=12b0246d1fc3c45cb3e491c4524760777a1c1beb52546ee85b5fe0bff50281f0 Building wheels for collected packages: ade Created temporary directory: /tmp/pip-wheel-tl88vgyq Running setup.py bdist_wheel for ade: started Destination directory: /tmp/pip-wheel-tl88vgyq Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-v9v8p9gh/ade/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-tl88vgyq /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'project_urls' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/ade copying ade/individual.py -> build/lib/ade copying ade/de.py -> build/lib/ade copying ade/population.py -> build/lib/ade copying ade/util.py -> build/lib/ade copying ade/__init__.py -> build/lib/ade creating build/lib/ade/test copying ade/test/test_population.py -> build/lib/ade/test copying ade/test/test_individual.py -> build/lib/ade/test copying ade/test/testbase.py -> build/lib/ade/test copying ade/test/__init__.py -> build/lib/ade/test copying ade/test/test_de.py -> build/lib/ade/test creating build/lib/ade/examples copying ade/examples/goldstein-price.c -> build/lib/ade/examples copying ade/examples/goldstein-price.log -> build/lib/ade/examples copying ade/examples/goldstein-price.py -> build/lib/ade/examples copying ade/examples/thermistor.py -> build/lib/ade/examples copying ade/examples/README.txt -> build/lib/ade/examples copying ade/examples/thermistor.log -> build/lib/ade/examples 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/ade copying build/lib/ade/individual.py -> build/bdist.linux-armv7l/wheel/ade copying build/lib/ade/de.py -> build/bdist.linux-armv7l/wheel/ade creating build/bdist.linux-armv7l/wheel/ade/examples copying build/lib/ade/examples/goldstein-price.c -> build/bdist.linux-armv7l/wheel/ade/examples copying build/lib/ade/examples/goldstein-price.log -> build/bdist.linux-armv7l/wheel/ade/examples copying build/lib/ade/examples/goldstein-price.py -> build/bdist.linux-armv7l/wheel/ade/examples copying build/lib/ade/examples/thermistor.py -> build/bdist.linux-armv7l/wheel/ade/examples copying build/lib/ade/examples/README.txt -> build/bdist.linux-armv7l/wheel/ade/examples copying build/lib/ade/examples/thermistor.log -> build/bdist.linux-armv7l/wheel/ade/examples creating build/bdist.linux-armv7l/wheel/ade/test copying build/lib/ade/test/test_population.py -> build/bdist.linux-armv7l/wheel/ade/test copying build/lib/ade/test/test_individual.py -> build/bdist.linux-armv7l/wheel/ade/test copying build/lib/ade/test/testbase.py -> build/bdist.linux-armv7l/wheel/ade/test copying build/lib/ade/test/__init__.py -> build/bdist.linux-armv7l/wheel/ade/test copying build/lib/ade/test/test_de.py -> build/bdist.linux-armv7l/wheel/ade/test copying build/lib/ade/population.py -> build/bdist.linux-armv7l/wheel/ade copying build/lib/ade/util.py -> build/bdist.linux-armv7l/wheel/ade copying build/lib/ade/__init__.py -> build/bdist.linux-armv7l/wheel/ade running install_egg_info running egg_info writing entry points to ade.egg-info/entry_points.txt writing dependency_links to ade.egg-info/dependency_links.txt writing top-level names to ade.egg-info/top_level.txt writing requirements to ade.egg-info/requires.txt writing ade.egg-info/PKG-INFO warning: manifest_maker: standard file '-c' not found reading manifest file 'ade.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'ade/examples/goldstein-price' warning: no previously-included files found matching 'ade/examples/thermistor.png' writing manifest file 'ade.egg-info/SOURCES.txt' Copying ade.egg-info to build/bdist.linux-armv7l/wheel/ade-0.8.3.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/ade-0.8.3.dist-info/WHEEL creating '/tmp/pip-wheel-tl88vgyq/ade-0.8.3-py3-none-any.whl' and adding '.' to it adding 'ade/__init__.py' adding 'ade/de.py' adding 'ade/individual.py' adding 'ade/population.py' adding 'ade/util.py' adding 'ade/examples/README.txt' adding 'ade/examples/goldstein-price.c' adding 'ade/examples/goldstein-price.log' adding 'ade/examples/goldstein-price.py' adding 'ade/examples/thermistor.log' adding 'ade/examples/thermistor.py' adding 'ade/test/__init__.py' adding 'ade/test/test_de.py' adding 'ade/test/test_individual.py' adding 'ade/test/test_population.py' adding 'ade/test/testbase.py' adding 'ade-0.8.3.dist-info/entry_points.txt' adding 'ade-0.8.3.dist-info/top_level.txt' adding 'ade-0.8.3.dist-info/zip-safe' adding 'ade-0.8.3.dist-info/WHEEL' adding 'ade-0.8.3.dist-info/METADATA' adding 'ade-0.8.3.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel ------------------------------------------------------------------------------- To create a subdirectory 'ade-examples' of example files in the current directory, you may run the command 'ade-examples'. It's not required to use the ade package, but you might find it instructive. Running setup.py bdist_wheel for ade: finished with status 'done' Stored in directory: /tmp/tmpv1yat8c0 Successfully built ade Cleaning up... Removing source in /tmp/pip-wheel-v9v8p9gh/ade