Created temporary directory: /tmp/pip-ephem-wheel-cache-0qapn6iv Created temporary directory: /tmp/pip-req-tracker-v4wvp5f8 Created requirements tracker '/tmp/pip-req-tracker-v4wvp5f8' Created temporary directory: /tmp/pip-wheel-2wxniuu2 Collecting exam-scheduler==0.0.2 1 location(s) to search for versions of exam-scheduler: * https://pypi.org/simple/exam-scheduler/ Getting page https://pypi.org/simple/exam-scheduler/ Analyzing links from page https://pypi.org/simple/exam-scheduler/ Skipping link https://files.pythonhosted.org/packages/e1/a1/cf5e7bbb1d49666c9f3d43321df118866e302e23fe15e0a9a44950ab0c10/exam_scheduler-0.0.1-py3.6.egg#sha256=935c4e553a6068f6d12997eb52b22d93cccf595fc8f1c8baceac34565aeaaac6 (from https://pypi.org/simple/exam-scheduler/); unsupported archive format: .egg Found link https://files.pythonhosted.org/packages/97/ac/505fa51ae3c5da18ec09bf109d33c09f3bd7a88d9b55a2c1e83bd8bc3188/exam_scheduler-0.0.1.tar.gz#sha256=ddbe2c4c47e1f37175927aa800a6c7a7f09376ee24a2d418e38a50d8700a1adb (from https://pypi.org/simple/exam-scheduler/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/66/90/1039f3a6e7c9a1cc5a27142cc6123f47c9b17749a29a2de3ba65f1d44e2e/exam_scheduler-0.0.2.tar.gz#sha256=db0d88505c744fdca858663351a7aa78d98c95e7fb036d60e606bef7d2c263b5 (from https://pypi.org/simple/exam-scheduler/), version: 0.0.2 Using version 0.0.2 (newest of versions: 0.0.2) Created temporary directory: /tmp/pip-unpack-grxibr9t Downloading https://files.pythonhosted.org/packages/66/90/1039f3a6e7c9a1cc5a27142cc6123f47c9b17749a29a2de3ba65f1d44e2e/exam_scheduler-0.0.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/66/90/1039f3a6e7c9a1cc5a27142cc6123f47c9b17749a29a2de3ba65f1d44e2e/exam_scheduler-0.0.2.tar.gz#sha256=db0d88505c744fdca858663351a7aa78d98c95e7fb036d60e606bef7d2c263b5 (from https://pypi.org/simple/exam-scheduler/) Added exam-scheduler==0.0.2 from https://files.pythonhosted.org/packages/66/90/1039f3a6e7c9a1cc5a27142cc6123f47c9b17749a29a2de3ba65f1d44e2e/exam_scheduler-0.0.2.tar.gz#sha256=db0d88505c744fdca858663351a7aa78d98c95e7fb036d60e606bef7d2c263b5 to build tracker '/tmp/pip-req-tracker-v4wvp5f8' Running setup.py (path:/tmp/pip-wheel-2wxniuu2/exam-scheduler/setup.py) egg_info for package exam-scheduler Running command python setup.py egg_info running egg_info creating pip-egg-info/exam_scheduler.egg-info writing entry points to pip-egg-info/exam_scheduler.egg-info/entry_points.txt writing requirements to pip-egg-info/exam_scheduler.egg-info/requires.txt writing pip-egg-info/exam_scheduler.egg-info/PKG-INFO writing dependency_links to pip-egg-info/exam_scheduler.egg-info/dependency_links.txt writing top-level names to pip-egg-info/exam_scheduler.egg-info/top_level.txt writing manifest file 'pip-egg-info/exam_scheduler.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/exam_scheduler.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'exam_scheduler' writing manifest file 'pip-egg-info/exam_scheduler.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-2wxniuu2/exam-scheduler has version 0.0.2, which satisfies requirement exam-scheduler==0.0.2 from https://files.pythonhosted.org/packages/66/90/1039f3a6e7c9a1cc5a27142cc6123f47c9b17749a29a2de3ba65f1d44e2e/exam_scheduler-0.0.2.tar.gz#sha256=db0d88505c744fdca858663351a7aa78d98c95e7fb036d60e606bef7d2c263b5 Removed exam-scheduler==0.0.2 from https://files.pythonhosted.org/packages/66/90/1039f3a6e7c9a1cc5a27142cc6123f47c9b17749a29a2de3ba65f1d44e2e/exam_scheduler-0.0.2.tar.gz#sha256=db0d88505c744fdca858663351a7aa78d98c95e7fb036d60e606bef7d2c263b5 from build tracker '/tmp/pip-req-tracker-v4wvp5f8' Building wheels for collected packages: exam-scheduler Created temporary directory: /tmp/pip-wheel-kqbqmzk9 Running setup.py bdist_wheel for exam-scheduler: started Destination directory: /tmp/pip-wheel-kqbqmzk9 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-2wxniuu2/exam-scheduler/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-kqbqmzk9 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/exam_scheduler copying exam_scheduler/scheduler.py -> build/lib/exam_scheduler copying exam_scheduler/priority_queue.py -> build/lib/exam_scheduler copying exam_scheduler/room.py -> build/lib/exam_scheduler copying exam_scheduler/util.py -> build/lib/exam_scheduler copying exam_scheduler/__init__.py -> build/lib/exam_scheduler copying exam_scheduler/main.py -> build/lib/exam_scheduler copying exam_scheduler/session.py -> build/lib/exam_scheduler copying exam_scheduler/configurations.py -> build/lib/exam_scheduler copying exam_scheduler/parser.py -> build/lib/exam_scheduler copying exam_scheduler/teacher.py -> build/lib/exam_scheduler running egg_info writing dependency_links to exam_scheduler.egg-info/dependency_links.txt writing exam_scheduler.egg-info/PKG-INFO writing top-level names to exam_scheduler.egg-info/top_level.txt writing requirements to exam_scheduler.egg-info/requires.txt writing entry points to exam_scheduler.egg-info/entry_points.txt reading manifest file 'exam_scheduler.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'exam_scheduler' writing manifest file 'exam_scheduler.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/exam_scheduler copying build/lib/exam_scheduler/scheduler.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/priority_queue.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/room.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/util.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/__init__.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/main.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/session.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/configurations.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/parser.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/teacher.py -> build/bdist.linux-armv7l/wheel/exam_scheduler running install_egg_info Copying exam_scheduler.egg-info to build/bdist.linux-armv7l/wheel/exam_scheduler-0.0.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/exam_scheduler-0.0.2.dist-info/WHEEL creating '/tmp/pip-wheel-kqbqmzk9/exam_scheduler-0.0.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'exam_scheduler/__init__.py' adding 'exam_scheduler/configurations.py' adding 'exam_scheduler/main.py' adding 'exam_scheduler/parser.py' adding 'exam_scheduler/priority_queue.py' adding 'exam_scheduler/room.py' adding 'exam_scheduler/scheduler.py' adding 'exam_scheduler/session.py' adding 'exam_scheduler/teacher.py' adding 'exam_scheduler/util.py' adding 'exam_scheduler-0.0.2.dist-info/METADATA' adding 'exam_scheduler-0.0.2.dist-info/WHEEL' adding 'exam_scheduler-0.0.2.dist-info/entry_points.txt' adding 'exam_scheduler-0.0.2.dist-info/top_level.txt' adding 'exam_scheduler-0.0.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for exam-scheduler: finished with status 'done' Stored in directory: /tmp/tmp2kyjggcu Successfully built exam-scheduler Cleaning up... Removing source in /tmp/pip-wheel-2wxniuu2/exam-scheduler Removed build tracker '/tmp/pip-req-tracker-v4wvp5f8'