2021-06-30T19:25:45,590 Created temporary directory: /tmp/pip-ephem-wheel-cache-k3_1wpjz 2021-06-30T19:25:45,593 Created temporary directory: /tmp/pip-req-tracker-w208i8fa 2021-06-30T19:25:45,593 Initialized build tracking at /tmp/pip-req-tracker-w208i8fa 2021-06-30T19:25:45,594 Created build tracker: /tmp/pip-req-tracker-w208i8fa 2021-06-30T19:25:45,594 Entered build tracker: /tmp/pip-req-tracker-w208i8fa 2021-06-30T19:25:45,594 Created temporary directory: /tmp/pip-wheel-o5n5xi7o 2021-06-30T19:25:45,627 1 location(s) to search for versions of sa11y: 2021-06-30T19:25:45,627 * https://pypi.org/simple/sa11y/ 2021-06-30T19:25:45,628 Fetching project page and analyzing links: https://pypi.org/simple/sa11y/ 2021-06-30T19:25:45,629 Getting page https://pypi.org/simple/sa11y/ 2021-06-30T19:25:45,630 Found index url https://pypi.org/simple 2021-06-30T19:25:45,731 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/a1/74/dca371f056cec3257bfe432a15e9e0029c60357b2adae5d798694214d1a3/sa11y-0.0.2-py3-none-any.whl#sha256=8eb8185fd7a968dce78bee4f58eedb57661594f93c727cbe6954765ea3c4ad78 (from https://pypi.org/simple/sa11y/) (requires-python:>=3.8,<4.0) 2021-06-30T19:25:45,732 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/7b/ba/2aa3340fe3cf611afce7e59f0ff1df627e84de3fa495d1434687292247ff/sa11y-0.0.2.tar.gz#sha256=acd6a865a2f7e0add75a0225f31d6ef7ec7667f5394064e52bcf213ab5187ba3 (from https://pypi.org/simple/sa11y/) (requires-python:>=3.8,<4.0) 2021-06-30T19:25:45,732 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/14/a9/f70d40742806ebc014956b7e06a93f7d4341d296e2d827e0d75861a41009/sa11y-0.0.3-py3-none-any.whl#sha256=e6058c5463dc26e653b523315c724b402cce728b74b3fb02400ab4dd239699f6 (from https://pypi.org/simple/sa11y/) (requires-python:>=3.8,<4.0) 2021-06-30T19:25:45,733 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/34/82/4aae39ad21550ae0acc8870086cf0ac42c454b6047e905952b343db03255/sa11y-0.0.3.tar.gz#sha256=b81f6f3c5e18f3d0abf83d0d2a146b5be64c70c7455944dd7e8583a367080b06 (from https://pypi.org/simple/sa11y/) (requires-python:>=3.8,<4.0) 2021-06-30T19:25:45,733 Found link https://files.pythonhosted.org/packages/7f/ca/29cb70f4f6779dd849ab2343c47ee210a2af7365934975b3986dba3ae3a2/sa11y-0.1.tar.gz#sha256=23618d7fdee45c1170936396ca4f3de375f1fe5f31398262553fbaaf62e4b5a6 (from https://pypi.org/simple/sa11y/), version: 0.1 2021-06-30T19:25:45,734 Skipping link: not a file: https://pypi.org/simple/sa11y/ 2021-06-30T19:25:45,734 Given no hashes to check 0 links for project 'sa11y': discarding no candidates 2021-06-30T19:25:45,735 ERROR: Could not find a version that satisfies the requirement sa11y==0.0.2 (from versions: 0.1) 2021-06-30T19:25:45,735 ERROR: No matching distribution found for sa11y==0.0.2 2021-06-30T19:25:45,735 Exception information: 2021-06-30T19:25:45,735 Traceback (most recent call last): 2021-06-30T19:25:45,735 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-06-30T19:25:45,735 name, crit = self._merge_into_criterion(r, parent=None) 2021-06-30T19:25:45,735 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-06-30T19:25:45,735 raise RequirementsConflicted(criterion) 2021-06-30T19:25:45,735 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sa11y==0.0.2') 2021-06-30T19:25:45,735 2021-06-30T19:25:45,735 During handling of the above exception, another exception occurred: 2021-06-30T19:25:45,735 2021-06-30T19:25:45,735 Traceback (most recent call last): 2021-06-30T19:25:45,735 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-06-30T19:25:45,735 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-06-30T19:25:45,735 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-06-30T19:25:45,735 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-06-30T19:25:45,735 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-06-30T19:25:45,735 raise ResolutionImpossible(e.criterion.information) 2021-06-30T19:25:45,735 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sa11y==0.0.2'), parent=None)] 2021-06-30T19:25:45,735 2021-06-30T19:25:45,735 The above exception was the direct cause of the following exception: 2021-06-30T19:25:45,735 2021-06-30T19:25:45,735 Traceback (most recent call last): 2021-06-30T19:25:45,735 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-06-30T19:25:45,735 status = self.run(options, args) 2021-06-30T19:25:45,735 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 204, in wrapper 2021-06-30T19:25:45,735 return func(self, options, args) 2021-06-30T19:25:45,735 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-06-30T19:25:45,735 reqs, check_supported_wheels=True 2021-06-30T19:25:45,735 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-06-30T19:25:45,735 raise error from e 2021-06-30T19:25:45,735 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sa11y==0.0.2 2021-06-30T19:25:45,739 Removed build tracker: '/tmp/pip-req-tracker-w208i8fa'