2024-04-02T20:09:25,322 Created temporary directory: /tmp/pip-build-tracker-m9dls8wa 2024-04-02T20:09:25,326 Initialized build tracking at /tmp/pip-build-tracker-m9dls8wa 2024-04-02T20:09:25,327 Created build tracker: /tmp/pip-build-tracker-m9dls8wa 2024-04-02T20:09:25,327 Entered build tracker: /tmp/pip-build-tracker-m9dls8wa 2024-04-02T20:09:25,329 Created temporary directory: /tmp/pip-wheel-jwkpj38r 2024-04-02T20:09:25,339 Created temporary directory: /tmp/pip-ephem-wheel-cache-0zr85npi 2024-04-02T20:09:25,397 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-04-02T20:09:25,411 2 location(s) to search for versions of wm-topicgpt: 2024-04-02T20:09:25,411 * https://pypi.org/simple/wm-topicgpt/ 2024-04-02T20:09:25,411 * https://www.piwheels.org/simple/wm-topicgpt/ 2024-04-02T20:09:25,413 Fetching project page and analyzing links: https://pypi.org/simple/wm-topicgpt/ 2024-04-02T20:09:25,414 Getting page https://pypi.org/simple/wm-topicgpt/ 2024-04-02T20:09:25,417 Found index url https://pypi.org/simple/ 2024-04-02T20:09:25,530 Fetched page https://pypi.org/simple/wm-topicgpt/ as application/vnd.pypi.simple.v1+json 2024-04-02T20:09:25,534 Skipping link: No binaries permitted for wm-topicgpt: https://files.pythonhosted.org/packages/ee/76/27469993901095f87f237249e40a2d5f072069a1c6ba1fe43112e3af6444/wm_topicgpt-0.0.2-py3-none-any.whl (from https://pypi.org/simple/wm-topicgpt/) (requires-python:>=3.9) 2024-04-02T20:09:25,535 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/d0/47/a6963a17582596d5e0eaf58a9cf176f3937fbc5e6bedbf8642c0fe260132/wm_topicgpt-0.0.2.tar.gz (from https://pypi.org/simple/wm-topicgpt/) (requires-python:>=3.9) 2024-04-02T20:09:25,536 Skipping link: 0.0.2 Requires-Python >=3.9: https://files.pythonhosted.org/packages/d0/47/a6963a17582596d5e0eaf58a9cf176f3937fbc5e6bedbf8642c0fe260132/wm_topicgpt-0.0.2.tar.gz (from https://pypi.org/simple/wm-topicgpt/) (requires-python:>=3.9) 2024-04-02T20:09:25,536 Skipping link: No binaries permitted for wm-topicgpt: https://files.pythonhosted.org/packages/1e/5c/7b83a36959a3fe426a17bfc72efb16dd631adedc1e676321eb3bb0839e79/wm_topicgpt-0.0.3-py3-none-any.whl (from https://pypi.org/simple/wm-topicgpt/) (requires-python:>=3.9) 2024-04-02T20:09:25,537 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/b0/45/7df37e52211919e868b70765919576d4ef71543244bc7a4f971d1c14736e/wm_topicgpt-0.0.3.tar.gz (from https://pypi.org/simple/wm-topicgpt/) (requires-python:>=3.9) 2024-04-02T20:09:25,538 Skipping link: 0.0.3 Requires-Python >=3.9: https://files.pythonhosted.org/packages/b0/45/7df37e52211919e868b70765919576d4ef71543244bc7a4f971d1c14736e/wm_topicgpt-0.0.3.tar.gz (from https://pypi.org/simple/wm-topicgpt/) (requires-python:>=3.9) 2024-04-02T20:09:25,539 Fetching project page and analyzing links: https://www.piwheels.org/simple/wm-topicgpt/ 2024-04-02T20:09:25,539 Getting page https://www.piwheels.org/simple/wm-topicgpt/ 2024-04-02T20:09:25,541 Found index url https://www.piwheels.org/simple/ 2024-04-02T20:09:25,760 Fetched page https://www.piwheels.org/simple/wm-topicgpt/ as text/html 2024-04-02T20:09:25,762 Skipping link: not a file: https://www.piwheels.org/simple/wm-topicgpt/ 2024-04-02T20:09:25,762 Skipping link: not a file: https://pypi.org/simple/wm-topicgpt/ 2024-04-02T20:09:25,794 Given no hashes to check 0 links for project 'wm-topicgpt': discarding no candidates 2024-04-02T20:09:25,795 ERROR: Ignored the following versions that require a different python version: 0.0.2 Requires-Python >=3.9; 0.0.3 Requires-Python >=3.9 2024-04-02T20:09:25,798 ERROR: Could not find a version that satisfies the requirement wm-topicgpt==0.0.2 (from versions: none) 2024-04-02T20:09:25,800 ERROR: No matching distribution found for wm-topicgpt==0.0.2 2024-04-02T20:09:25,802 Exception information: 2024-04-02T20:09:25,802 Traceback (most recent call last): 2024-04-02T20:09:25,802 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-04-02T20:09:25,802 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-04-02T20:09:25,802 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-04-02T20:09:25,802 raise RequirementsConflicted(criterion) 2024-04-02T20:09:25,802 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('wm-topicgpt==0.0.2') 2024-04-02T20:09:25,802 2024-04-02T20:09:25,802 During handling of the above exception, another exception occurred: 2024-04-02T20:09:25,802 2024-04-02T20:09:25,802 Traceback (most recent call last): 2024-04-02T20:09:25,802 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2024-04-02T20:09:25,802 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2024-04-02T20:09:25,802 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-04-02T20:09:25,802 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-04-02T20:09:25,802 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-04-02T20:09:25,802 raise ResolutionImpossible(e.criterion.information) 2024-04-02T20:09:25,802 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('wm-topicgpt==0.0.2'), parent=None)] 2024-04-02T20:09:25,802 2024-04-02T20:09:25,802 The above exception was the direct cause of the following exception: 2024-04-02T20:09:25,802 2024-04-02T20:09:25,802 Traceback (most recent call last): 2024-04-02T20:09:25,802 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-04-02T20:09:25,802 status = run_func(*args) 2024-04-02T20:09:25,802 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-04-02T20:09:25,802 return func(self, options, args) 2024-04-02T20:09:25,802 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-04-02T20:09:25,802 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-04-02T20:09:25,802 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-04-02T20:09:25,802 raise error from e 2024-04-02T20:09:25,802 pip._internal.exceptions.DistributionNotFound: No matching distribution found for wm-topicgpt==0.0.2 2024-04-02T20:09:25,811 Removed build tracker: '/tmp/pip-build-tracker-m9dls8wa'