2023-08-01T18:21:27,711 Created temporary directory: /tmp/pip-build-tracker-j486ndj7 2023-08-01T18:21:27,714 Initialized build tracking at /tmp/pip-build-tracker-j486ndj7 2023-08-01T18:21:27,714 Created build tracker: /tmp/pip-build-tracker-j486ndj7 2023-08-01T18:21:27,715 Entered build tracker: /tmp/pip-build-tracker-j486ndj7 2023-08-01T18:21:27,716 Created temporary directory: /tmp/pip-wheel-htpff9et 2023-08-01T18:21:27,724 Created temporary directory: /tmp/pip-ephem-wheel-cache-a1p_4xx1 2023-08-01T18:21:27,781 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-08-01T18:21:27,788 2 location(s) to search for versions of ochat: 2023-08-01T18:21:27,788 * https://pypi.org/simple/ochat/ 2023-08-01T18:21:27,788 * https://www.piwheels.org/simple/ochat/ 2023-08-01T18:21:27,789 Fetching project page and analyzing links: https://pypi.org/simple/ochat/ 2023-08-01T18:21:27,790 Getting page https://pypi.org/simple/ochat/ 2023-08-01T18:21:27,795 Found index url https://pypi.org/simple/ 2023-08-01T18:21:27,982 Fetched page https://pypi.org/simple/ochat/ as application/vnd.pypi.simple.v1+json 2023-08-01T18:21:27,985 Skipping link: No binaries permitted for ochat: https://files.pythonhosted.org/packages/fe/b4/808ac7c8de6ce5f4bb096d0665754d353c268d50e8d1fc60c333fa9a3fa2/ochat-3.1.0-py3-none-any.whl (from https://pypi.org/simple/ochat/) (requires-python:>=3.8) 2023-08-01T18:21:27,987 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/c3/ff/7af1c9ee4ff64a55a6484f7bda69978c1f918e70eaa7a7bc0806b3c4fe78/ochat-3.1.0.tar.gz (from https://pypi.org/simple/ochat/) (requires-python:>=3.8) 2023-08-01T18:21:27,988 Skipping link: 3.1.0 Requires-Python >=3.8: https://files.pythonhosted.org/packages/c3/ff/7af1c9ee4ff64a55a6484f7bda69978c1f918e70eaa7a7bc0806b3c4fe78/ochat-3.1.0.tar.gz (from https://pypi.org/simple/ochat/) (requires-python:>=3.8) 2023-08-01T18:21:27,988 Skipping link: No binaries permitted for ochat: https://files.pythonhosted.org/packages/3e/01/089be44ecc8cc20388c8f4238c7c13e8822d43affe6bda4c6c28998a9c32/ochat-3.1.1-py3-none-any.whl (from https://pypi.org/simple/ochat/) (requires-python:>=3.8) 2023-08-01T18:21:27,990 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/72/f1/d9ef664c670b6333933632acbb1eb165a7e970be9572bb6cb740c333cd4a/ochat-3.1.1.tar.gz (from https://pypi.org/simple/ochat/) (requires-python:>=3.8) 2023-08-01T18:21:27,990 Skipping link: 3.1.1 Requires-Python >=3.8: https://files.pythonhosted.org/packages/72/f1/d9ef664c670b6333933632acbb1eb165a7e970be9572bb6cb740c333cd4a/ochat-3.1.1.tar.gz (from https://pypi.org/simple/ochat/) (requires-python:>=3.8) 2023-08-01T18:21:27,991 Fetching project page and analyzing links: https://www.piwheels.org/simple/ochat/ 2023-08-01T18:21:27,991 Getting page https://www.piwheels.org/simple/ochat/ 2023-08-01T18:21:27,993 Found index url https://www.piwheels.org/simple/ 2023-08-01T18:21:31,860 Fetched page https://www.piwheels.org/simple/ochat/ as text/html 2023-08-01T18:21:31,863 Skipping link: No binaries permitted for ochat: https://www.piwheels.org/simple/ochat/ochat-3.1.0-py3-none-any.whl#sha256=bb03bf5cf02d51e5590efb243ad814ab65184e83c240bb44237cfeff74a0bdeb (from https://www.piwheels.org/simple/ochat/) (requires-python:>=3.8) 2023-08-01T18:21:31,864 Skipping link: not a file: https://www.piwheels.org/simple/ochat/ 2023-08-01T18:21:31,864 Skipping link: not a file: https://pypi.org/simple/ochat/ 2023-08-01T18:21:31,895 Given no hashes to check 0 links for project 'ochat': discarding no candidates 2023-08-01T18:21:31,896 ERROR: Ignored the following versions that require a different python version: 3.1.0 Requires-Python >=3.8; 3.1.1 Requires-Python >=3.8 2023-08-01T18:21:31,899 ERROR: Could not find a version that satisfies the requirement ochat==3.1.1 (from versions: none) 2023-08-01T18:21:31,901 ERROR: No matching distribution found for ochat==3.1.1 2023-08-01T18:21:31,904 Exception information: 2023-08-01T18:21:31,904 Traceback (most recent call last): 2023-08-01T18:21:31,904 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-08-01T18:21:31,904 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-08-01T18:21:31,904 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-08-01T18:21:31,904 raise RequirementsConflicted(criterion) 2023-08-01T18:21:31,904 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ochat==3.1.1') 2023-08-01T18:21:31,904 2023-08-01T18:21:31,904 During handling of the above exception, another exception occurred: 2023-08-01T18:21:31,904 2023-08-01T18:21:31,904 Traceback (most recent call last): 2023-08-01T18:21:31,904 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-08-01T18:21:31,904 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-08-01T18:21:31,904 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-08-01T18:21:31,904 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-08-01T18:21:31,904 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-08-01T18:21:31,904 raise ResolutionImpossible(e.criterion.information) 2023-08-01T18:21:31,904 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ochat==3.1.1'), parent=None)] 2023-08-01T18:21:31,904 2023-08-01T18:21:31,904 The above exception was the direct cause of the following exception: 2023-08-01T18:21:31,904 2023-08-01T18:21:31,904 Traceback (most recent call last): 2023-08-01T18:21:31,904 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-08-01T18:21:31,904 status = run_func(*args) 2023-08-01T18:21:31,904 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-08-01T18:21:31,904 return func(self, options, args) 2023-08-01T18:21:31,904 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-08-01T18:21:31,904 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-08-01T18:21:31,904 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-08-01T18:21:31,904 raise error from e 2023-08-01T18:21:31,904 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ochat==3.1.1 2023-08-01T18:21:31,912 Removed build tracker: '/tmp/pip-build-tracker-j486ndj7'