2021-09-21T13:33:24,423 Created temporary directory: /tmp/pip-ephem-wheel-cache-h4xgrfha 2021-09-21T13:33:24,426 Created temporary directory: /tmp/pip-req-tracker-4oe9b9pe 2021-09-21T13:33:24,427 Initialized build tracking at /tmp/pip-req-tracker-4oe9b9pe 2021-09-21T13:33:24,427 Created build tracker: /tmp/pip-req-tracker-4oe9b9pe 2021-09-21T13:33:24,427 Entered build tracker: /tmp/pip-req-tracker-4oe9b9pe 2021-09-21T13:33:24,428 Created temporary directory: /tmp/pip-wheel-1gobem05 2021-09-21T13:33:24,460 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-09-21T13:33:24,462 2 location(s) to search for versions of cobblr: 2021-09-21T13:33:24,462 * https://pypi.org/simple/cobblr/ 2021-09-21T13:33:24,462 * https://www.piwheels.org/simple/cobblr/ 2021-09-21T13:33:24,463 Fetching project page and analyzing links: https://pypi.org/simple/cobblr/ 2021-09-21T13:33:24,464 Getting page https://pypi.org/simple/cobblr/ 2021-09-21T13:33:24,465 Found index url https://pypi.org/simple 2021-09-21T13:33:24,556 Skipping link: No binaries permitted for cobblr: https://files.pythonhosted.org/packages/ef/04/82dfe72b9820af16eb586a7f71585b3d36558b375b8676556318005d28a2/cobblr-0.0.1-py3-none-any.whl#sha256=c216c025b16bbd3c6833060e394995b621092fbdb3f986cfa3d4443555330a72 (from https://pypi.org/simple/cobblr/) (requires-python:>=3.9) 2021-09-21T13:33:24,557 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/28/5a/8ccfec84ad6cb3ef0c7c8d07a35eec32b3ba0626ebad8341dedfffeadd29/cobblr-0.0.1.tar.gz#sha256=5635e343e632f7dc96af5eb46112d370f4867067754a774f3bd542cf20db5fe0 (from https://pypi.org/simple/cobblr/) (requires-python:>=3.9) 2021-09-21T13:33:24,557 Fetching project page and analyzing links: https://www.piwheels.org/simple/cobblr/ 2021-09-21T13:33:24,557 Getting page https://www.piwheels.org/simple/cobblr/ 2021-09-21T13:33:24,558 Found index url https://www.piwheels.org/simple 2021-09-21T13:33:24,686 Skipping link: not a file: https://www.piwheels.org/simple/cobblr/ 2021-09-21T13:33:24,686 Skipping link: not a file: https://pypi.org/simple/cobblr/ 2021-09-21T13:33:24,703 Given no hashes to check 0 links for project 'cobblr': discarding no candidates 2021-09-21T13:33:24,703 ERROR: Could not find a version that satisfies the requirement cobblr==0.0.1 (from versions: none) 2021-09-21T13:33:24,704 ERROR: No matching distribution found for cobblr==0.0.1 2021-09-21T13:33:24,704 Exception information: 2021-09-21T13:33:24,704 Traceback (most recent call last): 2021-09-21T13:33:24,704 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-09-21T13:33:24,704 name, crit = self._merge_into_criterion(r, parent=None) 2021-09-21T13:33:24,704 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-09-21T13:33:24,704 raise RequirementsConflicted(criterion) 2021-09-21T13:33:24,704 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cobblr==0.0.1') 2021-09-21T13:33:24,704 2021-09-21T13:33:24,704 During handling of the above exception, another exception occurred: 2021-09-21T13:33:24,704 2021-09-21T13:33:24,704 Traceback (most recent call last): 2021-09-21T13:33:24,704 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-09-21T13:33:24,704 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-09-21T13:33:24,704 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-09-21T13:33:24,704 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-09-21T13:33:24,704 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-09-21T13:33:24,704 raise ResolutionImpossible(e.criterion.information) 2021-09-21T13:33:24,704 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cobblr==0.0.1'), parent=None)] 2021-09-21T13:33:24,704 2021-09-21T13:33:24,704 The above exception was the direct cause of the following exception: 2021-09-21T13:33:24,704 2021-09-21T13:33:24,704 Traceback (most recent call last): 2021-09-21T13:33:24,704 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-09-21T13:33:24,704 status = self.run(options, args) 2021-09-21T13:33:24,704 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-09-21T13:33:24,704 return func(self, options, args) 2021-09-21T13:33:24,704 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-09-21T13:33:24,704 reqs, check_supported_wheels=True 2021-09-21T13:33:24,704 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-09-21T13:33:24,704 raise error from e 2021-09-21T13:33:24,704 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cobblr==0.0.1 2021-09-21T13:33:24,708 Removed build tracker: '/tmp/pip-req-tracker-4oe9b9pe'