2021-03-19T16:49:37,156 Created temporary directory: /tmp/pip-ephem-wheel-cache-o3a8jgnf 2021-03-19T16:49:37,159 Created temporary directory: /tmp/pip-req-tracker-gx79ek45 2021-03-19T16:49:37,160 Initialized build tracking at /tmp/pip-req-tracker-gx79ek45 2021-03-19T16:49:37,160 Created build tracker: /tmp/pip-req-tracker-gx79ek45 2021-03-19T16:49:37,160 Entered build tracker: /tmp/pip-req-tracker-gx79ek45 2021-03-19T16:49:37,161 Created temporary directory: /tmp/pip-wheel-py8g5kcj 2021-03-19T16:49:37,190 1 location(s) to search for versions of rummikubconsole: 2021-03-19T16:49:37,190 * https://pypi.org/simple/rummikubconsole/ 2021-03-19T16:49:37,191 Fetching project page and analyzing links: https://pypi.org/simple/rummikubconsole/ 2021-03-19T16:49:37,191 Getting page https://pypi.org/simple/rummikubconsole/ 2021-03-19T16:49:37,193 Found index url https://pypi.org/simple 2021-03-19T16:49:37,296 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/7e/32/31904cc6a975054f3ede39515a2851aa36f1b08570bf4abb7ffc60f9960b/RummikubConsole-1.0.0b1-py2.py3-none-any.whl#sha256=4bfb78e2d4ad6fb0fe82fbde544bf7b6d4d29cb6afd45a1422565ae886262a0d (from https://pypi.org/simple/rummikubconsole/) (requires-python:>=3.8) 2021-03-19T16:49:37,297 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/a5/8f/dce1b309d4165bd9f92dc29c2c322efcde696ce3c86e11fbc448495e3838/RummikubConsole-1.0.0b1.tar.gz#sha256=621f6b12c49bf7bf56d0068eb38bf369b81d9a16ea186f6b595821b4f6d9c033 (from https://pypi.org/simple/rummikubconsole/) (requires-python:>=3.8) 2021-03-19T16:49:37,297 Given no hashes to check 0 links for project 'rummikubconsole': discarding no candidates 2021-03-19T16:49:37,298 ERROR: Could not find a version that satisfies the requirement rummikubconsole==1.0.0b1 2021-03-19T16:49:37,298 ERROR: No matching distribution found for rummikubconsole==1.0.0b1 2021-03-19T16:49:37,298 Exception information: 2021-03-19T16:49:37,298 Traceback (most recent call last): 2021-03-19T16:49:37,298 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-19T16:49:37,298 crit = self.state.criteria[name] 2021-03-19T16:49:37,298 KeyError: 'rummikubconsole' 2021-03-19T16:49:37,298 2021-03-19T16:49:37,298 During handling of the above exception, another exception occurred: 2021-03-19T16:49:37,298 2021-03-19T16:49:37,298 Traceback (most recent call last): 2021-03-19T16:49:37,298 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-19T16:49:37,298 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-19T16:49:37,298 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-19T16:49:37,298 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-19T16:49:37,298 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-19T16:49:37,298 raise RequirementsConflicted(criterion) 2021-03-19T16:49:37,298 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('rummikubconsole==1.0.0b1') 2021-03-19T16:49:37,298 2021-03-19T16:49:37,298 During handling of the above exception, another exception occurred: 2021-03-19T16:49:37,298 2021-03-19T16:49:37,298 Traceback (most recent call last): 2021-03-19T16:49:37,298 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-19T16:49:37,298 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-19T16:49:37,298 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-19T16:49:37,298 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-19T16:49:37,298 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-19T16:49:37,298 raise ResolutionImpossible(e.criterion.information) 2021-03-19T16:49:37,298 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('rummikubconsole==1.0.0b1'), parent=None)] 2021-03-19T16:49:37,298 2021-03-19T16:49:37,298 The above exception was the direct cause of the following exception: 2021-03-19T16:49:37,298 2021-03-19T16:49:37,298 Traceback (most recent call last): 2021-03-19T16:49:37,298 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-19T16:49:37,298 status = self.run(options, args) 2021-03-19T16:49:37,298 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-19T16:49:37,298 return func(self, options, args) 2021-03-19T16:49:37,298 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-19T16:49:37,298 reqs, check_supported_wheels=True 2021-03-19T16:49:37,298 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-19T16:49:37,298 six.raise_from(error, e) 2021-03-19T16:49:37,298 File "", line 3, in raise_from 2021-03-19T16:49:37,298 pip._internal.exceptions.DistributionNotFound: No matching distribution found for rummikubconsole==1.0.0b1 2021-03-19T16:49:37,303 Removed build tracker: '/tmp/pip-req-tracker-gx79ek45'