2022-03-09T16:55:57,742 Created temporary directory: /tmp/pip-ephem-wheel-cache-8kahyp0o 2022-03-09T16:55:57,748 Created temporary directory: /tmp/pip-req-tracker-ucofs41m 2022-03-09T16:55:57,749 Initialized build tracking at /tmp/pip-req-tracker-ucofs41m 2022-03-09T16:55:57,749 Created build tracker: /tmp/pip-req-tracker-ucofs41m 2022-03-09T16:55:57,749 Entered build tracker: /tmp/pip-req-tracker-ucofs41m 2022-03-09T16:55:57,751 Created temporary directory: /tmp/pip-wheel-49fcvnm9 2022-03-09T16:55:57,814 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-03-09T16:55:57,823 2 location(s) to search for versions of semih-demir-cs453-hw1: 2022-03-09T16:55:57,823 * https://pypi.org/simple/semih-demir-cs453-hw1/ 2022-03-09T16:55:57,823 * https://www.piwheels.org/simple/semih-demir-cs453-hw1/ 2022-03-09T16:55:57,825 Fetching project page and analyzing links: https://pypi.org/simple/semih-demir-cs453-hw1/ 2022-03-09T16:55:57,826 Getting page https://pypi.org/simple/semih-demir-cs453-hw1/ 2022-03-09T16:55:57,829 Found index url https://pypi.org/simple 2022-03-09T16:55:57,940 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/f3/c8/90380c09103b7ee4abdc9af062c501b40b985b910dfe75f42776fc4eba74/semih-demir-cs453-hw1-2.0.0.tar.gz#sha256=adba8e00758fafa075a6bc08c7557f26bec299a2ed0417df10d42a58d6c22cef (from https://pypi.org/simple/semih-demir-cs453-hw1/) (requires-python:>=3.8) 2022-03-09T16:55:57,941 Skipping link: No binaries permitted for semih-demir-cs453-hw1: https://files.pythonhosted.org/packages/8f/37/7f7b9d9c1f063221d4e5277532a91f4653b8583473d542380a32cf8744b1/semih_demir_cs453_hw1-2.0.0-py3-none-any.whl#sha256=40c65f6a6f79e645cc65d1fbdc269d77e270f0ad503800456dd57b709bb8ee81 (from https://pypi.org/simple/semih-demir-cs453-hw1/) (requires-python:>=3.8) 2022-03-09T16:55:57,941 Fetching project page and analyzing links: https://www.piwheels.org/simple/semih-demir-cs453-hw1/ 2022-03-09T16:55:57,942 Getting page https://www.piwheels.org/simple/semih-demir-cs453-hw1/ 2022-03-09T16:55:57,944 Found index url https://www.piwheels.org/simple 2022-03-09T16:55:58,145 Skipping link: not a file: https://www.piwheels.org/simple/semih-demir-cs453-hw1/ 2022-03-09T16:55:58,146 Skipping link: not a file: https://pypi.org/simple/semih-demir-cs453-hw1/ 2022-03-09T16:55:58,179 Given no hashes to check 0 links for project 'semih-demir-cs453-hw1': discarding no candidates 2022-03-09T16:55:58,180 ERROR: Could not find a version that satisfies the requirement semih-demir-cs453-hw1==2.0.0 (from versions: none) 2022-03-09T16:55:58,183 ERROR: No matching distribution found for semih-demir-cs453-hw1==2.0.0 2022-03-09T16:55:58,185 Exception information: 2022-03-09T16:55:58,185 Traceback (most recent call last): 2022-03-09T16:55:58,185 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-03-09T16:55:58,185 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-03-09T16:55:58,185 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-03-09T16:55:58,185 raise RequirementsConflicted(criterion) 2022-03-09T16:55:58,185 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('semih-demir-cs453-hw1==2.0.0') 2022-03-09T16:55:58,185 2022-03-09T16:55:58,185 During handling of the above exception, another exception occurred: 2022-03-09T16:55:58,185 2022-03-09T16:55:58,185 Traceback (most recent call last): 2022-03-09T16:55:58,185 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-03-09T16:55:58,185 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-03-09T16:55:58,185 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-03-09T16:55:58,185 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-03-09T16:55:58,185 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-03-09T16:55:58,185 raise ResolutionImpossible(e.criterion.information) 2022-03-09T16:55:58,185 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('semih-demir-cs453-hw1==2.0.0'), parent=None)] 2022-03-09T16:55:58,185 2022-03-09T16:55:58,185 The above exception was the direct cause of the following exception: 2022-03-09T16:55:58,185 2022-03-09T16:55:58,185 Traceback (most recent call last): 2022-03-09T16:55:58,185 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-03-09T16:55:58,185 status = run_func(*args) 2022-03-09T16:55:58,185 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-03-09T16:55:58,185 return func(self, options, args) 2022-03-09T16:55:58,185 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-03-09T16:55:58,185 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-03-09T16:55:58,185 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-03-09T16:55:58,185 raise error from e 2022-03-09T16:55:58,185 pip._internal.exceptions.DistributionNotFound: No matching distribution found for semih-demir-cs453-hw1==2.0.0 2022-03-09T16:55:58,193 Removed build tracker: '/tmp/pip-req-tracker-ucofs41m'