Collecting PyToune==0.1 1 location(s) to search for versions of PyToune: * https://pypi.python.org/simple/pytoune/ Getting page https://pypi.python.org/simple/pytoune/ Analyzing links from page https://pypi.python.org/simple/pytoune/ Found link https://pypi.python.org/packages/36/43/edd5a5f15995ca7072b2b2a37e45077b67a498c6a9a7bcd4e5bb62286b04/PyToune-0.1.tar.gz#md5=e97963dcd0d0c7c7d86c1e7534ab2290 (from https://pypi.python.org/simple/pytoune/) (requires-python:>=3), version: 0.1 Using version 0.1 (newest of versions: 0.1) Downloading PyToune-0.1.tar.gz Downloading from URL https://pypi.python.org/packages/36/43/edd5a5f15995ca7072b2b2a37e45077b67a498c6a9a7bcd4e5bb62286b04/PyToune-0.1.tar.gz#md5=e97963dcd0d0c7c7d86c1e7534ab2290 (from https://pypi.python.org/simple/pytoune/) (requires-python:>=3) Running setup.py (path:/tmp/pip-build-j2l6wmm6/PyToune/setup.py) egg_info for package PyToune Running command python setup.py egg_info running egg_info creating pip-egg-info/PyToune.egg-info writing top-level names to pip-egg-info/PyToune.egg-info/top_level.txt writing requirements to pip-egg-info/PyToune.egg-info/requires.txt writing dependency_links to pip-egg-info/PyToune.egg-info/dependency_links.txt writing pip-egg-info/PyToune.egg-info/PKG-INFO writing manifest file 'pip-egg-info/PyToune.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/PyToune.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/PyToune.egg-info/SOURCES.txt' Source in /tmp/pip-build-j2l6wmm6/PyToune has version 0.1, which satisfies requirement PyToune==0.1 from https://pypi.python.org/packages/36/43/edd5a5f15995ca7072b2b2a37e45077b67a498c6a9a7bcd4e5bb62286b04/PyToune-0.1.tar.gz#md5=e97963dcd0d0c7c7d86c1e7534ab2290 Building wheels for collected packages: PyToune Running setup.py bdist_wheel for PyToune: started Destination directory: /tmp/tmpmejjshoxpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-j2l6wmm6/PyToune/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/tmpmejjshoxpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tests copying tests/context.py -> build/lib/tests copying tests/utils.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/pytoune copying pytoune/utils.py -> build/lib/pytoune copying pytoune/__init__.py -> build/lib/pytoune creating build/lib/tests/framework copying tests/framework/test_model.py -> build/lib/tests/framework copying tests/framework/__init__.py -> build/lib/tests/framework creating build/lib/tests/framework/callbacks copying tests/framework/callbacks/test_delay.py -> build/lib/tests/framework/callbacks copying tests/framework/callbacks/__init__.py -> build/lib/tests/framework/callbacks copying tests/framework/callbacks/test_earlystopping.py -> build/lib/tests/framework/callbacks copying tests/framework/callbacks/test_checkpoint.py -> build/lib/tests/framework/callbacks copying tests/framework/callbacks/test_best_model_restore.py -> build/lib/tests/framework/callbacks copying tests/framework/callbacks/test_lr_scheduler.py -> build/lib/tests/framework/callbacks creating build/lib/pytoune/framework copying pytoune/framework/__init__.py -> build/lib/pytoune/framework copying pytoune/framework/model.py -> build/lib/pytoune/framework creating build/lib/pytoune/framework/callbacks copying pytoune/framework/callbacks/checkpoint.py -> build/lib/pytoune/framework/callbacks copying pytoune/framework/callbacks/progress.py -> build/lib/pytoune/framework/callbacks copying pytoune/framework/callbacks/lr_scheduler.py -> build/lib/pytoune/framework/callbacks copying pytoune/framework/callbacks/__init__.py -> build/lib/pytoune/framework/callbacks copying pytoune/framework/callbacks/terminate_on_nan.py -> build/lib/pytoune/framework/callbacks copying pytoune/framework/callbacks/earlystopping.py -> build/lib/pytoune/framework/callbacks copying pytoune/framework/callbacks/callbacks.py -> build/lib/pytoune/framework/callbacks copying pytoune/framework/callbacks/best_model_restore.py -> build/lib/pytoune/framework/callbacks copying pytoune/framework/callbacks/logger.py -> build/lib/pytoune/framework/callbacks copying pytoune/framework/callbacks/delay.py -> build/lib/pytoune/framework/callbacks 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/context.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/utils.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/tests/framework copying build/lib/tests/framework/test_model.py -> build/bdist.linux-armv7l/wheel/tests/framework copying build/lib/tests/framework/__init__.py -> build/bdist.linux-armv7l/wheel/tests/framework creating build/bdist.linux-armv7l/wheel/tests/framework/callbacks copying build/lib/tests/framework/callbacks/test_delay.py -> build/bdist.linux-armv7l/wheel/tests/framework/callbacks copying build/lib/tests/framework/callbacks/__init__.py -> build/bdist.linux-armv7l/wheel/tests/framework/callbacks copying build/lib/tests/framework/callbacks/test_earlystopping.py -> build/bdist.linux-armv7l/wheel/tests/framework/callbacks copying build/lib/tests/framework/callbacks/test_checkpoint.py -> build/bdist.linux-armv7l/wheel/tests/framework/callbacks copying build/lib/tests/framework/callbacks/test_best_model_restore.py -> build/bdist.linux-armv7l/wheel/tests/framework/callbacks copying build/lib/tests/framework/callbacks/test_lr_scheduler.py -> build/bdist.linux-armv7l/wheel/tests/framework/callbacks creating build/bdist.linux-armv7l/wheel/pytoune copying build/lib/pytoune/utils.py -> build/bdist.linux-armv7l/wheel/pytoune copying build/lib/pytoune/__init__.py -> build/bdist.linux-armv7l/wheel/pytoune creating build/bdist.linux-armv7l/wheel/pytoune/framework copying build/lib/pytoune/framework/__init__.py -> build/bdist.linux-armv7l/wheel/pytoune/framework copying build/lib/pytoune/framework/model.py -> build/bdist.linux-armv7l/wheel/pytoune/framework creating build/bdist.linux-armv7l/wheel/pytoune/framework/callbacks copying build/lib/pytoune/framework/callbacks/checkpoint.py -> build/bdist.linux-armv7l/wheel/pytoune/framework/callbacks copying build/lib/pytoune/framework/callbacks/progress.py -> build/bdist.linux-armv7l/wheel/pytoune/framework/callbacks copying build/lib/pytoune/framework/callbacks/lr_scheduler.py -> build/bdist.linux-armv7l/wheel/pytoune/framework/callbacks copying build/lib/pytoune/framework/callbacks/__init__.py -> build/bdist.linux-armv7l/wheel/pytoune/framework/callbacks copying build/lib/pytoune/framework/callbacks/terminate_on_nan.py -> build/bdist.linux-armv7l/wheel/pytoune/framework/callbacks copying build/lib/pytoune/framework/callbacks/earlystopping.py -> build/bdist.linux-armv7l/wheel/pytoune/framework/callbacks copying build/lib/pytoune/framework/callbacks/callbacks.py -> build/bdist.linux-armv7l/wheel/pytoune/framework/callbacks copying build/lib/pytoune/framework/callbacks/best_model_restore.py -> build/bdist.linux-armv7l/wheel/pytoune/framework/callbacks copying build/lib/pytoune/framework/callbacks/logger.py -> build/bdist.linux-armv7l/wheel/pytoune/framework/callbacks copying build/lib/pytoune/framework/callbacks/delay.py -> build/bdist.linux-armv7l/wheel/pytoune/framework/callbacks running install_egg_info running egg_info writing requirements to PyToune.egg-info/requires.txt writing top-level names to PyToune.egg-info/top_level.txt writing PyToune.egg-info/PKG-INFO writing dependency_links to PyToune.egg-info/dependency_links.txt reading manifest file 'PyToune.egg-info/SOURCES.txt' writing manifest file 'PyToune.egg-info/SOURCES.txt' Copying PyToune.egg-info to build/bdist.linux-armv7l/wheel/PyToune-0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/PyToune-0.1.dist-info/WHEEL Running setup.py bdist_wheel for PyToune: finished with status 'done' Stored in directory: /tmp/tmpw5eib67t Successfully built PyToune Cleaning up... Removing source in /tmp/pip-build-j2l6wmm6/PyToune