Created temporary directory: /tmp/pip-ephem-wheel-cache-mixa69i2 Created temporary directory: /tmp/pip-req-tracker-36puh00z Created requirements tracker '/tmp/pip-req-tracker-36puh00z' Created temporary directory: /tmp/pip-wheel-7nk7dvwq Collecting simple_machine_learning==0.1.5 1 location(s) to search for versions of simple-machine-learning: * https://pypi.org/simple/simple-machine-learning/ Getting page https://pypi.org/simple/simple-machine-learning/ Analyzing links from page https://pypi.org/simple/simple-machine-learning/ Found link https://files.pythonhosted.org/packages/ac/5b/6426bddd317741cf4e9ab4a5dc2614c57924ddf6b5c87c962999893b1588/simple_machine_learning-0.1.4.tar.gz#sha256=c8a336d852a11eef58c4bdd88f35085a3b2625e6285a14b37789b19fad5486e1 (from https://pypi.org/simple/simple-machine-learning/), version: 0.1.4 Found link https://files.pythonhosted.org/packages/33/d8/337528972a761b71ca412e041722361f5827a65fdd1f5007b85a0f188a28/simple_machine_learning-0.1.5.tar.gz#sha256=abca1147ad66efc30b59eec80c5ad10d148baa153d3a8d31a4bbf8a25367fb14 (from https://pypi.org/simple/simple-machine-learning/), version: 0.1.5 Using version 0.1.5 (newest of versions: 0.1.5) Created temporary directory: /tmp/pip-unpack-9e4kgmc9 Downloading https://files.pythonhosted.org/packages/33/d8/337528972a761b71ca412e041722361f5827a65fdd1f5007b85a0f188a28/simple_machine_learning-0.1.5.tar.gz Downloading from URL https://files.pythonhosted.org/packages/33/d8/337528972a761b71ca412e041722361f5827a65fdd1f5007b85a0f188a28/simple_machine_learning-0.1.5.tar.gz#sha256=abca1147ad66efc30b59eec80c5ad10d148baa153d3a8d31a4bbf8a25367fb14 (from https://pypi.org/simple/simple-machine-learning/) Added simple_machine_learning==0.1.5 from https://files.pythonhosted.org/packages/33/d8/337528972a761b71ca412e041722361f5827a65fdd1f5007b85a0f188a28/simple_machine_learning-0.1.5.tar.gz#sha256=abca1147ad66efc30b59eec80c5ad10d148baa153d3a8d31a4bbf8a25367fb14 to build tracker '/tmp/pip-req-tracker-36puh00z' Running setup.py (path:/tmp/pip-wheel-7nk7dvwq/simple-machine-learning/setup.py) egg_info for package simple-machine-learning Running command python setup.py egg_info running egg_info creating pip-egg-info/simple_machine_learning.egg-info writing pip-egg-info/simple_machine_learning.egg-info/PKG-INFO writing top-level names to pip-egg-info/simple_machine_learning.egg-info/top_level.txt writing dependency_links to pip-egg-info/simple_machine_learning.egg-info/dependency_links.txt writing requirements to pip-egg-info/simple_machine_learning.egg-info/requires.txt writing manifest file 'pip-egg-info/simple_machine_learning.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/simple_machine_learning.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/simple_machine_learning.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-7nk7dvwq/simple-machine-learning has version 0.1.5, which satisfies requirement simple_machine_learning==0.1.5 from https://files.pythonhosted.org/packages/33/d8/337528972a761b71ca412e041722361f5827a65fdd1f5007b85a0f188a28/simple_machine_learning-0.1.5.tar.gz#sha256=abca1147ad66efc30b59eec80c5ad10d148baa153d3a8d31a4bbf8a25367fb14 Removed simple_machine_learning==0.1.5 from https://files.pythonhosted.org/packages/33/d8/337528972a761b71ca412e041722361f5827a65fdd1f5007b85a0f188a28/simple_machine_learning-0.1.5.tar.gz#sha256=abca1147ad66efc30b59eec80c5ad10d148baa153d3a8d31a4bbf8a25367fb14 from build tracker '/tmp/pip-req-tracker-36puh00z' Building wheels for collected packages: simple-machine-learning Created temporary directory: /tmp/pip-wheel-poqczod2 Running setup.py bdist_wheel for simple-machine-learning: started Destination directory: /tmp/pip-wheel-poqczod2 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-7nk7dvwq/simple-machine-learning/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-poqczod2 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/simple_ml creating build/lib/simple_ml/ensemble copying simple_ml/ensemble/model.py -> build/lib/simple_ml/ensemble copying simple_ml/ensemble/__init__.py -> build/lib/simple_ml/ensemble creating build/lib/simple_ml/linear copying simple_ml/linear/model.py -> build/lib/simple_ml/linear copying simple_ml/linear/__init__.py -> build/lib/simple_ml/linear copying simple_ml/linear/test.py -> build/lib/simple_ml/linear creating build/lib/simple_ml/nn copying simple_ml/nn/model.py -> build/lib/simple_ml/nn copying simple_ml/nn/initializer.py -> build/lib/simple_ml/nn copying simple_ml/nn/utils.py -> build/lib/simple_ml/nn copying simple_ml/nn/optimizer.py -> build/lib/simple_ml/nn copying simple_ml/nn/layer.py -> build/lib/simple_ml/nn copying simple_ml/nn/loss.py -> build/lib/simple_ml/nn copying simple_ml/nn/__init__.py -> build/lib/simple_ml/nn copying simple_ml/nn/activation.py -> build/lib/simple_ml/nn copying simple_ml/nn/regularizer.py -> build/lib/simple_ml/nn copying simple_ml/nn/ops.py -> build/lib/simple_ml/nn creating build/lib/simple_ml/preprocessing copying simple_ml/preprocessing/__init__.py -> build/lib/simple_ml/preprocessing copying simple_ml/preprocessing/feature.py -> build/lib/simple_ml/preprocessing copying simple_ml/preprocessing/test.py -> build/lib/simple_ml/preprocessing copying simple_ml/preprocessing/general.py -> build/lib/simple_ml/preprocessing creating build/lib/simple_ml/utils copying simple_ml/utils/metric.py -> build/lib/simple_ml/utils copying simple_ml/utils/distance.py -> build/lib/simple_ml/utils copying simple_ml/utils/__init__.py -> build/lib/simple_ml/utils copying simple_ml/utils/funcs.py -> build/lib/simple_ml/utils copying simple_ml/utils/test.py -> build/lib/simple_ml/utils 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/simple_ml creating build/bdist.linux-armv7l/wheel/simple_ml/nn copying build/lib/simple_ml/nn/model.py -> build/bdist.linux-armv7l/wheel/simple_ml/nn copying build/lib/simple_ml/nn/initializer.py -> build/bdist.linux-armv7l/wheel/simple_ml/nn copying build/lib/simple_ml/nn/utils.py -> build/bdist.linux-armv7l/wheel/simple_ml/nn copying build/lib/simple_ml/nn/optimizer.py -> build/bdist.linux-armv7l/wheel/simple_ml/nn copying build/lib/simple_ml/nn/layer.py -> build/bdist.linux-armv7l/wheel/simple_ml/nn copying build/lib/simple_ml/nn/loss.py -> build/bdist.linux-armv7l/wheel/simple_ml/nn copying build/lib/simple_ml/nn/__init__.py -> build/bdist.linux-armv7l/wheel/simple_ml/nn copying build/lib/simple_ml/nn/activation.py -> build/bdist.linux-armv7l/wheel/simple_ml/nn copying build/lib/simple_ml/nn/regularizer.py -> build/bdist.linux-armv7l/wheel/simple_ml/nn copying build/lib/simple_ml/nn/ops.py -> build/bdist.linux-armv7l/wheel/simple_ml/nn creating build/bdist.linux-armv7l/wheel/simple_ml/ensemble copying build/lib/simple_ml/ensemble/model.py -> build/bdist.linux-armv7l/wheel/simple_ml/ensemble copying build/lib/simple_ml/ensemble/__init__.py -> build/bdist.linux-armv7l/wheel/simple_ml/ensemble creating build/bdist.linux-armv7l/wheel/simple_ml/utils copying build/lib/simple_ml/utils/metric.py -> build/bdist.linux-armv7l/wheel/simple_ml/utils copying build/lib/simple_ml/utils/distance.py -> build/bdist.linux-armv7l/wheel/simple_ml/utils copying build/lib/simple_ml/utils/__init__.py -> build/bdist.linux-armv7l/wheel/simple_ml/utils copying build/lib/simple_ml/utils/funcs.py -> build/bdist.linux-armv7l/wheel/simple_ml/utils copying build/lib/simple_ml/utils/test.py -> build/bdist.linux-armv7l/wheel/simple_ml/utils creating build/bdist.linux-armv7l/wheel/simple_ml/preprocessing copying build/lib/simple_ml/preprocessing/__init__.py -> build/bdist.linux-armv7l/wheel/simple_ml/preprocessing copying build/lib/simple_ml/preprocessing/feature.py -> build/bdist.linux-armv7l/wheel/simple_ml/preprocessing copying build/lib/simple_ml/preprocessing/test.py -> build/bdist.linux-armv7l/wheel/simple_ml/preprocessing copying build/lib/simple_ml/preprocessing/general.py -> build/bdist.linux-armv7l/wheel/simple_ml/preprocessing creating build/bdist.linux-armv7l/wheel/simple_ml/linear copying build/lib/simple_ml/linear/model.py -> build/bdist.linux-armv7l/wheel/simple_ml/linear copying build/lib/simple_ml/linear/__init__.py -> build/bdist.linux-armv7l/wheel/simple_ml/linear copying build/lib/simple_ml/linear/test.py -> build/bdist.linux-armv7l/wheel/simple_ml/linear running install_egg_info running egg_info writing requirements to simple_machine_learning.egg-info/requires.txt writing simple_machine_learning.egg-info/PKG-INFO writing dependency_links to simple_machine_learning.egg-info/dependency_links.txt writing top-level names to simple_machine_learning.egg-info/top_level.txt reading manifest file 'simple_machine_learning.egg-info/SOURCES.txt' writing manifest file 'simple_machine_learning.egg-info/SOURCES.txt' Copying simple_machine_learning.egg-info to build/bdist.linux-armv7l/wheel/simple_machine_learning-0.1.5-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/simple_machine_learning-0.1.5.dist-info/WHEEL creating '/tmp/pip-wheel-poqczod2/simple_machine_learning-0.1.5-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'simple_ml/ensemble/__init__.py' adding 'simple_ml/ensemble/model.py' adding 'simple_ml/linear/__init__.py' adding 'simple_ml/linear/model.py' adding 'simple_ml/linear/test.py' adding 'simple_ml/nn/__init__.py' adding 'simple_ml/nn/activation.py' adding 'simple_ml/nn/initializer.py' adding 'simple_ml/nn/layer.py' adding 'simple_ml/nn/loss.py' adding 'simple_ml/nn/model.py' adding 'simple_ml/nn/ops.py' adding 'simple_ml/nn/optimizer.py' adding 'simple_ml/nn/regularizer.py' adding 'simple_ml/nn/utils.py' adding 'simple_ml/preprocessing/__init__.py' adding 'simple_ml/preprocessing/feature.py' adding 'simple_ml/preprocessing/general.py' adding 'simple_ml/preprocessing/test.py' adding 'simple_ml/utils/__init__.py' adding 'simple_ml/utils/distance.py' adding 'simple_ml/utils/funcs.py' adding 'simple_ml/utils/metric.py' adding 'simple_ml/utils/test.py' adding 'simple_machine_learning-0.1.5.dist-info/METADATA' adding 'simple_machine_learning-0.1.5.dist-info/WHEEL' adding 'simple_machine_learning-0.1.5.dist-info/top_level.txt' adding 'simple_machine_learning-0.1.5.dist-info/zip-safe' adding 'simple_machine_learning-0.1.5.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for simple-machine-learning: finished with status 'done' Stored in directory: /tmp/tmpc6kedxih Successfully built simple-machine-learning Cleaning up... Removing source in /tmp/pip-wheel-7nk7dvwq/simple-machine-learning Removed build tracker '/tmp/pip-req-tracker-36puh00z'