2021-02-05T13:05:13,851 Created temporary directory: /tmp/pip-ephem-wheel-cache-0w9rn53h 2021-02-05T13:05:13,854 Created temporary directory: /tmp/pip-req-tracker-5areyijp 2021-02-05T13:05:13,855 Initialized build tracking at /tmp/pip-req-tracker-5areyijp 2021-02-05T13:05:13,855 Created build tracker: /tmp/pip-req-tracker-5areyijp 2021-02-05T13:05:13,855 Entered build tracker: /tmp/pip-req-tracker-5areyijp 2021-02-05T13:05:13,856 Created temporary directory: /tmp/pip-wheel-28gav2pe 2021-02-05T13:05:13,932 1 location(s) to search for versions of plateflo: 2021-02-05T13:05:13,932 * https://pypi.org/simple/plateflo/ 2021-02-05T13:05:13,933 Fetching project page and analyzing links: https://pypi.org/simple/plateflo/ 2021-02-05T13:05:13,933 Getting page https://pypi.org/simple/plateflo/ 2021-02-05T13:05:13,935 Found index url https://pypi.org/simple 2021-02-05T13:05:14,083 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/c5/60/2687eb830619b5ff391faaffcf8060d700323f339e56b8ee6304403693d3/plateflo-0.1.0-py3-none-any.whl#sha256=c70f6b78e9e950b63e9ab0dc66956a37a07f2be4e216623368f8b68345d5c152 (from https://pypi.org/simple/plateflo/) (requires-python:>=3.8) 2021-02-05T13:05:14,084 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/5d/1c/460d1659a16b329ea2b918c836981bb321a4154498785c04a09706c1463f/plateflo-0.1.0.tar.gz#sha256=b23bd8f657b64fa8ca1a8e313a4079bb1915f442e545172798d70a25af1eeebb (from https://pypi.org/simple/plateflo/) (requires-python:>=3.8) 2021-02-05T13:05:14,085 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/ef/52/41ee1f1557873b22ddc5a6da184bee37f4a04d488070eb917fac2e06f6f6/plateflo-0.1.1-py3-none-any.whl#sha256=60294ee76bb6d388471928be628154fc373b3dd5de91e3ca2a262c153cbc5422 (from https://pypi.org/simple/plateflo/) (requires-python:>=3.8) 2021-02-05T13:05:14,086 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/3b/26/43464888de38d3f654ac1062e1f7333719f2cf165c96de1515770050e111/plateflo-0.1.1.tar.gz#sha256=9b0691707a4217e4b4665f340d9b4bb2008ac6d0bcf64a5b4c29da80dd6e5a7a (from https://pypi.org/simple/plateflo/) (requires-python:>=3.8) 2021-02-05T13:05:14,087 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/ad/e3/4fda8d4fad6dd72d855ba561eaa2ffeb2839bc1039694d6ebfb2de7c4e55/plateflo-0.2.0-py3-none-any.whl#sha256=09f97127925d583312ab340c79c1922e2f84018eb129870c295bb55e0394385d (from https://pypi.org/simple/plateflo/) (requires-python:>=3.8) 2021-02-05T13:05:14,088 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/56/83/ab0394894752a5bf08359dcbe5249be03dd0472d8951c286a55fd52a9079/plateflo-0.2.0.tar.gz#sha256=4c42335e3c8025d6bdbb39fbdd6a0377e10023968084238cb6b81ee8b22bab1a (from https://pypi.org/simple/plateflo/) (requires-python:>=3.8) 2021-02-05T13:05:14,088 Given no hashes to check 0 links for project 'plateflo': discarding no candidates 2021-02-05T13:05:14,088 ERROR: Could not find a version that satisfies the requirement plateflo==0.2.0 2021-02-05T13:05:14,089 ERROR: No matching distribution found for plateflo==0.2.0 2021-02-05T13:05:14,089 Exception information: 2021-02-05T13:05:14,089 Traceback (most recent call last): 2021-02-05T13:05:14,089 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-02-05T13:05:14,089 crit = self.state.criteria[name] 2021-02-05T13:05:14,089 KeyError: 'plateflo' 2021-02-05T13:05:14,089 2021-02-05T13:05:14,089 During handling of the above exception, another exception occurred: 2021-02-05T13:05:14,089 2021-02-05T13:05:14,089 Traceback (most recent call last): 2021-02-05T13:05:14,089 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-02-05T13:05:14,089 name, crit = self._merge_into_criterion(r, parent=None) 2021-02-05T13:05:14,089 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-02-05T13:05:14,089 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-02-05T13:05:14,089 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-02-05T13:05:14,089 raise RequirementsConflicted(criterion) 2021-02-05T13:05:14,089 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('plateflo==0.2.0') 2021-02-05T13:05:14,089 2021-02-05T13:05:14,089 During handling of the above exception, another exception occurred: 2021-02-05T13:05:14,089 2021-02-05T13:05:14,089 Traceback (most recent call last): 2021-02-05T13:05:14,089 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-02-05T13:05:14,089 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-02-05T13:05:14,089 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-02-05T13:05:14,089 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-02-05T13:05:14,089 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-02-05T13:05:14,089 raise ResolutionImpossible(e.criterion.information) 2021-02-05T13:05:14,089 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('plateflo==0.2.0'), parent=None)] 2021-02-05T13:05:14,089 2021-02-05T13:05:14,089 The above exception was the direct cause of the following exception: 2021-02-05T13:05:14,089 2021-02-05T13:05:14,089 Traceback (most recent call last): 2021-02-05T13:05:14,089 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-02-05T13:05:14,089 status = self.run(options, args) 2021-02-05T13:05:14,089 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-02-05T13:05:14,089 return func(self, options, args) 2021-02-05T13:05:14,089 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-02-05T13:05:14,089 reqs, check_supported_wheels=True 2021-02-05T13:05:14,089 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-02-05T13:05:14,089 six.raise_from(error, e) 2021-02-05T13:05:14,089 File "", line 3, in raise_from 2021-02-05T13:05:14,089 pip._internal.exceptions.DistributionNotFound: No matching distribution found for plateflo==0.2.0 2021-02-05T13:05:14,096 Removed build tracker: '/tmp/pip-req-tracker-5areyijp'