Created temporary directory: /tmp/pip-ephem-wheel-cache-ouq7o9lo Created temporary directory: /tmp/pip-req-tracker-w_0gdrph Created requirements tracker '/tmp/pip-req-tracker-w_0gdrph' Created temporary directory: /tmp/pip-wheel-a4wtryts Collecting fuzzy-rough-learn==0.1.0 1 location(s) to search for versions of fuzzy-rough-learn: * https://pypi.org/simple/fuzzy-rough-learn/ Getting page https://pypi.org/simple/fuzzy-rough-learn/ Analyzing links from page https://pypi.org/simple/fuzzy-rough-learn/ Found link https://files.pythonhosted.org/packages/76/79/4681558d4db2c2047a8df2e078d087dca446a5893ac757afcba2ee62d711/fuzzy-rough-learn-0.0.0.tar.gz#sha256=ac850faf3397c531c80bca0b7ade0e0525a8f04714a915d4d54be519b44905fe (from https://pypi.org/simple/fuzzy-rough-learn/), version: 0.0.0 Found link https://files.pythonhosted.org/packages/15/55/62efe0237bcf5d087ee1f6a6fbca462db80a844d6b918b13b29d183efb24/fuzzy_rough_learn-0.0.0-py3-none-any.whl#sha256=9502766b0acee3cb086d1fd6d06cd76efd082204737012886283fbaef573abbd (from https://pypi.org/simple/fuzzy-rough-learn/), version: 0.0.0 Found link https://files.pythonhosted.org/packages/94/f9/a092031b90691f8f096b2371f264eb95c8fe1731038f9ce13ad565d645ce/fuzzy-rough-learn-0.1.0.tar.gz#sha256=ce7bb3e1ab89a72b01cb1e5e2247aae0cb2d3a8c8f6c5997029b63355abeab44 (from https://pypi.org/simple/fuzzy-rough-learn/), version: 0.1.0 Using version 0.1.0 (newest of versions: 0.1.0) Created temporary directory: /tmp/pip-unpack-8ewk0omi Downloading https://files.pythonhosted.org/packages/94/f9/a092031b90691f8f096b2371f264eb95c8fe1731038f9ce13ad565d645ce/fuzzy-rough-learn-0.1.0.tar.gz (12.9MB) Downloading from URL https://files.pythonhosted.org/packages/94/f9/a092031b90691f8f096b2371f264eb95c8fe1731038f9ce13ad565d645ce/fuzzy-rough-learn-0.1.0.tar.gz#sha256=ce7bb3e1ab89a72b01cb1e5e2247aae0cb2d3a8c8f6c5997029b63355abeab44 (from https://pypi.org/simple/fuzzy-rough-learn/) Added fuzzy-rough-learn==0.1.0 from https://files.pythonhosted.org/packages/94/f9/a092031b90691f8f096b2371f264eb95c8fe1731038f9ce13ad565d645ce/fuzzy-rough-learn-0.1.0.tar.gz#sha256=ce7bb3e1ab89a72b01cb1e5e2247aae0cb2d3a8c8f6c5997029b63355abeab44 to build tracker '/tmp/pip-req-tracker-w_0gdrph' Running setup.py (path:/tmp/pip-wheel-a4wtryts/fuzzy-rough-learn/setup.py) egg_info for package fuzzy-rough-learn Running command python setup.py egg_info running egg_info creating pip-egg-info/fuzzy_rough_learn.egg-info writing top-level names to pip-egg-info/fuzzy_rough_learn.egg-info/top_level.txt writing requirements to pip-egg-info/fuzzy_rough_learn.egg-info/requires.txt writing dependency_links to pip-egg-info/fuzzy_rough_learn.egg-info/dependency_links.txt writing pip-egg-info/fuzzy_rough_learn.egg-info/PKG-INFO writing manifest file 'pip-egg-info/fuzzy_rough_learn.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/fuzzy_rough_learn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS.rst' warning: no files found matching 'CONTRIBUTING.ms' writing manifest file 'pip-egg-info/fuzzy_rough_learn.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-a4wtryts/fuzzy-rough-learn has version 0.1.0, which satisfies requirement fuzzy-rough-learn==0.1.0 from https://files.pythonhosted.org/packages/94/f9/a092031b90691f8f096b2371f264eb95c8fe1731038f9ce13ad565d645ce/fuzzy-rough-learn-0.1.0.tar.gz#sha256=ce7bb3e1ab89a72b01cb1e5e2247aae0cb2d3a8c8f6c5997029b63355abeab44 Removed fuzzy-rough-learn==0.1.0 from https://files.pythonhosted.org/packages/94/f9/a092031b90691f8f096b2371f264eb95c8fe1731038f9ce13ad565d645ce/fuzzy-rough-learn-0.1.0.tar.gz#sha256=ce7bb3e1ab89a72b01cb1e5e2247aae0cb2d3a8c8f6c5997029b63355abeab44 from build tracker '/tmp/pip-req-tracker-w_0gdrph' Building wheels for collected packages: fuzzy-rough-learn Created temporary directory: /tmp/pip-wheel-txb22cju Running setup.py bdist_wheel for fuzzy-rough-learn: started Destination directory: /tmp/pip-wheel-txb22cju Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-a4wtryts/fuzzy-rough-learn/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-txb22cju running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/examples copying examples/__init__.py -> build/lib/examples creating build/lib/frlearn copying frlearn/base.py -> build/lib/frlearn copying frlearn/__init__.py -> build/lib/frlearn copying frlearn/_version.py -> build/lib/frlearn creating build/lib/frlearn/utils copying frlearn/utils/np_utils.py -> build/lib/frlearn/utils copying frlearn/utils/t_norms.py -> build/lib/frlearn/utils copying frlearn/utils/__init__.py -> build/lib/frlearn/utils copying frlearn/utils/owa_operators.py -> build/lib/frlearn/utils creating build/lib/frlearn/neighbours copying frlearn/neighbours/classifiers.py -> build/lib/frlearn/neighbours copying frlearn/neighbours/descriptors.py -> build/lib/frlearn/neighbours copying frlearn/neighbours/preprocessors.py -> build/lib/frlearn/neighbours copying frlearn/neighbours/neighbour_search.py -> build/lib/frlearn/neighbours copying frlearn/neighbours/__init__.py -> build/lib/frlearn/neighbours creating build/lib/frlearn/tests copying frlearn/tests/test_common.py -> build/lib/frlearn/tests copying frlearn/tests/__init__.py -> build/lib/frlearn/tests creating build/lib/frlearn/utils/tests copying frlearn/utils/tests/test_utils.py -> build/lib/frlearn/utils/tests copying frlearn/utils/tests/__init__.py -> build/lib/frlearn/utils/tests creating build/lib/frlearn/neighbours/tests copying frlearn/neighbours/tests/test_preprocessors.py -> build/lib/frlearn/neighbours/tests copying frlearn/neighbours/tests/test_classifiers.py -> build/lib/frlearn/neighbours/tests copying frlearn/neighbours/tests/__init__.py -> build/lib/frlearn/neighbours/tests 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/examples copying build/lib/examples/__init__.py -> build/bdist.linux-armv7l/wheel/examples creating build/bdist.linux-armv7l/wheel/frlearn copying build/lib/frlearn/base.py -> build/bdist.linux-armv7l/wheel/frlearn creating build/bdist.linux-armv7l/wheel/frlearn/utils copying build/lib/frlearn/utils/np_utils.py -> build/bdist.linux-armv7l/wheel/frlearn/utils creating build/bdist.linux-armv7l/wheel/frlearn/utils/tests copying build/lib/frlearn/utils/tests/test_utils.py -> build/bdist.linux-armv7l/wheel/frlearn/utils/tests copying build/lib/frlearn/utils/tests/__init__.py -> build/bdist.linux-armv7l/wheel/frlearn/utils/tests copying build/lib/frlearn/utils/t_norms.py -> build/bdist.linux-armv7l/wheel/frlearn/utils copying build/lib/frlearn/utils/__init__.py -> build/bdist.linux-armv7l/wheel/frlearn/utils copying build/lib/frlearn/utils/owa_operators.py -> build/bdist.linux-armv7l/wheel/frlearn/utils creating build/bdist.linux-armv7l/wheel/frlearn/neighbours copying build/lib/frlearn/neighbours/classifiers.py -> build/bdist.linux-armv7l/wheel/frlearn/neighbours copying build/lib/frlearn/neighbours/descriptors.py -> build/bdist.linux-armv7l/wheel/frlearn/neighbours copying build/lib/frlearn/neighbours/preprocessors.py -> build/bdist.linux-armv7l/wheel/frlearn/neighbours copying build/lib/frlearn/neighbours/neighbour_search.py -> build/bdist.linux-armv7l/wheel/frlearn/neighbours creating build/bdist.linux-armv7l/wheel/frlearn/neighbours/tests copying build/lib/frlearn/neighbours/tests/test_preprocessors.py -> build/bdist.linux-armv7l/wheel/frlearn/neighbours/tests copying build/lib/frlearn/neighbours/tests/test_classifiers.py -> build/bdist.linux-armv7l/wheel/frlearn/neighbours/tests copying build/lib/frlearn/neighbours/tests/__init__.py -> build/bdist.linux-armv7l/wheel/frlearn/neighbours/tests copying build/lib/frlearn/neighbours/__init__.py -> build/bdist.linux-armv7l/wheel/frlearn/neighbours creating build/bdist.linux-armv7l/wheel/frlearn/tests copying build/lib/frlearn/tests/test_common.py -> build/bdist.linux-armv7l/wheel/frlearn/tests copying build/lib/frlearn/tests/__init__.py -> build/bdist.linux-armv7l/wheel/frlearn/tests copying build/lib/frlearn/__init__.py -> build/bdist.linux-armv7l/wheel/frlearn copying build/lib/frlearn/_version.py -> build/bdist.linux-armv7l/wheel/frlearn running install_egg_info running egg_info writing fuzzy_rough_learn.egg-info/PKG-INFO writing top-level names to fuzzy_rough_learn.egg-info/top_level.txt writing requirements to fuzzy_rough_learn.egg-info/requires.txt writing dependency_links to fuzzy_rough_learn.egg-info/dependency_links.txt reading manifest file 'fuzzy_rough_learn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS.rst' warning: no files found matching 'CONTRIBUTING.ms' writing manifest file 'fuzzy_rough_learn.egg-info/SOURCES.txt' Copying fuzzy_rough_learn.egg-info to build/bdist.linux-armv7l/wheel/fuzzy_rough_learn-0.1.0-py3.4.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/fuzzy_rough_learn-0.1.0.dist-info/WHEEL creating '/tmp/pip-wheel-txb22cju/fuzzy_rough_learn-0.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'examples/__init__.py' adding 'frlearn/__init__.py' adding 'frlearn/_version.py' adding 'frlearn/base.py' adding 'frlearn/neighbours/__init__.py' adding 'frlearn/neighbours/classifiers.py' adding 'frlearn/neighbours/descriptors.py' adding 'frlearn/neighbours/neighbour_search.py' adding 'frlearn/neighbours/preprocessors.py' adding 'frlearn/neighbours/tests/__init__.py' adding 'frlearn/neighbours/tests/test_classifiers.py' adding 'frlearn/neighbours/tests/test_preprocessors.py' adding 'frlearn/tests/__init__.py' adding 'frlearn/tests/test_common.py' adding 'frlearn/utils/__init__.py' adding 'frlearn/utils/np_utils.py' adding 'frlearn/utils/owa_operators.py' adding 'frlearn/utils/t_norms.py' adding 'frlearn/utils/tests/__init__.py' adding 'frlearn/utils/tests/test_utils.py' adding 'fuzzy_rough_learn-0.1.0.dist-info/LICENSE' adding 'fuzzy_rough_learn-0.1.0.dist-info/METADATA' adding 'fuzzy_rough_learn-0.1.0.dist-info/WHEEL' adding 'fuzzy_rough_learn-0.1.0.dist-info/top_level.txt' adding 'fuzzy_rough_learn-0.1.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for fuzzy-rough-learn: finished with status 'done' Stored in directory: /tmp/tmpll3_bkuu Successfully built fuzzy-rough-learn Cleaning up... Removing source in /tmp/pip-wheel-a4wtryts/fuzzy-rough-learn Removed build tracker '/tmp/pip-req-tracker-w_0gdrph'