2023-05-24T18:18:30,994 Created temporary directory: /tmp/pip-build-tracker-_peldf5w 2023-05-24T18:18:30,996 Initialized build tracking at /tmp/pip-build-tracker-_peldf5w 2023-05-24T18:18:30,997 Created build tracker: /tmp/pip-build-tracker-_peldf5w 2023-05-24T18:18:30,997 Entered build tracker: /tmp/pip-build-tracker-_peldf5w 2023-05-24T18:18:30,998 Created temporary directory: /tmp/pip-wheel-lxj2k0p3 2023-05-24T18:18:31,007 Created temporary directory: /tmp/pip-ephem-wheel-cache-9hmkog84 2023-05-24T18:18:31,059 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-05-24T18:18:31,067 2 location(s) to search for versions of python-lsp-pyre: 2023-05-24T18:18:31,067 * https://pypi.org/simple/python-lsp-pyre/ 2023-05-24T18:18:31,067 * https://www.piwheels.org/simple/python-lsp-pyre/ 2023-05-24T18:18:31,068 Fetching project page and analyzing links: https://pypi.org/simple/python-lsp-pyre/ 2023-05-24T18:18:31,069 Getting page https://pypi.org/simple/python-lsp-pyre/ 2023-05-24T18:18:31,073 Found index url https://pypi.org/simple/ 2023-05-24T18:18:31,257 Fetched page https://pypi.org/simple/python-lsp-pyre/ as application/vnd.pypi.simple.v1+json 2023-05-24T18:18:31,260 Skipping link: No binaries permitted for python-lsp-pyre: https://files.pythonhosted.org/packages/5a/45/df04fdc900e4ca7afe8a5b0c8e15aaef3f457ae31d39182316c8af3e1416/python_lsp_pyre-0.1.1-py3-none-any.whl (from https://pypi.org/simple/python-lsp-pyre/) (requires-python:>=3.9,<4.0) 2023-05-24T18:18:31,262 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/ff/ca/5abbd3c0e69dd7048c88f784b4617a5632f58dcf1eb42632a39e780e5fa9/python_lsp_pyre-0.1.1.tar.gz (from https://pypi.org/simple/python-lsp-pyre/) (requires-python:>=3.9,<4.0) 2023-05-24T18:18:31,262 Skipping link: 0.1.1 Requires-Python >=3.9,<4.0: https://files.pythonhosted.org/packages/ff/ca/5abbd3c0e69dd7048c88f784b4617a5632f58dcf1eb42632a39e780e5fa9/python_lsp_pyre-0.1.1.tar.gz (from https://pypi.org/simple/python-lsp-pyre/) (requires-python:>=3.9,<4.0) 2023-05-24T18:18:31,263 Fetching project page and analyzing links: https://www.piwheels.org/simple/python-lsp-pyre/ 2023-05-24T18:18:31,264 Getting page https://www.piwheels.org/simple/python-lsp-pyre/ 2023-05-24T18:18:31,266 Found index url https://www.piwheels.org/simple/ 2023-05-24T18:18:31,500 Fetched page https://www.piwheels.org/simple/python-lsp-pyre/ as text/html 2023-05-24T18:18:31,502 Skipping link: not a file: https://www.piwheels.org/simple/python-lsp-pyre/ 2023-05-24T18:18:31,503 Skipping link: not a file: https://pypi.org/simple/python-lsp-pyre/ 2023-05-24T18:18:31,535 Given no hashes to check 0 links for project 'python-lsp-pyre': discarding no candidates 2023-05-24T18:18:31,536 ERROR: Ignored the following versions that require a different python version: 0.1.1 Requires-Python >=3.9,<4.0 2023-05-24T18:18:31,539 ERROR: Could not find a version that satisfies the requirement python-lsp-pyre==0.1.1 (from versions: none) 2023-05-24T18:18:31,541 ERROR: No matching distribution found for python-lsp-pyre==0.1.1 2023-05-24T18:18:31,543 Exception information: 2023-05-24T18:18:31,543 Traceback (most recent call last): 2023-05-24T18:18:31,543 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-05-24T18:18:31,543 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-05-24T18:18:31,543 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-05-24T18:18:31,543 raise RequirementsConflicted(criterion) 2023-05-24T18:18:31,543 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('python-lsp-pyre==0.1.1') 2023-05-24T18:18:31,543 2023-05-24T18:18:31,543 During handling of the above exception, another exception occurred: 2023-05-24T18:18:31,543 2023-05-24T18:18:31,543 Traceback (most recent call last): 2023-05-24T18:18:31,543 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-05-24T18:18:31,543 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-05-24T18:18:31,543 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-05-24T18:18:31,543 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-05-24T18:18:31,543 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-05-24T18:18:31,543 raise ResolutionImpossible(e.criterion.information) 2023-05-24T18:18:31,543 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('python-lsp-pyre==0.1.1'), parent=None)] 2023-05-24T18:18:31,543 2023-05-24T18:18:31,543 The above exception was the direct cause of the following exception: 2023-05-24T18:18:31,543 2023-05-24T18:18:31,543 Traceback (most recent call last): 2023-05-24T18:18:31,543 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-05-24T18:18:31,543 status = run_func(*args) 2023-05-24T18:18:31,543 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-05-24T18:18:31,543 return func(self, options, args) 2023-05-24T18:18:31,543 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-05-24T18:18:31,543 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-05-24T18:18:31,543 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-05-24T18:18:31,543 raise error from e 2023-05-24T18:18:31,543 pip._internal.exceptions.DistributionNotFound: No matching distribution found for python-lsp-pyre==0.1.1 2023-05-24T18:18:31,551 Removed build tracker: '/tmp/pip-build-tracker-_peldf5w'