Created temporary directory: /tmp/pip-ephem-wheel-cache-rak4nct9 Created temporary directory: /tmp/pip-req-tracker-jimd6_c9 Created requirements tracker '/tmp/pip-req-tracker-jimd6_c9' Created temporary directory: /tmp/pip-wheel-m7o8uewe Collecting py-school-match==0.2.0 1 location(s) to search for versions of py-school-match: * https://pypi.org/simple/py-school-match/ Getting page https://pypi.org/simple/py-school-match/ Analyzing links from page https://pypi.org/simple/py-school-match/ Found link https://files.pythonhosted.org/packages/19/a9/341964233bc40046b5010b60daf8032d922c93da55b7722318d04cf90972/py-school-match-0.2.0.tar.gz#sha256=53afb5d04a2b6114dffc01d5cefc7a3a7059c25ba7b76a2fe22e54c60b40b2da (from https://pypi.org/simple/py-school-match/), version: 0.2.0 Skipping link https://files.pythonhosted.org/packages/c7/45/bb344f9ff722a265ee4fc3bac394a8cf243d16a0eae5ec8afec1676f42d5/py_school_match-0.2.0-py2-none-any.whl#sha256=e6785c4b85ca5e01a781ceda2738fa00d45e3503f0158b37dd7e730bc2f44cd1 (from https://pypi.org/simple/py-school-match/); it is not compatible with this Python Using version 0.2.0 (newest of versions: 0.2.0) Created temporary directory: /tmp/pip-unpack-vqza_fxq Downloading https://files.pythonhosted.org/packages/19/a9/341964233bc40046b5010b60daf8032d922c93da55b7722318d04cf90972/py-school-match-0.2.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/19/a9/341964233bc40046b5010b60daf8032d922c93da55b7722318d04cf90972/py-school-match-0.2.0.tar.gz#sha256=53afb5d04a2b6114dffc01d5cefc7a3a7059c25ba7b76a2fe22e54c60b40b2da (from https://pypi.org/simple/py-school-match/) Added py-school-match==0.2.0 from https://files.pythonhosted.org/packages/19/a9/341964233bc40046b5010b60daf8032d922c93da55b7722318d04cf90972/py-school-match-0.2.0.tar.gz#sha256=53afb5d04a2b6114dffc01d5cefc7a3a7059c25ba7b76a2fe22e54c60b40b2da to build tracker '/tmp/pip-req-tracker-jimd6_c9' Running setup.py (path:/tmp/pip-wheel-m7o8uewe/py-school-match/setup.py) egg_info for package py-school-match Running command python setup.py egg_info running egg_info creating pip-egg-info/py_school_match.egg-info writing top-level names to pip-egg-info/py_school_match.egg-info/top_level.txt writing dependency_links to pip-egg-info/py_school_match.egg-info/dependency_links.txt writing pip-egg-info/py_school_match.egg-info/PKG-INFO writing manifest file 'pip-egg-info/py_school_match.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/py_school_match.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/py_school_match.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-m7o8uewe/py-school-match has version 0.2.0, which satisfies requirement py-school-match==0.2.0 from https://files.pythonhosted.org/packages/19/a9/341964233bc40046b5010b60daf8032d922c93da55b7722318d04cf90972/py-school-match-0.2.0.tar.gz#sha256=53afb5d04a2b6114dffc01d5cefc7a3a7059c25ba7b76a2fe22e54c60b40b2da Removed py-school-match==0.2.0 from https://files.pythonhosted.org/packages/19/a9/341964233bc40046b5010b60daf8032d922c93da55b7722318d04cf90972/py-school-match-0.2.0.tar.gz#sha256=53afb5d04a2b6114dffc01d5cefc7a3a7059c25ba7b76a2fe22e54c60b40b2da from build tracker '/tmp/pip-req-tracker-jimd6_c9' Building wheels for collected packages: py-school-match Created temporary directory: /tmp/pip-wheel-21ipevkh Running setup.py bdist_wheel for py-school-match: started Destination directory: /tmp/pip-wheel-21ipevkh Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-m7o8uewe/py-school-match/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-21ipevkh running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/py_school_match copying py_school_match/__init__.py -> build/lib/py_school_match creating build/lib/py_school_match/util copying py_school_match/util/simulate_preferences.py -> build/lib/py_school_match/util copying py_school_match/util/simulate_characteristics.py -> build/lib/py_school_match/util copying py_school_match/util/display_info.py -> build/lib/py_school_match/util copying py_school_match/util/stat.py -> build/lib/py_school_match/util copying py_school_match/util/__init__.py -> build/lib/py_school_match/util copying py_school_match/util/file_util.py -> build/lib/py_school_match/util creating build/lib/py_school_match/algorithms copying py_school_match/algorithms/da_stb.py -> build/lib/py_school_match/algorithms copying py_school_match/algorithms/abstract_matching_algorithm.py -> build/lib/py_school_match/algorithms copying py_school_match/algorithms/ttc.py -> build/lib/py_school_match/algorithms copying py_school_match/algorithms/mnsic.py -> build/lib/py_school_match/algorithms copying py_school_match/algorithms/pi.py -> build/lib/py_school_match/algorithms copying py_school_match/algorithms/__init__.py -> build/lib/py_school_match/algorithms copying py_school_match/algorithms/sic.py -> build/lib/py_school_match/algorithms copying py_school_match/algorithms/da.py -> build/lib/py_school_match/algorithms copying py_school_match/algorithms/msic.py -> build/lib/py_school_match/algorithms copying py_school_match/algorithms/da_mtb.py -> build/lib/py_school_match/algorithms copying py_school_match/algorithms/nsic.py -> build/lib/py_school_match/algorithms creating build/lib/py_school_match/entities copying py_school_match/entities/criteria.py -> build/lib/py_school_match/entities copying py_school_match/entities/school.py -> build/lib/py_school_match/entities copying py_school_match/entities/characteristic.py -> build/lib/py_school_match/entities copying py_school_match/entities/student_queue.py -> build/lib/py_school_match/entities copying py_school_match/entities/student.py -> build/lib/py_school_match/entities copying py_school_match/entities/ruleset.py -> build/lib/py_school_match/entities copying py_school_match/entities/__init__.py -> build/lib/py_school_match/entities copying py_school_match/entities/slot.py -> build/lib/py_school_match/entities copying py_school_match/entities/social_planner.py -> build/lib/py_school_match/entities copying py_school_match/entities/rule.py -> build/lib/py_school_match/entities 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/py_school_match creating build/bdist.linux-armv7l/wheel/py_school_match/util copying build/lib/py_school_match/util/simulate_preferences.py -> build/bdist.linux-armv7l/wheel/py_school_match/util copying build/lib/py_school_match/util/simulate_characteristics.py -> build/bdist.linux-armv7l/wheel/py_school_match/util copying build/lib/py_school_match/util/display_info.py -> build/bdist.linux-armv7l/wheel/py_school_match/util copying build/lib/py_school_match/util/stat.py -> build/bdist.linux-armv7l/wheel/py_school_match/util copying build/lib/py_school_match/util/__init__.py -> build/bdist.linux-armv7l/wheel/py_school_match/util copying build/lib/py_school_match/util/file_util.py -> build/bdist.linux-armv7l/wheel/py_school_match/util creating build/bdist.linux-armv7l/wheel/py_school_match/algorithms copying build/lib/py_school_match/algorithms/da_stb.py -> build/bdist.linux-armv7l/wheel/py_school_match/algorithms copying build/lib/py_school_match/algorithms/abstract_matching_algorithm.py -> build/bdist.linux-armv7l/wheel/py_school_match/algorithms copying build/lib/py_school_match/algorithms/ttc.py -> build/bdist.linux-armv7l/wheel/py_school_match/algorithms copying build/lib/py_school_match/algorithms/mnsic.py -> build/bdist.linux-armv7l/wheel/py_school_match/algorithms copying build/lib/py_school_match/algorithms/pi.py -> build/bdist.linux-armv7l/wheel/py_school_match/algorithms copying build/lib/py_school_match/algorithms/__init__.py -> build/bdist.linux-armv7l/wheel/py_school_match/algorithms copying build/lib/py_school_match/algorithms/sic.py -> build/bdist.linux-armv7l/wheel/py_school_match/algorithms copying build/lib/py_school_match/algorithms/da.py -> build/bdist.linux-armv7l/wheel/py_school_match/algorithms copying build/lib/py_school_match/algorithms/msic.py -> build/bdist.linux-armv7l/wheel/py_school_match/algorithms copying build/lib/py_school_match/algorithms/da_mtb.py -> build/bdist.linux-armv7l/wheel/py_school_match/algorithms copying build/lib/py_school_match/algorithms/nsic.py -> build/bdist.linux-armv7l/wheel/py_school_match/algorithms creating build/bdist.linux-armv7l/wheel/py_school_match/entities copying build/lib/py_school_match/entities/criteria.py -> build/bdist.linux-armv7l/wheel/py_school_match/entities copying build/lib/py_school_match/entities/school.py -> build/bdist.linux-armv7l/wheel/py_school_match/entities copying build/lib/py_school_match/entities/characteristic.py -> build/bdist.linux-armv7l/wheel/py_school_match/entities copying build/lib/py_school_match/entities/student_queue.py -> build/bdist.linux-armv7l/wheel/py_school_match/entities copying build/lib/py_school_match/entities/student.py -> build/bdist.linux-armv7l/wheel/py_school_match/entities copying build/lib/py_school_match/entities/ruleset.py -> build/bdist.linux-armv7l/wheel/py_school_match/entities copying build/lib/py_school_match/entities/__init__.py -> build/bdist.linux-armv7l/wheel/py_school_match/entities copying build/lib/py_school_match/entities/slot.py -> build/bdist.linux-armv7l/wheel/py_school_match/entities copying build/lib/py_school_match/entities/social_planner.py -> build/bdist.linux-armv7l/wheel/py_school_match/entities copying build/lib/py_school_match/entities/rule.py -> build/bdist.linux-armv7l/wheel/py_school_match/entities copying build/lib/py_school_match/__init__.py -> build/bdist.linux-armv7l/wheel/py_school_match running install_egg_info running egg_info writing dependency_links to py_school_match.egg-info/dependency_links.txt writing py_school_match.egg-info/PKG-INFO writing top-level names to py_school_match.egg-info/top_level.txt reading manifest file 'py_school_match.egg-info/SOURCES.txt' writing manifest file 'py_school_match.egg-info/SOURCES.txt' Copying py_school_match.egg-info to build/bdist.linux-armv7l/wheel/py_school_match-0.2.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/py_school_match-0.2.0.dist-info/WHEEL creating '/tmp/pip-wheel-21ipevkh/py_school_match-0.2.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'py_school_match/__init__.py' adding 'py_school_match/algorithms/__init__.py' adding 'py_school_match/algorithms/abstract_matching_algorithm.py' adding 'py_school_match/algorithms/da.py' adding 'py_school_match/algorithms/da_mtb.py' adding 'py_school_match/algorithms/da_stb.py' adding 'py_school_match/algorithms/mnsic.py' adding 'py_school_match/algorithms/msic.py' adding 'py_school_match/algorithms/nsic.py' adding 'py_school_match/algorithms/pi.py' adding 'py_school_match/algorithms/sic.py' adding 'py_school_match/algorithms/ttc.py' adding 'py_school_match/entities/__init__.py' adding 'py_school_match/entities/characteristic.py' adding 'py_school_match/entities/criteria.py' adding 'py_school_match/entities/rule.py' adding 'py_school_match/entities/ruleset.py' adding 'py_school_match/entities/school.py' adding 'py_school_match/entities/slot.py' adding 'py_school_match/entities/social_planner.py' adding 'py_school_match/entities/student.py' adding 'py_school_match/entities/student_queue.py' adding 'py_school_match/util/__init__.py' adding 'py_school_match/util/display_info.py' adding 'py_school_match/util/file_util.py' adding 'py_school_match/util/simulate_characteristics.py' adding 'py_school_match/util/simulate_preferences.py' adding 'py_school_match/util/stat.py' adding 'py_school_match-0.2.0.dist-info/METADATA' adding 'py_school_match-0.2.0.dist-info/WHEEL' adding 'py_school_match-0.2.0.dist-info/top_level.txt' adding 'py_school_match-0.2.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for py-school-match: finished with status 'done' Stored in directory: /tmp/tmppb7iqy_q Successfully built py-school-match Cleaning up... Removing source in /tmp/pip-wheel-m7o8uewe/py-school-match Removed build tracker '/tmp/pip-req-tracker-jimd6_c9'