Created temporary directory: /tmp/pip-ephem-wheel-cache-t7t11izi Created temporary directory: /tmp/pip-req-tracker-ll_48utt Created requirements tracker '/tmp/pip-req-tracker-ll_48utt' Created temporary directory: /tmp/pip-wheel-hl3nnjkh Collecting MiTepid==0.0.2 1 location(s) to search for versions of MiTepid: * https://pypi.org/simple/mitepid/ Getting page https://pypi.org/simple/mitepid/ Analyzing links from page https://pypi.org/simple/mitepid/ Found link https://files.pythonhosted.org/packages/4b/cf/8239efc804c735e4e7cfff8bca0172396796580a10b33ef4819afb04974b/MiTepid-0.0.1-py3-none-any.whl#sha256=5970b2f57ee83204fcfea84a756809e6d2b808a87198ccf68a154ab0ff629365 (from https://pypi.org/simple/mitepid/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/7d/c9/79ad96c1c42898e9f29a20d6e9f8abdc895bf0f26d82e05f71e039574fc7/MiTepid-0.0.2.tar.gz#sha256=e9a403e7e931e0ef5cb81aee08b0cf62916f00e61952d66e59ed8bb4383d8638 (from https://pypi.org/simple/mitepid/), version: 0.0.2 Using version 0.0.2 (newest of versions: 0.0.2) Created temporary directory: /tmp/pip-unpack-pzwyh4tw Downloading https://files.pythonhosted.org/packages/7d/c9/79ad96c1c42898e9f29a20d6e9f8abdc895bf0f26d82e05f71e039574fc7/MiTepid-0.0.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/7d/c9/79ad96c1c42898e9f29a20d6e9f8abdc895bf0f26d82e05f71e039574fc7/MiTepid-0.0.2.tar.gz#sha256=e9a403e7e931e0ef5cb81aee08b0cf62916f00e61952d66e59ed8bb4383d8638 (from https://pypi.org/simple/mitepid/) Added MiTepid==0.0.2 from https://files.pythonhosted.org/packages/7d/c9/79ad96c1c42898e9f29a20d6e9f8abdc895bf0f26d82e05f71e039574fc7/MiTepid-0.0.2.tar.gz#sha256=e9a403e7e931e0ef5cb81aee08b0cf62916f00e61952d66e59ed8bb4383d8638 to build tracker '/tmp/pip-req-tracker-ll_48utt' Running setup.py (path:/tmp/pip-wheel-hl3nnjkh/MiTepid/setup.py) egg_info for package MiTepid Running command python setup.py egg_info running egg_info creating pip-egg-info/MiTepid.egg-info writing pip-egg-info/MiTepid.egg-info/PKG-INFO writing dependency_links to pip-egg-info/MiTepid.egg-info/dependency_links.txt writing requirements to pip-egg-info/MiTepid.egg-info/requires.txt writing top-level names to pip-egg-info/MiTepid.egg-info/top_level.txt writing manifest file 'pip-egg-info/MiTepid.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/MiTepid.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/MiTepid.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-hl3nnjkh/MiTepid has version 0.0.2, which satisfies requirement MiTepid==0.0.2 from https://files.pythonhosted.org/packages/7d/c9/79ad96c1c42898e9f29a20d6e9f8abdc895bf0f26d82e05f71e039574fc7/MiTepid-0.0.2.tar.gz#sha256=e9a403e7e931e0ef5cb81aee08b0cf62916f00e61952d66e59ed8bb4383d8638 Removed MiTepid==0.0.2 from https://files.pythonhosted.org/packages/7d/c9/79ad96c1c42898e9f29a20d6e9f8abdc895bf0f26d82e05f71e039574fc7/MiTepid-0.0.2.tar.gz#sha256=e9a403e7e931e0ef5cb81aee08b0cf62916f00e61952d66e59ed8bb4383d8638 from build tracker '/tmp/pip-req-tracker-ll_48utt' Building wheels for collected packages: MiTepid Created temporary directory: /tmp/pip-wheel-ll9q2dr_ Running setup.py bdist_wheel for MiTepid: started Destination directory: /tmp/pip-wheel-ll9q2dr_ Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-hl3nnjkh/MiTepid/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-ll9q2dr_ running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/mitepid copying mitepid/plots.py -> build/lib/mitepid copying mitepid/func_main.py -> build/lib/mitepid copying mitepid/models.py -> build/lib/mitepid copying mitepid/policies.py -> build/lib/mitepid copying mitepid/__init__.py -> build/lib/mitepid copying mitepid/script_main.py -> build/lib/mitepid copying mitepid/utils.py -> build/lib/mitepid running egg_info writing MiTepid.egg-info/PKG-INFO writing dependency_links to MiTepid.egg-info/dependency_links.txt writing top-level names to MiTepid.egg-info/top_level.txt writing requirements to MiTepid.egg-info/requires.txt reading manifest file 'MiTepid.egg-info/SOURCES.txt' writing manifest file 'MiTepid.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/mitepid copying build/lib/mitepid/plots.py -> build/bdist.linux-armv7l/wheel/mitepid copying build/lib/mitepid/func_main.py -> build/bdist.linux-armv7l/wheel/mitepid copying build/lib/mitepid/models.py -> build/bdist.linux-armv7l/wheel/mitepid copying build/lib/mitepid/policies.py -> build/bdist.linux-armv7l/wheel/mitepid copying build/lib/mitepid/__init__.py -> build/bdist.linux-armv7l/wheel/mitepid copying build/lib/mitepid/script_main.py -> build/bdist.linux-armv7l/wheel/mitepid copying build/lib/mitepid/utils.py -> build/bdist.linux-armv7l/wheel/mitepid running install_egg_info Copying MiTepid.egg-info to build/bdist.linux-armv7l/wheel/MiTepid-0.0.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/MiTepid-0.0.2.dist-info/WHEEL creating '/tmp/pip-wheel-ll9q2dr_/MiTepid-0.0.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'mitepid/__init__.py' adding 'mitepid/func_main.py' adding 'mitepid/models.py' adding 'mitepid/plots.py' adding 'mitepid/policies.py' adding 'mitepid/script_main.py' adding 'mitepid/utils.py' adding 'MiTepid-0.0.2.dist-info/METADATA' adding 'MiTepid-0.0.2.dist-info/WHEEL' adding 'MiTepid-0.0.2.dist-info/top_level.txt' adding 'MiTepid-0.0.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for MiTepid: finished with status 'done' Stored in directory: /tmp/tmp0lnmcvx4 Successfully built MiTepid Cleaning up... Removing source in /tmp/pip-wheel-hl3nnjkh/MiTepid Removed build tracker '/tmp/pip-req-tracker-ll_48utt'