2021-04-23T00:26:54,828 Created temporary directory: /tmp/pip-ephem-wheel-cache-gkllelj1 2021-04-23T00:26:54,831 Created temporary directory: /tmp/pip-req-tracker-11z7ggbw 2021-04-23T00:26:54,832 Initialized build tracking at /tmp/pip-req-tracker-11z7ggbw 2021-04-23T00:26:54,832 Created build tracker: /tmp/pip-req-tracker-11z7ggbw 2021-04-23T00:26:54,832 Entered build tracker: /tmp/pip-req-tracker-11z7ggbw 2021-04-23T00:26:54,833 Created temporary directory: /tmp/pip-wheel-9jvk1y_1 2021-04-23T00:26:54,859 1 location(s) to search for versions of s3-tool: 2021-04-23T00:26:54,859 * https://pypi.org/simple/s3-tool/ 2021-04-23T00:26:54,860 Fetching project page and analyzing links: https://pypi.org/simple/s3-tool/ 2021-04-23T00:26:54,860 Getting page https://pypi.org/simple/s3-tool/ 2021-04-23T00:26:54,862 Found index url https://pypi.org/simple 2021-04-23T00:26:54,863 Getting credentials from keyring for https://pypi.org/simple 2021-04-23T00:26:55,202 Loading KWallet 2021-04-23T00:26:55,226 Loading SecretService 2021-04-23T00:26:55,272 Loading Windows 2021-04-23T00:26:55,275 Loading chainer 2021-04-23T00:26:55,276 Loading macOS 2021-04-23T00:26:55,279 Loading Gnome 2021-04-23T00:26:55,320 Loading Google 2021-04-23T00:26:55,324 Loading Windows (alt) 2021-04-23T00:26:55,329 Loading file 2021-04-23T00:26:55,331 Loading keyczar 2021-04-23T00:26:55,331 Loading multi 2021-04-23T00:26:55,332 Loading pyfs 2021-04-23T00:26:55,369 Getting credentials from keyring for pypi.org 2021-04-23T00:26:55,458 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/f5/73/de71dcaaae2f6c540fadef3116d65f5417dedd523ab779e10997d020ffa2/s3-tool-0.3.0.tar.gz#sha256=b015a5ead744bc13e3142081f24de1d1818de05601c23e3932f9884283268666 (from https://pypi.org/simple/s3-tool/) (requires-python:>=3.8,<4.0) 2021-04-23T00:26:55,472 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/00/10/b4cad1a46d869a714bc1325748aa8e2664e343326f260d3d663db51bebe6/s3_tool-0.3.0-py3-none-any.whl#sha256=a0208f6232bdaa4289396e1fc1940869633a5ffaab3f96787ae09b783a4dcbc7 (from https://pypi.org/simple/s3-tool/) (requires-python:>=3.8,<4.0) 2021-04-23T00:26:55,473 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/f8/18/16543a6bf4031be0c5178ac10f10c3846c2fdb709f79894fddc2b1c09001/s3-tool-0.3.1.tar.gz#sha256=c060aeaa89a781d8e8ef17f2bab3d11ad0973f402dc869208936fd53334c56e1 (from https://pypi.org/simple/s3-tool/) (requires-python:>=3.8,<4.0) 2021-04-23T00:26:55,473 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/fb/27/5441c47e866e5b461bf0965c2285bf787e81de276709f1292b8214a34293/s3_tool-0.3.1-py3-none-any.whl#sha256=88525ea8486fc127b9a5075d367cbce11127e748c5cb785a2308f9d0075dabe0 (from https://pypi.org/simple/s3-tool/) (requires-python:>=3.8,<4.0) 2021-04-23T00:26:55,474 Given no hashes to check 0 links for project 's3-tool': discarding no candidates 2021-04-23T00:26:55,474 ERROR: Could not find a version that satisfies the requirement s3-tool==0.3.1 2021-04-23T00:26:55,474 ERROR: No matching distribution found for s3-tool==0.3.1 2021-04-23T00:26:55,475 Exception information: 2021-04-23T00:26:55,475 Traceback (most recent call last): 2021-04-23T00:26:55,475 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-04-23T00:26:55,475 crit = self.state.criteria[name] 2021-04-23T00:26:55,475 KeyError: 's3-tool' 2021-04-23T00:26:55,475 2021-04-23T00:26:55,475 During handling of the above exception, another exception occurred: 2021-04-23T00:26:55,475 2021-04-23T00:26:55,475 Traceback (most recent call last): 2021-04-23T00:26:55,475 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-04-23T00:26:55,475 name, crit = self._merge_into_criterion(r, parent=None) 2021-04-23T00:26:55,475 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-04-23T00:26:55,475 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-04-23T00:26:55,475 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-04-23T00:26:55,475 raise RequirementsConflicted(criterion) 2021-04-23T00:26:55,475 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('s3-tool==0.3.1') 2021-04-23T00:26:55,475 2021-04-23T00:26:55,475 During handling of the above exception, another exception occurred: 2021-04-23T00:26:55,475 2021-04-23T00:26:55,475 Traceback (most recent call last): 2021-04-23T00:26:55,475 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-04-23T00:26:55,475 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-04-23T00:26:55,475 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-04-23T00:26:55,475 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-04-23T00:26:55,475 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-04-23T00:26:55,475 raise ResolutionImpossible(e.criterion.information) 2021-04-23T00:26:55,475 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('s3-tool==0.3.1'), parent=None)] 2021-04-23T00:26:55,475 2021-04-23T00:26:55,475 The above exception was the direct cause of the following exception: 2021-04-23T00:26:55,475 2021-04-23T00:26:55,475 Traceback (most recent call last): 2021-04-23T00:26:55,475 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-04-23T00:26:55,475 status = self.run(options, args) 2021-04-23T00:26:55,475 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-04-23T00:26:55,475 return func(self, options, args) 2021-04-23T00:26:55,475 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-04-23T00:26:55,475 reqs, check_supported_wheels=True 2021-04-23T00:26:55,475 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-04-23T00:26:55,475 six.raise_from(error, e) 2021-04-23T00:26:55,475 File "", line 3, in raise_from 2021-04-23T00:26:55,475 pip._internal.exceptions.DistributionNotFound: No matching distribution found for s3-tool==0.3.1 2021-04-23T00:26:55,479 Removed build tracker: '/tmp/pip-req-tracker-11z7ggbw'