Collecting pyMCR==0.2.1 1 location(s) to search for versions of pyMCR: * https://pypi.python.org/simple/pymcr/ Getting page https://pypi.python.org/simple/pymcr/ Analyzing links from page https://pypi.org/simple/pymcr/ Found link https://files.pythonhosted.org/packages/74/52/505d461bbcfdbbaa027b686eb964c43d79ba4cfa567e77cba61de54ec4fa/pyMCR-0.1.0rc0.tar.gz#sha256=7c1d9bbffe3add8975eadd98840ddb205d0958eea2417fa1763ced7230a2bc0d (from https://pypi.org/simple/pymcr/), version: 0.1.0rc0 Found link https://files.pythonhosted.org/packages/25/43/cb272b27186e2b59d15a955668abb7a541e96ab6d62fe8ddafc88ffc00b8/pyMCR-0.1.0rc1.tar.gz#sha256=b1c01053047a0c20ce0a4692a36473fd32d3d3fff67839e81ab61373c3f66ca5 (from https://pypi.org/simple/pymcr/), version: 0.1.0rc1 Found link https://files.pythonhosted.org/packages/fb/26/7247557e74fc6410c2202c0ee9c9abd2fb5f5dd7b6f68b8d3a63ebbf8473/pyMCR-0.1.0.tar.gz#sha256=59490595196756920ebec287e7e29142f5b6b69697e17b53ee69326b23360da8 (from https://pypi.org/simple/pymcr/), version: 0.1.0 Found link https://files.pythonhosted.org/packages/81/59/965f3df036b1c0d52ff52ffa402559d20930bae9fcafe2fe4cdca53e89b9/pyMCR-0.1.1a0.tar.gz#sha256=5983005042cafc55f0e334c42f693f3d2b6e398e0e598b45ed23d04114e4eb5e (from https://pypi.org/simple/pymcr/), version: 0.1.1a0 Found link https://files.pythonhosted.org/packages/72/bd/193e247a5a313514d21f9e60f0146382f11ab58dd4317e88ab1a7af550c8/pyMCR-0.2.0rc0.tar.gz#sha256=3c4ceece28f21d7b1760dd814bd5d8d9675bdef695533b67a2e874f3836f666a (from https://pypi.org/simple/pymcr/), version: 0.2.0rc0 Found link https://files.pythonhosted.org/packages/49/24/5b73902b67d1a8331faa79ad816e24ca8848cb995cfd3c99a6b4feecd62a/pyMCR-0.2.0.tar.gz#sha256=28fb807a932d30a150f9a6a51e191757ab7efdf6e440d9502a1aac97cb102319 (from https://pypi.org/simple/pymcr/), version: 0.2.0 Found link https://files.pythonhosted.org/packages/fb/b1/bc7c5f71a908be9ecd53d4a737a1904ab870dfe3b045491fb8cd6fbec6e4/pyMCR-0.2.1.tar.gz#sha256=dfe66bbad218276ed229813d9f769a55643333cc81ad9882ad00e259bc021e5e (from https://pypi.org/simple/pymcr/), version: 0.2.1 Using version 0.2.1 (newest of versions: 0.2.1) Downloading https://files.pythonhosted.org/packages/fb/b1/bc7c5f71a908be9ecd53d4a737a1904ab870dfe3b045491fb8cd6fbec6e4/pyMCR-0.2.1.tar.gz (513kB) Downloading from URL https://files.pythonhosted.org/packages/fb/b1/bc7c5f71a908be9ecd53d4a737a1904ab870dfe3b045491fb8cd6fbec6e4/pyMCR-0.2.1.tar.gz#sha256=dfe66bbad218276ed229813d9f769a55643333cc81ad9882ad00e259bc021e5e (from https://pypi.org/simple/pymcr/) Running setup.py (path:/tmp/pip-build-ezae3icv/pyMCR/setup.py) egg_info for package pyMCR Running command python setup.py egg_info zip_safe flag not set; analyzing archive contents... Installed /tmp/pip-build-ezae3icv/pyMCR/.eggs/pytest_runner-4.2-py3.4.egg running egg_info creating pip-egg-info/pyMCR.egg-info writing pip-egg-info/pyMCR.egg-info/PKG-INFO writing top-level names to pip-egg-info/pyMCR.egg-info/top_level.txt writing dependency_links to pip-egg-info/pyMCR.egg-info/dependency_links.txt writing requirements to pip-egg-info/pyMCR.egg-info/requires.txt writing manifest file 'pip-egg-info/pyMCR.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pyMCR.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'Examples/.ipynb_checkpoints' writing manifest file 'pip-egg-info/pyMCR.egg-info/SOURCES.txt' Source in /tmp/pip-build-ezae3icv/pyMCR has version 0.2.1, which satisfies requirement pyMCR==0.2.1 from https://files.pythonhosted.org/packages/fb/b1/bc7c5f71a908be9ecd53d4a737a1904ab870dfe3b045491fb8cd6fbec6e4/pyMCR-0.2.1.tar.gz#sha256=dfe66bbad218276ed229813d9f769a55643333cc81ad9882ad00e259bc021e5e Building wheels for collected packages: pyMCR Running setup.py bdist_wheel for pyMCR: started Destination directory: /tmp/tmp74c59j2kpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ezae3icv/pyMCR/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/tmp74c59j2kpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pymcr copying pymcr/__init__.py -> build/lib/pymcr copying pymcr/regressors.py -> build/lib/pymcr copying pymcr/metrics.py -> build/lib/pymcr copying pymcr/mcr.py -> build/lib/pymcr copying pymcr/constraints.py -> build/lib/pymcr creating build/lib/pymcr/tests copying pymcr/tests/test_metrics.py -> build/lib/pymcr/tests copying pymcr/tests/test_constraints.py -> build/lib/pymcr/tests copying pymcr/tests/__init__.py -> build/lib/pymcr/tests copying pymcr/tests/test_regressors.py -> build/lib/pymcr/tests copying pymcr/tests/test_mcr.py -> build/lib/pymcr/tests copying pymcr/tests/test_external_regressors.py -> build/lib/pymcr/tests running egg_info writing pyMCR.egg-info/PKG-INFO writing top-level names to pyMCR.egg-info/top_level.txt writing requirements to pyMCR.egg-info/requires.txt writing dependency_links to pyMCR.egg-info/dependency_links.txt reading manifest file 'pyMCR.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'Examples/.ipynb_checkpoints' writing manifest file 'pyMCR.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/pymcr copying build/lib/pymcr/__init__.py -> build/bdist.linux-armv7l/wheel/pymcr copying build/lib/pymcr/regressors.py -> build/bdist.linux-armv7l/wheel/pymcr creating build/bdist.linux-armv7l/wheel/pymcr/tests copying build/lib/pymcr/tests/test_metrics.py -> build/bdist.linux-armv7l/wheel/pymcr/tests copying build/lib/pymcr/tests/test_constraints.py -> build/bdist.linux-armv7l/wheel/pymcr/tests copying build/lib/pymcr/tests/__init__.py -> build/bdist.linux-armv7l/wheel/pymcr/tests copying build/lib/pymcr/tests/test_regressors.py -> build/bdist.linux-armv7l/wheel/pymcr/tests copying build/lib/pymcr/tests/test_mcr.py -> build/bdist.linux-armv7l/wheel/pymcr/tests copying build/lib/pymcr/tests/test_external_regressors.py -> build/bdist.linux-armv7l/wheel/pymcr/tests copying build/lib/pymcr/metrics.py -> build/bdist.linux-armv7l/wheel/pymcr copying build/lib/pymcr/mcr.py -> build/bdist.linux-armv7l/wheel/pymcr copying build/lib/pymcr/constraints.py -> build/bdist.linux-armv7l/wheel/pymcr running install_egg_info Copying pyMCR.egg-info to build/bdist.linux-armv7l/wheel/pyMCR-0.2.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pyMCR-0.2.1.dist-info/WHEEL Running setup.py bdist_wheel for pyMCR: finished with status 'done' Stored in directory: /tmp/tmpr_v8kicx Successfully built pyMCR Cleaning up... Removing source in /tmp/pip-build-ezae3icv/pyMCR