2021-03-24T21:21:15,258 Created temporary directory: /tmp/pip-ephem-wheel-cache-miofp1im 2021-03-24T21:21:15,260 Created temporary directory: /tmp/pip-req-tracker-z4nwumfl 2021-03-24T21:21:15,261 Initialized build tracking at /tmp/pip-req-tracker-z4nwumfl 2021-03-24T21:21:15,261 Created build tracker: /tmp/pip-req-tracker-z4nwumfl 2021-03-24T21:21:15,261 Entered build tracker: /tmp/pip-req-tracker-z4nwumfl 2021-03-24T21:21:15,262 Created temporary directory: /tmp/pip-wheel-3km326m3 2021-03-24T21:21:15,290 1 location(s) to search for versions of woss-contracts: 2021-03-24T21:21:15,290 * https://pypi.org/simple/woss-contracts/ 2021-03-24T21:21:15,291 Fetching project page and analyzing links: https://pypi.org/simple/woss-contracts/ 2021-03-24T21:21:15,291 Getting page https://pypi.org/simple/woss-contracts/ 2021-03-24T21:21:15,293 Found index url https://pypi.org/simple 2021-03-24T21:21:15,391 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/83/2e/0e0e5d7bd81af68c615ae51a4510ff60a8d8f87179970c668cd4dd0d2e4c/woss.contracts-0.0.1-py3-none-any.whl#sha256=ebb65e6424c5d5cb552359ab4785b7f5f082f9a5402038ed1f6ae30905bf7e82 (from https://pypi.org/simple/woss-contracts/) (requires-python:>=3.9,<4.0) 2021-03-24T21:21:15,392 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/a0/65/8b0879f906fe04a0f93c6710e7e4bdba25eb3569318e0c3bc1d2b11112be/woss.contracts-0.0.1.tar.gz#sha256=b1f0fed3ae97ae3a7a9c34b6a3e3a9e07db4cdec539a239547d4ba66f74979fb (from https://pypi.org/simple/woss-contracts/) (requires-python:>=3.9,<4.0) 2021-03-24T21:21:15,393 Given no hashes to check 0 links for project 'woss-contracts': discarding no candidates 2021-03-24T21:21:15,393 ERROR: Could not find a version that satisfies the requirement woss-contracts==0.0.1 2021-03-24T21:21:15,393 ERROR: No matching distribution found for woss-contracts==0.0.1 2021-03-24T21:21:15,394 Exception information: 2021-03-24T21:21:15,394 Traceback (most recent call last): 2021-03-24T21:21:15,394 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-24T21:21:15,394 crit = self.state.criteria[name] 2021-03-24T21:21:15,394 KeyError: 'woss-contracts' 2021-03-24T21:21:15,394 2021-03-24T21:21:15,394 During handling of the above exception, another exception occurred: 2021-03-24T21:21:15,394 2021-03-24T21:21:15,394 Traceback (most recent call last): 2021-03-24T21:21:15,394 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-24T21:21:15,394 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-24T21:21:15,394 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-24T21:21:15,394 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-24T21:21:15,394 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-24T21:21:15,394 raise RequirementsConflicted(criterion) 2021-03-24T21:21:15,394 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('woss-contracts==0.0.1') 2021-03-24T21:21:15,394 2021-03-24T21:21:15,394 During handling of the above exception, another exception occurred: 2021-03-24T21:21:15,394 2021-03-24T21:21:15,394 Traceback (most recent call last): 2021-03-24T21:21:15,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-24T21:21:15,394 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-24T21:21:15,394 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-24T21:21:15,394 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-24T21:21:15,394 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-24T21:21:15,394 raise ResolutionImpossible(e.criterion.information) 2021-03-24T21:21:15,394 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('woss-contracts==0.0.1'), parent=None)] 2021-03-24T21:21:15,394 2021-03-24T21:21:15,394 The above exception was the direct cause of the following exception: 2021-03-24T21:21:15,394 2021-03-24T21:21:15,394 Traceback (most recent call last): 2021-03-24T21:21:15,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-24T21:21:15,394 status = self.run(options, args) 2021-03-24T21:21:15,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-24T21:21:15,394 return func(self, options, args) 2021-03-24T21:21:15,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-24T21:21:15,394 reqs, check_supported_wheels=True 2021-03-24T21:21:15,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-24T21:21:15,394 six.raise_from(error, e) 2021-03-24T21:21:15,394 File "", line 3, in raise_from 2021-03-24T21:21:15,394 pip._internal.exceptions.DistributionNotFound: No matching distribution found for woss-contracts==0.0.1 2021-03-24T21:21:15,398 Removed build tracker: '/tmp/pip-req-tracker-z4nwumfl'