Created temporary directory: /tmp/pip-ephem-wheel-cache-8z_gdzbs Created temporary directory: /tmp/pip-req-tracker-wh0umbvi Created requirements tracker '/tmp/pip-req-tracker-wh0umbvi' Created temporary directory: /tmp/pip-wheel-azvyjf03 Looking in indexes: https://pypi.python.org/simple Collecting PermutationImportance==1.0.3 1 location(s) to search for versions of PermutationImportance: * https://pypi.python.org/simple/permutationimportance/ Getting page https://pypi.python.org/simple/permutationimportance/ Analyzing links from page https://pypi.org/simple/permutationimportance/ Skipping link https://files.pythonhosted.org/packages/d6/bd/7205a18c451df38385173ce5b3183e219e948f0c204a42e33421fb42a098/PermutationImportance-1.0.3-py2-none-any.whl#sha256=4893f9055d29d0879b3c82b974a6bdf29b20c443fd2951613cb0a8adaacc2a4b (from https://pypi.org/simple/permutationimportance/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/dc/2d/8b2f7511cbe471bbb041ca43490bc67c60c08881ee672da58e07270ec1a8/PermutationImportance-1.0.3.tar.gz#sha256=f35b51f535fe438bc3e5f4b1d56c8d97dfea21bb6d81922cd628eaa0a284ac77 (from https://pypi.org/simple/permutationimportance/), version: 1.0.3 Found link https://files.pythonhosted.org/packages/80/cf/99ed31f5ac1dc83f4f3e4c38de6608f90316efb0be29c6b2903e8f016c89/PermutationImportance-1.0.4-py2.py3-none-any.whl#sha256=6192a230b31f8e25e38663c665c3c55d44d4f837eb65584dc51a34e1ea32302e (from https://pypi.org/simple/permutationimportance/), version: 1.0.4 Found link https://files.pythonhosted.org/packages/c4/73/9153f3174f054a6c11499839f1dde2719ff37b88dab32b115bc51ce7d466/PermutationImportance-1.0.4.tar.gz#sha256=02869fac97ebbd404d18eddb9848d9ccb1d1325756ddbddb0b9fa381a7eb79b4 (from https://pypi.org/simple/permutationimportance/), version: 1.0.4 Using version 1.0.3 (newest of versions: 1.0.3) Created temporary directory: /tmp/pip-unpack-zh31ttc5 Downloading https://files.pythonhosted.org/packages/dc/2d/8b2f7511cbe471bbb041ca43490bc67c60c08881ee672da58e07270ec1a8/PermutationImportance-1.0.3.tar.gz Downloading from URL https://files.pythonhosted.org/packages/dc/2d/8b2f7511cbe471bbb041ca43490bc67c60c08881ee672da58e07270ec1a8/PermutationImportance-1.0.3.tar.gz#sha256=f35b51f535fe438bc3e5f4b1d56c8d97dfea21bb6d81922cd628eaa0a284ac77 (from https://pypi.org/simple/permutationimportance/) Added PermutationImportance==1.0.3 from https://files.pythonhosted.org/packages/dc/2d/8b2f7511cbe471bbb041ca43490bc67c60c08881ee672da58e07270ec1a8/PermutationImportance-1.0.3.tar.gz#sha256=f35b51f535fe438bc3e5f4b1d56c8d97dfea21bb6d81922cd628eaa0a284ac77 to build tracker '/tmp/pip-req-tracker-wh0umbvi' Running setup.py (path:/tmp/pip-wheel-azvyjf03/PermutationImportance/setup.py) egg_info for package PermutationImportance Running command python setup.py egg_info running egg_info creating pip-egg-info/PermutationImportance.egg-info writing pip-egg-info/PermutationImportance.egg-info/PKG-INFO writing top-level names to pip-egg-info/PermutationImportance.egg-info/top_level.txt writing requirements to pip-egg-info/PermutationImportance.egg-info/requires.txt writing dependency_links to pip-egg-info/PermutationImportance.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/PermutationImportance.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/PermutationImportance.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/PermutationImportance.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-azvyjf03/PermutationImportance has version 1.0.3, which satisfies requirement PermutationImportance==1.0.3 from https://files.pythonhosted.org/packages/dc/2d/8b2f7511cbe471bbb041ca43490bc67c60c08881ee672da58e07270ec1a8/PermutationImportance-1.0.3.tar.gz#sha256=f35b51f535fe438bc3e5f4b1d56c8d97dfea21bb6d81922cd628eaa0a284ac77 Removed PermutationImportance==1.0.3 from https://files.pythonhosted.org/packages/dc/2d/8b2f7511cbe471bbb041ca43490bc67c60c08881ee672da58e07270ec1a8/PermutationImportance-1.0.3.tar.gz#sha256=f35b51f535fe438bc3e5f4b1d56c8d97dfea21bb6d81922cd628eaa0a284ac77 from build tracker '/tmp/pip-req-tracker-wh0umbvi' Building wheels for collected packages: PermutationImportance Created temporary directory: /tmp/pip-wheel-xwshsona Running setup.py bdist_wheel for PermutationImportance: started Destination directory: /tmp/pip-wheel-xwshsona Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-azvyjf03/PermutationImportance/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-xwshsona running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/permutation_importance copying permutation_importance/scorers.py -> build/lib/permutation_importance copying permutation_importance/variable_importance.py -> build/lib/permutation_importance copying permutation_importance/__init__.py -> build/lib/permutation_importance copying permutation_importance/utilities.py -> build/lib/permutation_importance running egg_info writing PermutationImportance.egg-info/PKG-INFO writing dependency_links to PermutationImportance.egg-info/dependency_links.txt writing requirements to PermutationImportance.egg-info/requires.txt writing top-level names to PermutationImportance.egg-info/top_level.txt reading manifest file 'PermutationImportance.egg-info/SOURCES.txt' writing manifest file 'PermutationImportance.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/permutation_importance copying build/lib/permutation_importance/scorers.py -> build/bdist.linux-armv7l/wheel/permutation_importance copying build/lib/permutation_importance/variable_importance.py -> build/bdist.linux-armv7l/wheel/permutation_importance copying build/lib/permutation_importance/__init__.py -> build/bdist.linux-armv7l/wheel/permutation_importance copying build/lib/permutation_importance/utilities.py -> build/bdist.linux-armv7l/wheel/permutation_importance running install_egg_info Copying PermutationImportance.egg-info to build/bdist.linux-armv7l/wheel/PermutationImportance-1.0.3-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/PermutationImportance-1.0.3.dist-info/WHEEL creating '/tmp/pip-wheel-xwshsona/PermutationImportance-1.0.3-py3-none-any.whl' and adding '.' to it adding 'permutation_importance/__init__.py' adding 'permutation_importance/scorers.py' adding 'permutation_importance/utilities.py' adding 'permutation_importance/variable_importance.py' adding 'PermutationImportance-1.0.3.dist-info/top_level.txt' adding 'PermutationImportance-1.0.3.dist-info/WHEEL' adding 'PermutationImportance-1.0.3.dist-info/METADATA' adding 'PermutationImportance-1.0.3.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for PermutationImportance: finished with status 'done' Stored in directory: /tmp/tmpzx09ay3m Successfully built PermutationImportance Cleaning up... Removing source in /tmp/pip-wheel-azvyjf03/PermutationImportance Removed build tracker '/tmp/pip-req-tracker-wh0umbvi'