2021-04-22T02:22:06,649 Created temporary directory: /tmp/pip-ephem-wheel-cache-eud7nwnc 2021-04-22T02:22:06,652 Created temporary directory: /tmp/pip-req-tracker-lctpgrft 2021-04-22T02:22:06,653 Initialized build tracking at /tmp/pip-req-tracker-lctpgrft 2021-04-22T02:22:06,653 Created build tracker: /tmp/pip-req-tracker-lctpgrft 2021-04-22T02:22:06,653 Entered build tracker: /tmp/pip-req-tracker-lctpgrft 2021-04-22T02:22:06,654 Created temporary directory: /tmp/pip-wheel-efbsimc4 2021-04-22T02:22:06,688 1 location(s) to search for versions of cloudatlas: 2021-04-22T02:22:06,688 * https://pypi.org/simple/cloudatlas/ 2021-04-22T02:22:06,689 Fetching project page and analyzing links: https://pypi.org/simple/cloudatlas/ 2021-04-22T02:22:06,689 Getting page https://pypi.org/simple/cloudatlas/ 2021-04-22T02:22:06,691 Found index url https://pypi.org/simple 2021-04-22T02:22:06,693 Getting credentials from keyring for https://pypi.org/simple 2021-04-22T02:22:07,032 Loading KWallet 2021-04-22T02:22:07,062 Loading SecretService 2021-04-22T02:22:07,119 Loading Windows 2021-04-22T02:22:07,122 Loading chainer 2021-04-22T02:22:07,124 Loading macOS 2021-04-22T02:22:07,128 Loading Gnome 2021-04-22T02:22:07,176 Loading Google 2021-04-22T02:22:07,180 Loading Windows (alt) 2021-04-22T02:22:07,186 Loading file 2021-04-22T02:22:07,188 Loading keyczar 2021-04-22T02:22:07,188 Loading multi 2021-04-22T02:22:07,190 Loading pyfs 2021-04-22T02:22:07,240 Getting credentials from keyring for pypi.org 2021-04-22T02:22:07,432 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/77/bc/63f4101232b17603a449152571c606d614537efa7fd405a82147ef59ba96/CloudAtlas-0.0.5-py3-none-any.whl#sha256=8ebd6d79f2b1654a1e3c17206f733dd3a35ded5909aa418978975fd660cb24f6 (from https://pypi.org/simple/cloudatlas/) (requires-python:>=3.8,<4.0) 2021-04-22T02:22:07,433 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/81/b9/c403f387f91f2be68f43ec41a2c2edf378b16717b3879ee1870602245fd5/CloudAtlas-0.0.5.tar.gz#sha256=39f41eff1c6897ed60757454bec927b8f8a2d2d89e643f65f452d8450b576dfe (from https://pypi.org/simple/cloudatlas/) (requires-python:>=3.8,<4.0) 2021-04-22T02:22:07,433 Given no hashes to check 0 links for project 'cloudatlas': discarding no candidates 2021-04-22T02:22:07,433 ERROR: Could not find a version that satisfies the requirement cloudatlas==0.0.5 2021-04-22T02:22:07,434 ERROR: No matching distribution found for cloudatlas==0.0.5 2021-04-22T02:22:07,434 Exception information: 2021-04-22T02:22:07,434 Traceback (most recent call last): 2021-04-22T02:22:07,434 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-04-22T02:22:07,434 crit = self.state.criteria[name] 2021-04-22T02:22:07,434 KeyError: 'cloudatlas' 2021-04-22T02:22:07,434 2021-04-22T02:22:07,434 During handling of the above exception, another exception occurred: 2021-04-22T02:22:07,434 2021-04-22T02:22:07,434 Traceback (most recent call last): 2021-04-22T02:22:07,434 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-04-22T02:22:07,434 name, crit = self._merge_into_criterion(r, parent=None) 2021-04-22T02:22:07,434 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-04-22T02:22:07,434 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-04-22T02:22:07,434 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-04-22T02:22:07,434 raise RequirementsConflicted(criterion) 2021-04-22T02:22:07,434 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cloudatlas==0.0.5') 2021-04-22T02:22:07,434 2021-04-22T02:22:07,434 During handling of the above exception, another exception occurred: 2021-04-22T02:22:07,434 2021-04-22T02:22:07,434 Traceback (most recent call last): 2021-04-22T02:22:07,434 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-04-22T02:22:07,434 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-04-22T02:22:07,434 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-04-22T02:22:07,434 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-04-22T02:22:07,434 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-04-22T02:22:07,434 raise ResolutionImpossible(e.criterion.information) 2021-04-22T02:22:07,434 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cloudatlas==0.0.5'), parent=None)] 2021-04-22T02:22:07,434 2021-04-22T02:22:07,434 The above exception was the direct cause of the following exception: 2021-04-22T02:22:07,434 2021-04-22T02:22:07,434 Traceback (most recent call last): 2021-04-22T02:22:07,434 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-04-22T02:22:07,434 status = self.run(options, args) 2021-04-22T02:22:07,434 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-04-22T02:22:07,434 return func(self, options, args) 2021-04-22T02:22:07,434 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-04-22T02:22:07,434 reqs, check_supported_wheels=True 2021-04-22T02:22:07,434 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-04-22T02:22:07,434 six.raise_from(error, e) 2021-04-22T02:22:07,434 File "", line 3, in raise_from 2021-04-22T02:22:07,434 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cloudatlas==0.0.5 2021-04-22T02:22:07,439 Removed build tracker: '/tmp/pip-req-tracker-lctpgrft'