2024-08-20T21:49:47,468 Disabling truststore because Python version isn't 3.10+ 2024-08-20T21:49:47,930 Created temporary directory: /tmp/pip-build-tracker-zs26drlm 2024-08-20T21:49:47,931 Initialized build tracking at /tmp/pip-build-tracker-zs26drlm 2024-08-20T21:49:47,931 Created build tracker: /tmp/pip-build-tracker-zs26drlm 2024-08-20T21:49:47,931 Entered build tracker: /tmp/pip-build-tracker-zs26drlm 2024-08-20T21:49:47,932 Created temporary directory: /tmp/pip-wheel-8n16286b 2024-08-20T21:49:47,937 Created temporary directory: /tmp/pip-ephem-wheel-cache-eccq98go 2024-08-20T21:49:47,980 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-08-20T21:49:47,983 2 location(s) to search for versions of apiverve-binlookup: 2024-08-20T21:49:47,983 * https://pypi.org/simple/apiverve-binlookup/ 2024-08-20T21:49:47,983 * https://www.piwheels.org/simple/apiverve-binlookup/ 2024-08-20T21:49:47,983 Fetching project page and analyzing links: https://pypi.org/simple/apiverve-binlookup/ 2024-08-20T21:49:47,983 Getting page https://pypi.org/simple/apiverve-binlookup/ 2024-08-20T21:49:47,985 Found index url https://pypi.org/simple/ 2024-08-20T21:49:48,080 Fetched page https://pypi.org/simple/apiverve-binlookup/ as application/vnd.pypi.simple.v1+json 2024-08-20T21:49:48,081 Skipping link: No binaries permitted for apiverve-binlookup: https://files.pythonhosted.org/packages/04/c2/9deb07a85f530b151c46555cbbf5b48dd767fb08d9643c7d520762929d6b/apiverve_binlookup-1.1.4-py3-none-any.whl (from https://pypi.org/simple/apiverve-binlookup/) (requires-python:>=3.12) 2024-08-20T21:49:48,082 Link requires a different Python (3.9.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/10/47/645f07abdbec4b1d4c2961b4f68bcc72b05c7570ff52389009691777e1a5/apiverve_binlookup-1.1.4.tar.gz (from https://pypi.org/simple/apiverve-binlookup/) (requires-python:>=3.12) 2024-08-20T21:49:48,082 Skipping link: 1.1.4 Requires-Python >=3.12: https://files.pythonhosted.org/packages/10/47/645f07abdbec4b1d4c2961b4f68bcc72b05c7570ff52389009691777e1a5/apiverve_binlookup-1.1.4.tar.gz (from https://pypi.org/simple/apiverve-binlookup/) (requires-python:>=3.12) 2024-08-20T21:49:48,083 Fetching project page and analyzing links: https://www.piwheels.org/simple/apiverve-binlookup/ 2024-08-20T21:49:48,083 Getting page https://www.piwheels.org/simple/apiverve-binlookup/ 2024-08-20T21:49:48,084 Found index url https://www.piwheels.org/simple/ 2024-08-20T21:49:48,128 Fetched page https://www.piwheels.org/simple/apiverve-binlookup/ as text/html 2024-08-20T21:49:48,129 Skipping link: not a file: https://www.piwheels.org/simple/apiverve-binlookup/ 2024-08-20T21:49:48,129 Skipping link: not a file: https://pypi.org/simple/apiverve-binlookup/ 2024-08-20T21:49:48,144 Given no hashes to check 0 links for project 'apiverve-binlookup': discarding no candidates 2024-08-20T21:49:48,144 ERROR: Ignored the following versions that require a different python version: 1.1.4 Requires-Python >=3.12 2024-08-20T21:49:48,146 ERROR: Could not find a version that satisfies the requirement apiverve-binlookup==1.1.4 (from versions: none) 2024-08-20T21:49:48,147 ERROR: No matching distribution found for apiverve-binlookup==1.1.4 2024-08-20T21:49:48,148 Exception information: 2024-08-20T21:49:48,148 Traceback (most recent call last): 2024-08-20T21:49:48,148 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-08-20T21:49:48,148 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-08-20T21:49:48,148 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-08-20T21:49:48,148 raise RequirementsConflicted(criterion) 2024-08-20T21:49:48,148 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('apiverve-binlookup==1.1.4') 2024-08-20T21:49:48,148 2024-08-20T21:49:48,148 During handling of the above exception, another exception occurred: 2024-08-20T21:49:48,148 2024-08-20T21:49:48,148 Traceback (most recent call last): 2024-08-20T21:49:48,148 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-08-20T21:49:48,148 result = self._result = resolver.resolve( 2024-08-20T21:49:48,148 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-08-20T21:49:48,148 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-08-20T21:49:48,148 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-08-20T21:49:48,148 raise ResolutionImpossible(e.criterion.information) 2024-08-20T21:49:48,148 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('apiverve-binlookup==1.1.4'), parent=None)] 2024-08-20T21:49:48,148 2024-08-20T21:49:48,148 The above exception was the direct cause of the following exception: 2024-08-20T21:49:48,148 2024-08-20T21:49:48,148 Traceback (most recent call last): 2024-08-20T21:49:48,148 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-08-20T21:49:48,148 status = _inner_run() 2024-08-20T21:49:48,148 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-08-20T21:49:48,148 return self.run(options, args) 2024-08-20T21:49:48,148 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-08-20T21:49:48,148 return func(self, options, args) 2024-08-20T21:49:48,148 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-08-20T21:49:48,148 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-08-20T21:49:48,148 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-08-20T21:49:48,148 raise error from e 2024-08-20T21:49:48,148 pip._internal.exceptions.DistributionNotFound: No matching distribution found for apiverve-binlookup==1.1.4 2024-08-20T21:49:48,151 Removed build tracker: '/tmp/pip-build-tracker-zs26drlm'