2021-05-27T15:26:24,679 Created temporary directory: /tmp/pip-ephem-wheel-cache-51ddw3u9 2021-05-27T15:26:24,683 Created temporary directory: /tmp/pip-req-tracker-71nwi7ss 2021-05-27T15:26:24,684 Initialized build tracking at /tmp/pip-req-tracker-71nwi7ss 2021-05-27T15:26:24,684 Created build tracker: /tmp/pip-req-tracker-71nwi7ss 2021-05-27T15:26:24,684 Entered build tracker: /tmp/pip-req-tracker-71nwi7ss 2021-05-27T15:26:24,685 Created temporary directory: /tmp/pip-wheel-fm0uei3w 2021-05-27T15:26:24,727 1 location(s) to search for versions of oop-training-python: 2021-05-27T15:26:24,727 * https://pypi.org/simple/oop-training-python/ 2021-05-27T15:26:24,728 Fetching project page and analyzing links: https://pypi.org/simple/oop-training-python/ 2021-05-27T15:26:24,729 Getting page https://pypi.org/simple/oop-training-python/ 2021-05-27T15:26:24,731 Found index url https://pypi.org/simple 2021-05-27T15:26:24,826 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/6c/a5/64e07733572765461314194a32e930242fe9131dd75a483dd593ecd128fb/oop-training-python-0.0.1.tar.gz#sha256=bb0b7023730e61e48939a386eb34f33d31c8f26bed44beae31dfd2df8307b76a (from https://pypi.org/simple/oop-training-python/) (requires-python:>=3.8) 2021-05-27T15:26:24,840 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/cb/a1/1ae7195870442f1374a8135c1676ed2cb9dd10c07ddde29d341d37392217/oop_training_python-0.0.1-py3-none-any.whl#sha256=0a566030f89e6a1dd1ced706fdf0b5f3b2b0eee754bb1656d32bab26f16478a0 (from https://pypi.org/simple/oop-training-python/) (requires-python:>=3.8) 2021-05-27T15:26:24,841 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/79/26/12608b0f9f76f416e702f6e1447c4733611a50070ee776c64207949406d3/oop_training_python-0.0.1-py3.8.egg#sha256=a70e0223f0fca51a66a0c3a819d6e33fb841c53ffc8e331e424b3b0efa11ccb4 (from https://pypi.org/simple/oop-training-python/) (requires-python:>=3.8) 2021-05-27T15:26:24,841 Skipping link: not a file: https://pypi.org/simple/oop-training-python/ 2021-05-27T15:26:24,841 Given no hashes to check 0 links for project 'oop-training-python': discarding no candidates 2021-05-27T15:26:24,842 ERROR: Could not find a version that satisfies the requirement oop-training-python==0.0.1 (from versions: none) 2021-05-27T15:26:24,842 ERROR: No matching distribution found for oop-training-python==0.0.1 2021-05-27T15:26:24,842 Exception information: 2021-05-27T15:26:24,842 Traceback (most recent call last): 2021-05-27T15:26:24,842 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-05-27T15:26:24,842 name, crit = self._merge_into_criterion(r, parent=None) 2021-05-27T15:26:24,842 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-05-27T15:26:24,842 raise RequirementsConflicted(criterion) 2021-05-27T15:26:24,842 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('oop-training-python==0.0.1') 2021-05-27T15:26:24,842 2021-05-27T15:26:24,842 During handling of the above exception, another exception occurred: 2021-05-27T15:26:24,842 2021-05-27T15:26:24,842 Traceback (most recent call last): 2021-05-27T15:26:24,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-05-27T15:26:24,842 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-05-27T15:26:24,842 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-05-27T15:26:24,842 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-05-27T15:26:24,842 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-05-27T15:26:24,842 raise ResolutionImpossible(e.criterion.information) 2021-05-27T15:26:24,842 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('oop-training-python==0.0.1'), parent=None)] 2021-05-27T15:26:24,842 2021-05-27T15:26:24,842 The above exception was the direct cause of the following exception: 2021-05-27T15:26:24,842 2021-05-27T15:26:24,842 Traceback (most recent call last): 2021-05-27T15:26:24,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-05-27T15:26:24,842 status = self.run(options, args) 2021-05-27T15:26:24,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 204, in wrapper 2021-05-27T15:26:24,842 return func(self, options, args) 2021-05-27T15:26:24,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-05-27T15:26:24,842 reqs, check_supported_wheels=True 2021-05-27T15:26:24,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-05-27T15:26:24,842 raise error from e 2021-05-27T15:26:24,842 pip._internal.exceptions.DistributionNotFound: No matching distribution found for oop-training-python==0.0.1 2021-05-27T15:26:24,848 Removed build tracker: '/tmp/pip-req-tracker-71nwi7ss'