2024-11-12T12:29:55,608 Created temporary directory: /tmp/pip-build-tracker-noh_8gl4 2024-11-12T12:29:55,609 Initialized build tracking at /tmp/pip-build-tracker-noh_8gl4 2024-11-12T12:29:55,610 Created build tracker: /tmp/pip-build-tracker-noh_8gl4 2024-11-12T12:29:55,610 Entered build tracker: /tmp/pip-build-tracker-noh_8gl4 2024-11-12T12:29:55,611 Created temporary directory: /tmp/pip-wheel-1w_6ltd1 2024-11-12T12:29:55,615 Created temporary directory: /tmp/pip-ephem-wheel-cache-rflhxxcz 2024-11-12T12:29:55,660 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-11-12T12:29:55,662 2 location(s) to search for versions of xy-request-handler-web: 2024-11-12T12:29:55,662 * https://pypi.org/simple/xy-request-handler-web/ 2024-11-12T12:29:55,662 * https://www.piwheels.org/simple/xy-request-handler-web/ 2024-11-12T12:29:55,663 Fetching project page and analyzing links: https://pypi.org/simple/xy-request-handler-web/ 2024-11-12T12:29:55,664 Getting page https://pypi.org/simple/xy-request-handler-web/ 2024-11-12T12:29:55,665 Found index url https://pypi.org/simple/ 2024-11-12T12:29:55,885 Fetched page https://pypi.org/simple/xy-request-handler-web/ as application/vnd.pypi.simple.v1+json 2024-11-12T12:29:55,886 Skipping link: No binaries permitted for xy-request-handler-web: https://files.pythonhosted.org/packages/9f/12/58d6e80e745bea6168dd51e19a272996ee8088591f633f03262418058e9d/xy_request_handler_web-1.0.0-py3-none-any.whl (from https://pypi.org/simple/xy-request-handler-web/) (requires-python:>=3.11.3) 2024-11-12T12:29:55,887 Link requires a different Python (3.11.2 not in: '>=3.11.3'): https://files.pythonhosted.org/packages/cf/a5/b27b816ab4a5866a3771ccde62f285d57ef675fb3da73a0447d1a101abff/xy_request_handler_web-1.0.0.tar.gz (from https://pypi.org/simple/xy-request-handler-web/) (requires-python:>=3.11.3) 2024-11-12T12:29:55,888 Skipping link: 1.0.0 Requires-Python >=3.11.3: https://files.pythonhosted.org/packages/cf/a5/b27b816ab4a5866a3771ccde62f285d57ef675fb3da73a0447d1a101abff/xy_request_handler_web-1.0.0.tar.gz (from https://pypi.org/simple/xy-request-handler-web/) (requires-python:>=3.11.3) 2024-11-12T12:29:55,889 Fetching project page and analyzing links: https://www.piwheels.org/simple/xy-request-handler-web/ 2024-11-12T12:29:55,889 Getting page https://www.piwheels.org/simple/xy-request-handler-web/ 2024-11-12T12:29:55,891 Found index url https://www.piwheels.org/simple/ 2024-11-12T12:29:56,060 Fetched page https://www.piwheels.org/simple/xy-request-handler-web/ as text/html 2024-11-12T12:29:56,061 Skipping link: not a file: https://www.piwheels.org/simple/xy-request-handler-web/ 2024-11-12T12:29:56,062 Skipping link: not a file: https://pypi.org/simple/xy-request-handler-web/ 2024-11-12T12:29:56,079 Given no hashes to check 0 links for project 'xy-request-handler-web': discarding no candidates 2024-11-12T12:29:56,080 ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.11.3 2024-11-12T12:29:56,082 ERROR: Could not find a version that satisfies the requirement xy-request-handler-web==1.0.0 (from versions: none) 2024-11-12T12:29:56,083 ERROR: No matching distribution found for xy-request-handler-web==1.0.0 2024-11-12T12:29:56,085 Exception information: 2024-11-12T12:29:56,085 Traceback (most recent call last): 2024-11-12T12:29:56,085 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-11-12T12:29:56,085 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-11-12T12:29:56,085 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-11-12T12:29:56,085 raise RequirementsConflicted(criterion) 2024-11-12T12:29:56,085 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('xy-request-handler-web==1.0.0') 2024-11-12T12:29:56,085 2024-11-12T12:29:56,085 During handling of the above exception, another exception occurred: 2024-11-12T12:29:56,085 2024-11-12T12:29:56,085 Traceback (most recent call last): 2024-11-12T12:29:56,085 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-11-12T12:29:56,085 result = self._result = resolver.resolve( 2024-11-12T12:29:56,085 ^^^^^^^^^^^^^^^^^ 2024-11-12T12:29:56,085 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-11-12T12:29:56,085 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-11-12T12:29:56,085 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-11-12T12:29:56,085 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-11-12T12:29:56,085 raise ResolutionImpossible(e.criterion.information) 2024-11-12T12:29:56,085 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('xy-request-handler-web==1.0.0'), parent=None)] 2024-11-12T12:29:56,085 2024-11-12T12:29:56,085 The above exception was the direct cause of the following exception: 2024-11-12T12:29:56,085 2024-11-12T12:29:56,085 Traceback (most recent call last): 2024-11-12T12:29:56,085 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-11-12T12:29:56,085 status = _inner_run() 2024-11-12T12:29:56,085 ^^^^^^^^^^^^ 2024-11-12T12:29:56,085 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-11-12T12:29:56,085 return self.run(options, args) 2024-11-12T12:29:56,085 ^^^^^^^^^^^^^^^^^^^^^^^ 2024-11-12T12:29:56,085 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-11-12T12:29:56,085 return func(self, options, args) 2024-11-12T12:29:56,085 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-11-12T12:29:56,085 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-11-12T12:29:56,085 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-11-12T12:29:56,085 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-11-12T12:29:56,085 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-11-12T12:29:56,085 raise error from e 2024-11-12T12:29:56,085 pip._internal.exceptions.DistributionNotFound: No matching distribution found for xy-request-handler-web==1.0.0 2024-11-12T12:29:56,090 Removed build tracker: '/tmp/pip-build-tracker-noh_8gl4'