2024-05-22T17:18:27,741 Created temporary directory: /tmp/pip-build-tracker-b10ypw5y 2024-05-22T17:18:27,746 Initialized build tracking at /tmp/pip-build-tracker-b10ypw5y 2024-05-22T17:18:27,747 Created build tracker: /tmp/pip-build-tracker-b10ypw5y 2024-05-22T17:18:27,747 Entered build tracker: /tmp/pip-build-tracker-b10ypw5y 2024-05-22T17:18:27,749 Created temporary directory: /tmp/pip-wheel-nu2p6t45 2024-05-22T17:18:27,761 Created temporary directory: /tmp/pip-ephem-wheel-cache-0dm9fqm_ 2024-05-22T17:18:27,832 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-05-22T17:18:27,847 2 location(s) to search for versions of wolfsoftware-prereqs: 2024-05-22T17:18:27,847 * https://pypi.org/simple/wolfsoftware-prereqs/ 2024-05-22T17:18:27,847 * https://www.piwheels.org/simple/wolfsoftware-prereqs/ 2024-05-22T17:18:27,848 Fetching project page and analyzing links: https://pypi.org/simple/wolfsoftware-prereqs/ 2024-05-22T17:18:27,849 Getting page https://pypi.org/simple/wolfsoftware-prereqs/ 2024-05-22T17:18:27,853 Found index url https://pypi.org/simple/ 2024-05-22T17:18:28,187 Fetched page https://pypi.org/simple/wolfsoftware-prereqs/ as application/vnd.pypi.simple.v1+json 2024-05-22T17:18:28,191 Skipping link: No binaries permitted for wolfsoftware-prereqs: https://files.pythonhosted.org/packages/27/70/e42e857628b3de38854a1bedc2cd7fde64586aff8fcc04c7138a91531da0/wolfsoftware.prereqs-0.1.0-py3-none-any.whl (from https://pypi.org/simple/wolfsoftware-prereqs/) (requires-python:>=3.9) 2024-05-22T17:18:28,193 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/54/73/7735d8df3789eb875d72de3bf0ddf260a7da6f56fb0be35f06164aad1598/wolfsoftware_prereqs-0.1.0.tar.gz (from https://pypi.org/simple/wolfsoftware-prereqs/) (requires-python:>=3.9) 2024-05-22T17:18:28,194 Skipping link: 0.1.0 Requires-Python >=3.9: https://files.pythonhosted.org/packages/54/73/7735d8df3789eb875d72de3bf0ddf260a7da6f56fb0be35f06164aad1598/wolfsoftware_prereqs-0.1.0.tar.gz (from https://pypi.org/simple/wolfsoftware-prereqs/) (requires-python:>=3.9) 2024-05-22T17:18:28,194 Skipping link: No binaries permitted for wolfsoftware-prereqs: https://files.pythonhosted.org/packages/97/ae/3a65f5ddd7a744373598851c65c8df1658b375c156920add0deea2f3926a/wolfsoftware.prereqs-0.1.1-py3-none-any.whl (from https://pypi.org/simple/wolfsoftware-prereqs/) (requires-python:>=3.9) 2024-05-22T17:18:28,196 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/91/07/393dd25f0bbadd9f7a03eadd9c808bcc50fbaf436f8afbf67d60d8ffb249/wolfsoftware_prereqs-0.1.1.tar.gz (from https://pypi.org/simple/wolfsoftware-prereqs/) (requires-python:>=3.9) 2024-05-22T17:18:28,196 Skipping link: 0.1.1 Requires-Python >=3.9: https://files.pythonhosted.org/packages/91/07/393dd25f0bbadd9f7a03eadd9c808bcc50fbaf436f8afbf67d60d8ffb249/wolfsoftware_prereqs-0.1.1.tar.gz (from https://pypi.org/simple/wolfsoftware-prereqs/) (requires-python:>=3.9) 2024-05-22T17:18:28,197 Fetching project page and analyzing links: https://www.piwheels.org/simple/wolfsoftware-prereqs/ 2024-05-22T17:18:28,197 Getting page https://www.piwheels.org/simple/wolfsoftware-prereqs/ 2024-05-22T17:18:28,200 Found index url https://www.piwheels.org/simple/ 2024-05-22T17:18:28,388 Fetched page https://www.piwheels.org/simple/wolfsoftware-prereqs/ as text/html 2024-05-22T17:18:28,390 Skipping link: not a file: https://www.piwheels.org/simple/wolfsoftware-prereqs/ 2024-05-22T17:18:28,391 Skipping link: not a file: https://pypi.org/simple/wolfsoftware-prereqs/ 2024-05-22T17:18:28,427 Given no hashes to check 0 links for project 'wolfsoftware-prereqs': discarding no candidates 2024-05-22T17:18:28,428 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.9; 0.1.1 Requires-Python >=3.9 2024-05-22T17:18:28,432 ERROR: Could not find a version that satisfies the requirement wolfsoftware-prereqs==0.1.0 (from versions: none) 2024-05-22T17:18:28,434 ERROR: No matching distribution found for wolfsoftware-prereqs==0.1.0 2024-05-22T17:18:28,436 Exception information: 2024-05-22T17:18:28,436 Traceback (most recent call last): 2024-05-22T17:18:28,436 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-05-22T17:18:28,436 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-05-22T17:18:28,436 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-05-22T17:18:28,436 raise RequirementsConflicted(criterion) 2024-05-22T17:18:28,436 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('wolfsoftware-prereqs==0.1.0') 2024-05-22T17:18:28,436 2024-05-22T17:18:28,436 During handling of the above exception, another exception occurred: 2024-05-22T17:18:28,436 2024-05-22T17:18:28,436 Traceback (most recent call last): 2024-05-22T17:18:28,436 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2024-05-22T17:18:28,436 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2024-05-22T17:18:28,436 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-05-22T17:18:28,436 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-05-22T17:18:28,436 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-05-22T17:18:28,436 raise ResolutionImpossible(e.criterion.information) 2024-05-22T17:18:28,436 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('wolfsoftware-prereqs==0.1.0'), parent=None)] 2024-05-22T17:18:28,436 2024-05-22T17:18:28,436 The above exception was the direct cause of the following exception: 2024-05-22T17:18:28,436 2024-05-22T17:18:28,436 Traceback (most recent call last): 2024-05-22T17:18:28,436 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-05-22T17:18:28,436 status = run_func(*args) 2024-05-22T17:18:28,436 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-05-22T17:18:28,436 return func(self, options, args) 2024-05-22T17:18:28,436 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-05-22T17:18:28,436 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-05-22T17:18:28,436 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-05-22T17:18:28,436 raise error from e 2024-05-22T17:18:28,436 pip._internal.exceptions.DistributionNotFound: No matching distribution found for wolfsoftware-prereqs==0.1.0 2024-05-22T17:18:28,446 Removed build tracker: '/tmp/pip-build-tracker-b10ypw5y'