2021-03-15T20:32:41,002 Created temporary directory: /tmp/pip-ephem-wheel-cache-d23t2n11 2021-03-15T20:32:41,005 Created temporary directory: /tmp/pip-req-tracker-fxh70hls 2021-03-15T20:32:41,005 Initialized build tracking at /tmp/pip-req-tracker-fxh70hls 2021-03-15T20:32:41,006 Created build tracker: /tmp/pip-req-tracker-fxh70hls 2021-03-15T20:32:41,006 Entered build tracker: /tmp/pip-req-tracker-fxh70hls 2021-03-15T20:32:41,006 Created temporary directory: /tmp/pip-wheel-njx7u8ng 2021-03-15T20:32:41,035 1 location(s) to search for versions of dicomrtai: 2021-03-15T20:32:41,035 * https://pypi.org/simple/dicomrtai/ 2021-03-15T20:32:41,036 Fetching project page and analyzing links: https://pypi.org/simple/dicomrtai/ 2021-03-15T20:32:41,036 Getting page https://pypi.org/simple/dicomrtai/ 2021-03-15T20:32:41,038 Found index url https://pypi.org/simple 2021-03-15T20:32:41,141 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/af/91/0b5f0f5a98b9ec5dce768ef4fc5e1d0e55ce05dbfe55d4f5dca04f3e6004/dicomrtai-0.1.0-py3-none-any.whl#sha256=d86fa6c1dc61ee40eaf7f8ea028b2ca1ef6019c59a48db36c49f1586c7c087ce (from https://pypi.org/simple/dicomrtai/) (requires-python:>=3.8,<4.0) 2021-03-15T20:32:41,142 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/d7/9b/a515cff6e14e3311f943c034372d0fac35e68b2744256cf913c33cb0ca96/dicomrtai-0.1.0.tar.gz#sha256=1cf732f6871bebecc15ed4ee5b9ea18e0a32348607a945dcdce6fd7a15ab27e0 (from https://pypi.org/simple/dicomrtai/) (requires-python:>=3.8,<4.0) 2021-03-15T20:32:41,143 Given no hashes to check 0 links for project 'dicomrtai': discarding no candidates 2021-03-15T20:32:41,143 ERROR: Could not find a version that satisfies the requirement dicomrtai==0.1.0 2021-03-15T20:32:41,143 ERROR: No matching distribution found for dicomrtai==0.1.0 2021-03-15T20:32:41,144 Exception information: 2021-03-15T20:32:41,144 Traceback (most recent call last): 2021-03-15T20:32:41,144 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-15T20:32:41,144 crit = self.state.criteria[name] 2021-03-15T20:32:41,144 KeyError: 'dicomrtai' 2021-03-15T20:32:41,144 2021-03-15T20:32:41,144 During handling of the above exception, another exception occurred: 2021-03-15T20:32:41,144 2021-03-15T20:32:41,144 Traceback (most recent call last): 2021-03-15T20:32:41,144 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-15T20:32:41,144 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-15T20:32:41,144 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-15T20:32:41,144 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-15T20:32:41,144 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-15T20:32:41,144 raise RequirementsConflicted(criterion) 2021-03-15T20:32:41,144 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('dicomrtai==0.1.0') 2021-03-15T20:32:41,144 2021-03-15T20:32:41,144 During handling of the above exception, another exception occurred: 2021-03-15T20:32:41,144 2021-03-15T20:32:41,144 Traceback (most recent call last): 2021-03-15T20:32:41,144 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-15T20:32:41,144 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-15T20:32:41,144 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-15T20:32:41,144 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-15T20:32:41,144 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-15T20:32:41,144 raise ResolutionImpossible(e.criterion.information) 2021-03-15T20:32:41,144 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('dicomrtai==0.1.0'), parent=None)] 2021-03-15T20:32:41,144 2021-03-15T20:32:41,144 The above exception was the direct cause of the following exception: 2021-03-15T20:32:41,144 2021-03-15T20:32:41,144 Traceback (most recent call last): 2021-03-15T20:32:41,144 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-15T20:32:41,144 status = self.run(options, args) 2021-03-15T20:32:41,144 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-15T20:32:41,144 return func(self, options, args) 2021-03-15T20:32:41,144 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-15T20:32:41,144 reqs, check_supported_wheels=True 2021-03-15T20:32:41,144 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-15T20:32:41,144 six.raise_from(error, e) 2021-03-15T20:32:41,144 File "", line 3, in raise_from 2021-03-15T20:32:41,144 pip._internal.exceptions.DistributionNotFound: No matching distribution found for dicomrtai==0.1.0 2021-03-15T20:32:41,148 Removed build tracker: '/tmp/pip-req-tracker-fxh70hls'