Created temporary directory: /tmp/pip-ephem-wheel-cache-62lap_r9 Created temporary directory: /tmp/pip-req-tracker-jlik9c1w Created requirements tracker '/tmp/pip-req-tracker-jlik9c1w' Created temporary directory: /tmp/pip-wheel-jd6q_w5o Collecting PyPerceptron==1.0.2 1 location(s) to search for versions of PyPerceptron: * https://pypi.org/simple/pyperceptron/ Getting page https://pypi.org/simple/pyperceptron/ Analyzing links from page https://pypi.org/simple/pyperceptron/ Found link https://files.pythonhosted.org/packages/c6/52/3753d6ac4d833abdac6c61718bd07a51bf48f79eb229a31bd7933bff9eca/PyPerceptron-1.0.0.tar.gz#sha256=b00cf5bb3dd99203888bf20f5e29df4b9d8b2de0b67f7f2968ee571fc9c7ee7d (from https://pypi.org/simple/pyperceptron/), version: 1.0.0 Found link https://files.pythonhosted.org/packages/62/1c/71af145dda1d80506b06d3b018d89ec259269a15c11e26ee27a8e162b02b/PyPerceptron-1.0.1-py3-none-any.whl#sha256=b8ebb29d8437c0794f04d216a9606edf3c413b9b760e0c180c5b8b9b356ed020 (from https://pypi.org/simple/pyperceptron/), version: 1.0.1 Found link https://files.pythonhosted.org/packages/1d/cb/285ede05b25eab46ca8f58d1416a74e23864a4ff64d50598272c490c66a7/PyPerceptron-1.0.1.tar.gz#sha256=9488fb7f62d280365a4af7eba2cae5238ac8580d370c8f359d148183b39a34c2 (from https://pypi.org/simple/pyperceptron/), version: 1.0.1 Found link https://files.pythonhosted.org/packages/b2/72/c6d48605f5daa2913b301a9ff66752602df7afcc504b37848fedbd662768/PyPerceptron-1.0.2.tar.gz#sha256=80f045495cc3f1fba5d30f9f2d55952a69494f60b74cf0817f891505044903dc (from https://pypi.org/simple/pyperceptron/), version: 1.0.2 Using version 1.0.2 (newest of versions: 1.0.2) Created temporary directory: /tmp/pip-unpack-9gm6x4lg Downloading https://files.pythonhosted.org/packages/b2/72/c6d48605f5daa2913b301a9ff66752602df7afcc504b37848fedbd662768/PyPerceptron-1.0.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/b2/72/c6d48605f5daa2913b301a9ff66752602df7afcc504b37848fedbd662768/PyPerceptron-1.0.2.tar.gz#sha256=80f045495cc3f1fba5d30f9f2d55952a69494f60b74cf0817f891505044903dc (from https://pypi.org/simple/pyperceptron/) Added PyPerceptron==1.0.2 from https://files.pythonhosted.org/packages/b2/72/c6d48605f5daa2913b301a9ff66752602df7afcc504b37848fedbd662768/PyPerceptron-1.0.2.tar.gz#sha256=80f045495cc3f1fba5d30f9f2d55952a69494f60b74cf0817f891505044903dc to build tracker '/tmp/pip-req-tracker-jlik9c1w' Running setup.py (path:/tmp/pip-wheel-jd6q_w5o/PyPerceptron/setup.py) egg_info for package PyPerceptron Running command python setup.py egg_info running egg_info creating pip-egg-info/PyPerceptron.egg-info writing requirements to pip-egg-info/PyPerceptron.egg-info/requires.txt writing top-level names to pip-egg-info/PyPerceptron.egg-info/top_level.txt writing pip-egg-info/PyPerceptron.egg-info/PKG-INFO writing dependency_links to pip-egg-info/PyPerceptron.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/PyPerceptron.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/PyPerceptron.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/PyPerceptron.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-jd6q_w5o/PyPerceptron has version 1.0.2, which satisfies requirement PyPerceptron==1.0.2 from https://files.pythonhosted.org/packages/b2/72/c6d48605f5daa2913b301a9ff66752602df7afcc504b37848fedbd662768/PyPerceptron-1.0.2.tar.gz#sha256=80f045495cc3f1fba5d30f9f2d55952a69494f60b74cf0817f891505044903dc Removed PyPerceptron==1.0.2 from https://files.pythonhosted.org/packages/b2/72/c6d48605f5daa2913b301a9ff66752602df7afcc504b37848fedbd662768/PyPerceptron-1.0.2.tar.gz#sha256=80f045495cc3f1fba5d30f9f2d55952a69494f60b74cf0817f891505044903dc from build tracker '/tmp/pip-req-tracker-jlik9c1w' Building wheels for collected packages: PyPerceptron Created temporary directory: /tmp/pip-wheel-ko5lb87k Running setup.py bdist_wheel for PyPerceptron: started Destination directory: /tmp/pip-wheel-ko5lb87k Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-jd6q_w5o/PyPerceptron/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-ko5lb87k running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/Perceptron copying Perceptron/__init__.py -> build/lib/Perceptron copying Perceptron/perceptron.py -> build/lib/Perceptron creating build/lib/Perceptron/functions copying Perceptron/functions/function.py -> build/lib/Perceptron/functions copying Perceptron/functions/__init__.py -> build/lib/Perceptron/functions creating build/lib/Perceptron/functions/activationFunctions copying Perceptron/functions/activationFunctions/__init__.py -> build/lib/Perceptron/functions/activationFunctions copying Perceptron/functions/activationFunctions/heaviside.py -> build/lib/Perceptron/functions/activationFunctions copying Perceptron/functions/activationFunctions/indentity.py -> build/lib/Perceptron/functions/activationFunctions copying Perceptron/functions/activationFunctions/leaky_relu.py -> build/lib/Perceptron/functions/activationFunctions copying Perceptron/functions/activationFunctions/smooth_relu.py -> build/lib/Perceptron/functions/activationFunctions copying Perceptron/functions/activationFunctions/sgn.py -> build/lib/Perceptron/functions/activationFunctions copying Perceptron/functions/activationFunctions/tanh.py -> build/lib/Perceptron/functions/activationFunctions copying Perceptron/functions/activationFunctions/sigmoid.py -> build/lib/Perceptron/functions/activationFunctions copying Perceptron/functions/activationFunctions/relu.py -> build/lib/Perceptron/functions/activationFunctions copying Perceptron/functions/activationFunctions/softmax.py -> build/lib/Perceptron/functions/activationFunctions creating build/lib/Perceptron/functions/lossFunctions copying Perceptron/functions/lossFunctions/cross_entropy.py -> build/lib/Perceptron/functions/lossFunctions copying Perceptron/functions/lossFunctions/quadratic_loss.py -> build/lib/Perceptron/functions/lossFunctions copying Perceptron/functions/lossFunctions/__init__.py -> build/lib/Perceptron/functions/lossFunctions copying Perceptron/functions/lossFunctions/mean_abs_error.py -> build/lib/Perceptron/functions/lossFunctions 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/Perceptron copying build/lib/Perceptron/__init__.py -> build/bdist.linux-armv7l/wheel/Perceptron creating build/bdist.linux-armv7l/wheel/Perceptron/functions copying build/lib/Perceptron/functions/function.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions copying build/lib/Perceptron/functions/__init__.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions creating build/bdist.linux-armv7l/wheel/Perceptron/functions/activationFunctions copying build/lib/Perceptron/functions/activationFunctions/__init__.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/activationFunctions copying build/lib/Perceptron/functions/activationFunctions/heaviside.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/activationFunctions copying build/lib/Perceptron/functions/activationFunctions/indentity.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/activationFunctions copying build/lib/Perceptron/functions/activationFunctions/leaky_relu.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/activationFunctions copying build/lib/Perceptron/functions/activationFunctions/smooth_relu.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/activationFunctions copying build/lib/Perceptron/functions/activationFunctions/sgn.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/activationFunctions copying build/lib/Perceptron/functions/activationFunctions/tanh.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/activationFunctions copying build/lib/Perceptron/functions/activationFunctions/sigmoid.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/activationFunctions copying build/lib/Perceptron/functions/activationFunctions/relu.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/activationFunctions copying build/lib/Perceptron/functions/activationFunctions/softmax.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/activationFunctions creating build/bdist.linux-armv7l/wheel/Perceptron/functions/lossFunctions copying build/lib/Perceptron/functions/lossFunctions/cross_entropy.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/lossFunctions copying build/lib/Perceptron/functions/lossFunctions/quadratic_loss.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/lossFunctions copying build/lib/Perceptron/functions/lossFunctions/__init__.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/lossFunctions copying build/lib/Perceptron/functions/lossFunctions/mean_abs_error.py -> build/bdist.linux-armv7l/wheel/Perceptron/functions/lossFunctions copying build/lib/Perceptron/perceptron.py -> build/bdist.linux-armv7l/wheel/Perceptron running install_egg_info running egg_info writing PyPerceptron.egg-info/PKG-INFO writing dependency_links to PyPerceptron.egg-info/dependency_links.txt writing requirements to PyPerceptron.egg-info/requires.txt writing top-level names to PyPerceptron.egg-info/top_level.txt reading manifest file 'PyPerceptron.egg-info/SOURCES.txt' writing manifest file 'PyPerceptron.egg-info/SOURCES.txt' Copying PyPerceptron.egg-info to build/bdist.linux-armv7l/wheel/PyPerceptron-1.0.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/PyPerceptron-1.0.2.dist-info/WHEEL creating '/tmp/pip-wheel-ko5lb87k/PyPerceptron-1.0.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'Perceptron/__init__.py' adding 'Perceptron/perceptron.py' adding 'Perceptron/functions/__init__.py' adding 'Perceptron/functions/function.py' adding 'Perceptron/functions/activationFunctions/__init__.py' adding 'Perceptron/functions/activationFunctions/heaviside.py' adding 'Perceptron/functions/activationFunctions/indentity.py' adding 'Perceptron/functions/activationFunctions/leaky_relu.py' adding 'Perceptron/functions/activationFunctions/relu.py' adding 'Perceptron/functions/activationFunctions/sgn.py' adding 'Perceptron/functions/activationFunctions/sigmoid.py' adding 'Perceptron/functions/activationFunctions/smooth_relu.py' adding 'Perceptron/functions/activationFunctions/softmax.py' adding 'Perceptron/functions/activationFunctions/tanh.py' adding 'Perceptron/functions/lossFunctions/__init__.py' adding 'Perceptron/functions/lossFunctions/cross_entropy.py' adding 'Perceptron/functions/lossFunctions/mean_abs_error.py' adding 'Perceptron/functions/lossFunctions/quadratic_loss.py' adding 'PyPerceptron-1.0.2.dist-info/METADATA' adding 'PyPerceptron-1.0.2.dist-info/WHEEL' adding 'PyPerceptron-1.0.2.dist-info/top_level.txt' adding 'PyPerceptron-1.0.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for PyPerceptron: finished with status 'done' Stored in directory: /tmp/tmpn4o6cv9u Successfully built PyPerceptron Cleaning up... Removing source in /tmp/pip-wheel-jd6q_w5o/PyPerceptron Removed build tracker '/tmp/pip-req-tracker-jlik9c1w'