2021-04-11T16:26:37,015 Created temporary directory: /tmp/pip-ephem-wheel-cache-vsmyuxce 2021-04-11T16:26:37,018 Created temporary directory: /tmp/pip-req-tracker-cjbnez0d 2021-04-11T16:26:37,018 Initialized build tracking at /tmp/pip-req-tracker-cjbnez0d 2021-04-11T16:26:37,019 Created build tracker: /tmp/pip-req-tracker-cjbnez0d 2021-04-11T16:26:37,019 Entered build tracker: /tmp/pip-req-tracker-cjbnez0d 2021-04-11T16:26:37,019 Created temporary directory: /tmp/pip-wheel-o24hcsmv 2021-04-11T16:26:37,056 1 location(s) to search for versions of fastapi-di: 2021-04-11T16:26:37,056 * https://pypi.org/simple/fastapi-di/ 2021-04-11T16:26:37,056 Fetching project page and analyzing links: https://pypi.org/simple/fastapi-di/ 2021-04-11T16:26:37,057 Getting page https://pypi.org/simple/fastapi-di/ 2021-04-11T16:26:37,059 Found index url https://pypi.org/simple 2021-04-11T16:26:37,251 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/3a/aa/7f44bbadcf5591ff5e51aaaa7d2fdab8492d51f65f0a0735a696677e4e81/fastapi_di-0.0.1-py3-none-any.whl#sha256=bb23fb8cf1972fbed1590013a6eb7fed6ec6330746aa9130a88d9d35ee5e082e (from https://pypi.org/simple/fastapi-di/) (requires-python:>=3.8,<4.0) 2021-04-11T16:26:37,252 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/4d/2f/7f1d20c1d2b7a660126d67ba8e9c684117cced614774fadfd2b7b4923882/fastapi_di-0.0.1.tar.gz#sha256=b8bb267a5e8b3c668828d9e22cc54801e0219619c2844f1c1f9cb4f58384a1d9 (from https://pypi.org/simple/fastapi-di/) (requires-python:>=3.8,<4.0) 2021-04-11T16:26:37,252 Given no hashes to check 0 links for project 'fastapi-di': discarding no candidates 2021-04-11T16:26:37,252 ERROR: Could not find a version that satisfies the requirement fastapi-di==0.0.1 2021-04-11T16:26:37,253 ERROR: No matching distribution found for fastapi-di==0.0.1 2021-04-11T16:26:37,253 Exception information: 2021-04-11T16:26:37,253 Traceback (most recent call last): 2021-04-11T16:26:37,253 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-04-11T16:26:37,253 crit = self.state.criteria[name] 2021-04-11T16:26:37,253 KeyError: 'fastapi-di' 2021-04-11T16:26:37,253 2021-04-11T16:26:37,253 During handling of the above exception, another exception occurred: 2021-04-11T16:26:37,253 2021-04-11T16:26:37,253 Traceback (most recent call last): 2021-04-11T16:26:37,253 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-04-11T16:26:37,253 name, crit = self._merge_into_criterion(r, parent=None) 2021-04-11T16:26:37,253 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-04-11T16:26:37,253 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-04-11T16:26:37,253 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-04-11T16:26:37,253 raise RequirementsConflicted(criterion) 2021-04-11T16:26:37,253 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('fastapi-di==0.0.1') 2021-04-11T16:26:37,253 2021-04-11T16:26:37,253 During handling of the above exception, another exception occurred: 2021-04-11T16:26:37,253 2021-04-11T16:26:37,253 Traceback (most recent call last): 2021-04-11T16:26:37,253 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-04-11T16:26:37,253 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-04-11T16:26:37,253 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-04-11T16:26:37,253 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-04-11T16:26:37,253 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-04-11T16:26:37,253 raise ResolutionImpossible(e.criterion.information) 2021-04-11T16:26:37,253 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('fastapi-di==0.0.1'), parent=None)] 2021-04-11T16:26:37,253 2021-04-11T16:26:37,253 The above exception was the direct cause of the following exception: 2021-04-11T16:26:37,253 2021-04-11T16:26:37,253 Traceback (most recent call last): 2021-04-11T16:26:37,253 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-04-11T16:26:37,253 status = self.run(options, args) 2021-04-11T16:26:37,253 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-04-11T16:26:37,253 return func(self, options, args) 2021-04-11T16:26:37,253 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-04-11T16:26:37,253 reqs, check_supported_wheels=True 2021-04-11T16:26:37,253 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-04-11T16:26:37,253 six.raise_from(error, e) 2021-04-11T16:26:37,253 File "", line 3, in raise_from 2021-04-11T16:26:37,253 pip._internal.exceptions.DistributionNotFound: No matching distribution found for fastapi-di==0.0.1 2021-04-11T16:26:37,258 Removed build tracker: '/tmp/pip-req-tracker-cjbnez0d'