2021-01-25T13:09:44,388 Created temporary directory: /tmp/pip-ephem-wheel-cache-cet93w5z 2021-01-25T13:09:44,390 Created temporary directory: /tmp/pip-req-tracker-90z36npc 2021-01-25T13:09:44,391 Initialized build tracking at /tmp/pip-req-tracker-90z36npc 2021-01-25T13:09:44,391 Created build tracker: /tmp/pip-req-tracker-90z36npc 2021-01-25T13:09:44,391 Entered build tracker: /tmp/pip-req-tracker-90z36npc 2021-01-25T13:09:44,392 Created temporary directory: /tmp/pip-wheel-rvo193ok 2021-01-25T13:09:44,427 1 location(s) to search for versions of peerless: 2021-01-25T13:09:44,427 * https://pypi.org/simple/peerless/ 2021-01-25T13:09:44,427 Fetching project page and analyzing links: https://pypi.org/simple/peerless/ 2021-01-25T13:09:44,428 Getting page https://pypi.org/simple/peerless/ 2021-01-25T13:09:44,429 Found index url https://pypi.org/simple 2021-01-25T13:09:44,542 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/61/e9/25ca0802757336358c527ab5a4e526da084b85deee2ef7236c3a1cb0228c/peerless-1.0.1.tar.gz#sha256=f2897b7616927daa436863ab197f65e900dc64041fed44873b3e6e5f6af77f3b (from https://pypi.org/simple/peerless/) (requires-python:>=3.8) 2021-01-25T13:09:44,555 Given no hashes to check 0 links for project 'peerless': discarding no candidates 2021-01-25T13:09:44,555 ERROR: Could not find a version that satisfies the requirement peerless==1.0.1 2021-01-25T13:09:44,556 ERROR: No matching distribution found for peerless==1.0.1 2021-01-25T13:09:44,556 Exception information: 2021-01-25T13:09:44,556 Traceback (most recent call last): 2021-01-25T13:09:44,556 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-01-25T13:09:44,556 crit = self.state.criteria[name] 2021-01-25T13:09:44,556 KeyError: 'peerless' 2021-01-25T13:09:44,556 2021-01-25T13:09:44,556 During handling of the above exception, another exception occurred: 2021-01-25T13:09:44,556 2021-01-25T13:09:44,556 Traceback (most recent call last): 2021-01-25T13:09:44,556 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-01-25T13:09:44,556 name, crit = self._merge_into_criterion(r, parent=None) 2021-01-25T13:09:44,556 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-01-25T13:09:44,556 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-01-25T13:09:44,556 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-01-25T13:09:44,556 raise RequirementsConflicted(criterion) 2021-01-25T13:09:44,556 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('peerless==1.0.1') 2021-01-25T13:09:44,556 2021-01-25T13:09:44,556 During handling of the above exception, another exception occurred: 2021-01-25T13:09:44,556 2021-01-25T13:09:44,556 Traceback (most recent call last): 2021-01-25T13:09:44,556 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-01-25T13:09:44,556 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-01-25T13:09:44,556 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-01-25T13:09:44,556 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-01-25T13:09:44,556 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-01-25T13:09:44,556 raise ResolutionImpossible(e.criterion.information) 2021-01-25T13:09:44,556 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('peerless==1.0.1'), parent=None)] 2021-01-25T13:09:44,556 2021-01-25T13:09:44,556 The above exception was the direct cause of the following exception: 2021-01-25T13:09:44,556 2021-01-25T13:09:44,556 Traceback (most recent call last): 2021-01-25T13:09:44,556 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-01-25T13:09:44,556 status = self.run(options, args) 2021-01-25T13:09:44,556 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-01-25T13:09:44,556 return func(self, options, args) 2021-01-25T13:09:44,556 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-01-25T13:09:44,556 reqs, check_supported_wheels=True 2021-01-25T13:09:44,556 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-01-25T13:09:44,556 six.raise_from(error, e) 2021-01-25T13:09:44,556 File "", line 3, in raise_from 2021-01-25T13:09:44,556 pip._internal.exceptions.DistributionNotFound: No matching distribution found for peerless==1.0.1 2021-01-25T13:09:44,560 Removed build tracker: '/tmp/pip-req-tracker-90z36npc'