2025-03-04T03:13:34,209 Disabling truststore because Python version isn't 3.10+ 2025-03-04T03:13:34,694 Created temporary directory: /tmp/pip-build-tracker-7lycow2w 2025-03-04T03:13:34,695 Initialized build tracking at /tmp/pip-build-tracker-7lycow2w 2025-03-04T03:13:34,695 Created build tracker: /tmp/pip-build-tracker-7lycow2w 2025-03-04T03:13:34,695 Entered build tracker: /tmp/pip-build-tracker-7lycow2w 2025-03-04T03:13:34,696 Created temporary directory: /tmp/pip-wheel-afqvndo8 2025-03-04T03:13:34,701 Created temporary directory: /tmp/pip-ephem-wheel-cache-qvdbxi4m 2025-03-04T03:13:34,744 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-03-04T03:13:34,747 2 location(s) to search for versions of postfiat-wallet: 2025-03-04T03:13:34,747 * https://pypi.org/simple/postfiat-wallet/ 2025-03-04T03:13:34,747 * https://www.piwheels.org/simple/postfiat-wallet/ 2025-03-04T03:13:34,748 Fetching project page and analyzing links: https://pypi.org/simple/postfiat-wallet/ 2025-03-04T03:13:34,748 Getting page https://pypi.org/simple/postfiat-wallet/ 2025-03-04T03:13:34,749 Found index url https://pypi.org/simple/ 2025-03-04T03:13:34,769 Fetched page https://pypi.org/simple/postfiat-wallet/ as application/vnd.pypi.simple.v1+json 2025-03-04T03:13:34,771 Skipping link: No binaries permitted for postfiat-wallet: https://files.pythonhosted.org/packages/cb/4f/140cab531ff0e6bb8ed494e505fb04eef6471ae58f961701f313f2ba3b87/postfiat_wallet-0.1.0a202503040052-py3-none-any.whl (from https://pypi.org/simple/postfiat-wallet/) (requires-python:>=3.12) 2025-03-04T03:13:34,771 Link requires a different Python (3.9.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/da/fd/e4caf70828d9f5985565546e376b52366dfddc8a4117289b286bb5fe0c40/postfiat_wallet-0.1.0a202503040052.tar.gz (from https://pypi.org/simple/postfiat-wallet/) (requires-python:>=3.12) 2025-03-04T03:13:34,772 Skipping link: 0.1.0a202503040052 Requires-Python >=3.12: https://files.pythonhosted.org/packages/da/fd/e4caf70828d9f5985565546e376b52366dfddc8a4117289b286bb5fe0c40/postfiat_wallet-0.1.0a202503040052.tar.gz (from https://pypi.org/simple/postfiat-wallet/) (requires-python:>=3.12) 2025-03-04T03:13:34,772 Skipping link: No binaries permitted for postfiat-wallet: https://files.pythonhosted.org/packages/7f/52/78a1712e2fb1f2ae6c6394a0476696f2cbbfe876814b13f3702527a193b5/postfiat_wallet-0.1.0-py3-none-any.whl (from https://pypi.org/simple/postfiat-wallet/) (requires-python:>=3.12) 2025-03-04T03:13:34,772 Link requires a different Python (3.9.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/1f/5a/0c35beebb64aa9e4f650e7417ae8ad06eb8ccf00bc3688d48002ece1f1d8/postfiat_wallet-0.1.0.tar.gz (from https://pypi.org/simple/postfiat-wallet/) (requires-python:>=3.12) 2025-03-04T03:13:34,773 Skipping link: 0.1.0 Requires-Python >=3.12: https://files.pythonhosted.org/packages/1f/5a/0c35beebb64aa9e4f650e7417ae8ad06eb8ccf00bc3688d48002ece1f1d8/postfiat_wallet-0.1.0.tar.gz (from https://pypi.org/simple/postfiat-wallet/) (requires-python:>=3.12) 2025-03-04T03:13:34,773 Fetching project page and analyzing links: https://www.piwheels.org/simple/postfiat-wallet/ 2025-03-04T03:13:34,773 Getting page https://www.piwheels.org/simple/postfiat-wallet/ 2025-03-04T03:13:34,774 Found index url https://www.piwheels.org/simple/ 2025-03-04T03:13:34,822 Fetched page https://www.piwheels.org/simple/postfiat-wallet/ as text/html 2025-03-04T03:13:34,823 Skipping link: not a file: https://www.piwheels.org/simple/postfiat-wallet/ 2025-03-04T03:13:34,824 Skipping link: not a file: https://pypi.org/simple/postfiat-wallet/ 2025-03-04T03:13:34,839 Given no hashes to check 0 links for project 'postfiat-wallet': discarding no candidates 2025-03-04T03:13:34,839 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.12; 0.1.0a202503040052 Requires-Python >=3.12 2025-03-04T03:13:34,841 ERROR: Could not find a version that satisfies the requirement postfiat-wallet==0.1.0 (from versions: none) 2025-03-04T03:13:34,842 ERROR: No matching distribution found for postfiat-wallet==0.1.0 2025-03-04T03:13:34,843 Exception information: 2025-03-04T03:13:34,843 Traceback (most recent call last): 2025-03-04T03:13:34,843 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2025-03-04T03:13:34,843 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-03-04T03:13:34,843 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2025-03-04T03:13:34,843 raise RequirementsConflicted(criterion) 2025-03-04T03:13:34,843 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('postfiat-wallet==0.1.0') 2025-03-04T03:13:34,843 2025-03-04T03:13:34,843 During handling of the above exception, another exception occurred: 2025-03-04T03:13:34,843 2025-03-04T03:13:34,843 Traceback (most recent call last): 2025-03-04T03:13:34,843 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2025-03-04T03:13:34,843 result = self._result = resolver.resolve( 2025-03-04T03:13:34,843 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2025-03-04T03:13:34,843 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-03-04T03:13:34,843 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2025-03-04T03:13:34,843 raise ResolutionImpossible(e.criterion.information) 2025-03-04T03:13:34,843 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('postfiat-wallet==0.1.0'), parent=None)] 2025-03-04T03:13:34,843 2025-03-04T03:13:34,843 The above exception was the direct cause of the following exception: 2025-03-04T03:13:34,843 2025-03-04T03:13:34,843 Traceback (most recent call last): 2025-03-04T03:13:34,843 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-03-04T03:13:34,843 status = _inner_run() 2025-03-04T03:13:34,843 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-03-04T03:13:34,843 return self.run(options, args) 2025-03-04T03:13:34,843 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2025-03-04T03:13:34,843 return func(self, options, args) 2025-03-04T03:13:34,843 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-03-04T03:13:34,843 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-03-04T03:13:34,843 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2025-03-04T03:13:34,843 raise error from e 2025-03-04T03:13:34,843 pip._internal.exceptions.DistributionNotFound: No matching distribution found for postfiat-wallet==0.1.0 2025-03-04T03:13:34,846 Removed build tracker: '/tmp/pip-build-tracker-7lycow2w'