2021-02-15T19:03:28,953 Created temporary directory: /tmp/pip-ephem-wheel-cache-cmw4mefr 2021-02-15T19:03:28,956 Created temporary directory: /tmp/pip-req-tracker-p6bbcmou 2021-02-15T19:03:28,957 Initialized build tracking at /tmp/pip-req-tracker-p6bbcmou 2021-02-15T19:03:28,957 Created build tracker: /tmp/pip-req-tracker-p6bbcmou 2021-02-15T19:03:28,957 Entered build tracker: /tmp/pip-req-tracker-p6bbcmou 2021-02-15T19:03:28,958 Created temporary directory: /tmp/pip-wheel-04h_o1og 2021-02-15T19:03:28,990 1 location(s) to search for versions of outcome-stubs: 2021-02-15T19:03:28,990 * https://pypi.org/simple/outcome-stubs/ 2021-02-15T19:03:28,991 Fetching project page and analyzing links: https://pypi.org/simple/outcome-stubs/ 2021-02-15T19:03:28,991 Getting page https://pypi.org/simple/outcome-stubs/ 2021-02-15T19:03:28,993 Found index url https://pypi.org/simple 2021-02-15T19:03:29,082 Link requires a different Python (3.7.3 not in: '>=3.8.6,<3.9.0'): https://files.pythonhosted.org/packages/eb/37/6000e5de308d47225cba589e1eb3325e865ea818cc9e47317267dab5d2dc/outcome-stubs-0.2.0.tar.gz#sha256=ba9572de7c420a511e50d15f485fa7936b8e04e1a954cbb4602f519ee8c0418d (from https://pypi.org/simple/outcome-stubs/) (requires-python:>=3.8.6,<3.9.0) 2021-02-15T19:03:29,094 Link requires a different Python (3.7.3 not in: '>=3.8.6,<3.9.0'): https://files.pythonhosted.org/packages/4b/35/8039233586a131f396cf3e2baba5cfe9d914f208e65899b214ad0142049e/outcome_stubs-0.2.0-py3-none-any.whl#sha256=48176acf2b62741b2b947a6bf83bb2f4eed3da8edfa233722d6d8f227acf68e6 (from https://pypi.org/simple/outcome-stubs/) (requires-python:>=3.8.6,<3.9.0) 2021-02-15T19:03:29,095 Link requires a different Python (3.7.3 not in: '>=3.8.6,<4.0.0'): https://files.pythonhosted.org/packages/84/51/408854704e65f2e28768e491f49ad9e70c2692d7497cc6cc4e746198be80/outcome-stubs-0.3.0.tar.gz#sha256=8d6fb8ad01190cd913a49264d75f8abe167fe77a4de59dc131c69bb8f5924f25 (from https://pypi.org/simple/outcome-stubs/) (requires-python:>=3.8.6,<4.0.0) 2021-02-15T19:03:29,096 Link requires a different Python (3.7.3 not in: '>=3.8.6,<4.0.0'): https://files.pythonhosted.org/packages/68/27/2f7e3fb0d769e6ce5881af9bc269e774c0ae2b06d172985edc5c1e1fcb23/outcome_stubs-0.3.0-py3-none-any.whl#sha256=051cc29fe4288f01b4407b5ec87c19a1a1041ff79b18d860d209e9313f2dee7d (from https://pypi.org/simple/outcome-stubs/) (requires-python:>=3.8.6,<4.0.0) 2021-02-15T19:03:29,096 Given no hashes to check 0 links for project 'outcome-stubs': discarding no candidates 2021-02-15T19:03:29,096 ERROR: Could not find a version that satisfies the requirement outcome-stubs==0.3.0 2021-02-15T19:03:29,097 ERROR: No matching distribution found for outcome-stubs==0.3.0 2021-02-15T19:03:29,097 Exception information: 2021-02-15T19:03:29,097 Traceback (most recent call last): 2021-02-15T19:03:29,097 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-02-15T19:03:29,097 crit = self.state.criteria[name] 2021-02-15T19:03:29,097 KeyError: 'outcome-stubs' 2021-02-15T19:03:29,097 2021-02-15T19:03:29,097 During handling of the above exception, another exception occurred: 2021-02-15T19:03:29,097 2021-02-15T19:03:29,097 Traceback (most recent call last): 2021-02-15T19:03:29,097 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-02-15T19:03:29,097 name, crit = self._merge_into_criterion(r, parent=None) 2021-02-15T19:03:29,097 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-02-15T19:03:29,097 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-02-15T19:03:29,097 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-02-15T19:03:29,097 raise RequirementsConflicted(criterion) 2021-02-15T19:03:29,097 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('outcome-stubs==0.3.0') 2021-02-15T19:03:29,097 2021-02-15T19:03:29,097 During handling of the above exception, another exception occurred: 2021-02-15T19:03:29,097 2021-02-15T19:03:29,097 Traceback (most recent call last): 2021-02-15T19:03:29,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-02-15T19:03:29,097 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-02-15T19:03:29,097 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-02-15T19:03:29,097 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-02-15T19:03:29,097 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-02-15T19:03:29,097 raise ResolutionImpossible(e.criterion.information) 2021-02-15T19:03:29,097 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('outcome-stubs==0.3.0'), parent=None)] 2021-02-15T19:03:29,097 2021-02-15T19:03:29,097 The above exception was the direct cause of the following exception: 2021-02-15T19:03:29,097 2021-02-15T19:03:29,097 Traceback (most recent call last): 2021-02-15T19:03:29,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-02-15T19:03:29,097 status = self.run(options, args) 2021-02-15T19:03:29,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-02-15T19:03:29,097 return func(self, options, args) 2021-02-15T19:03:29,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-02-15T19:03:29,097 reqs, check_supported_wheels=True 2021-02-15T19:03:29,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-02-15T19:03:29,097 six.raise_from(error, e) 2021-02-15T19:03:29,097 File "", line 3, in raise_from 2021-02-15T19:03:29,097 pip._internal.exceptions.DistributionNotFound: No matching distribution found for outcome-stubs==0.3.0 2021-02-15T19:03:29,101 Removed build tracker: '/tmp/pip-req-tracker-p6bbcmou'