2023-06-22T20:39:54,812 Created temporary directory: /tmp/pip-build-tracker-e86f1_42 2023-06-22T20:39:54,815 Initialized build tracking at /tmp/pip-build-tracker-e86f1_42 2023-06-22T20:39:54,816 Created build tracker: /tmp/pip-build-tracker-e86f1_42 2023-06-22T20:39:54,816 Entered build tracker: /tmp/pip-build-tracker-e86f1_42 2023-06-22T20:39:54,817 Created temporary directory: /tmp/pip-wheel-9undm2bl 2023-06-22T20:39:54,826 Created temporary directory: /tmp/pip-ephem-wheel-cache-24yy0fnw 2023-06-22T20:39:54,878 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-06-22T20:39:54,886 2 location(s) to search for versions of latch-sdk-config: 2023-06-22T20:39:54,886 * https://pypi.org/simple/latch-sdk-config/ 2023-06-22T20:39:54,886 * https://www.piwheels.org/simple/latch-sdk-config/ 2023-06-22T20:39:54,887 Fetching project page and analyzing links: https://pypi.org/simple/latch-sdk-config/ 2023-06-22T20:39:54,888 Getting page https://pypi.org/simple/latch-sdk-config/ 2023-06-22T20:39:54,893 Found index url https://pypi.org/simple/ 2023-06-22T20:39:55,089 Fetched page https://pypi.org/simple/latch-sdk-config/ as application/vnd.pypi.simple.v1+json 2023-06-22T20:39:55,093 Link requires a different Python (3.7.3 not in: '>=3.8,<3.11'): https://files.pythonhosted.org/packages/a7/73/dda6209d1a866b4d7945c247028562ff1c3dc5947e612c8214dca88a3f18/latch-sdk-config-0.0.1.tar.gz (from https://pypi.org/simple/latch-sdk-config/) (requires-python:>=3.8,<3.11) 2023-06-22T20:39:55,094 Skipping link: 0.0.1 Requires-Python >=3.8,<3.11: https://files.pythonhosted.org/packages/a7/73/dda6209d1a866b4d7945c247028562ff1c3dc5947e612c8214dca88a3f18/latch-sdk-config-0.0.1.tar.gz (from https://pypi.org/simple/latch-sdk-config/) (requires-python:>=3.8,<3.11) 2023-06-22T20:39:55,094 Skipping link: No binaries permitted for latch-sdk-config: https://files.pythonhosted.org/packages/4c/36/2abaa62976b71a99b730adf73da63ca55138a0266cad3b92c7da408b3b8e/latch_sdk_config-0.0.1-py3-none-any.whl (from https://pypi.org/simple/latch-sdk-config/) (requires-python:>=3.8,<3.11) 2023-06-22T20:39:55,095 Fetching project page and analyzing links: https://www.piwheels.org/simple/latch-sdk-config/ 2023-06-22T20:39:55,096 Getting page https://www.piwheels.org/simple/latch-sdk-config/ 2023-06-22T20:39:55,098 Found index url https://www.piwheels.org/simple/ 2023-06-22T20:39:55,320 Fetched page https://www.piwheels.org/simple/latch-sdk-config/ as text/html 2023-06-22T20:39:55,322 Skipping link: not a file: https://www.piwheels.org/simple/latch-sdk-config/ 2023-06-22T20:39:55,322 Skipping link: not a file: https://pypi.org/simple/latch-sdk-config/ 2023-06-22T20:39:55,354 Given no hashes to check 0 links for project 'latch-sdk-config': discarding no candidates 2023-06-22T20:39:55,355 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.8,<3.11 2023-06-22T20:39:55,358 ERROR: Could not find a version that satisfies the requirement latch-sdk-config==0.0.1 (from versions: none) 2023-06-22T20:39:55,360 ERROR: No matching distribution found for latch-sdk-config==0.0.1 2023-06-22T20:39:55,362 Exception information: 2023-06-22T20:39:55,362 Traceback (most recent call last): 2023-06-22T20:39:55,362 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-06-22T20:39:55,362 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-06-22T20:39:55,362 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-06-22T20:39:55,362 raise RequirementsConflicted(criterion) 2023-06-22T20:39:55,362 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('latch-sdk-config==0.0.1') 2023-06-22T20:39:55,362 2023-06-22T20:39:55,362 During handling of the above exception, another exception occurred: 2023-06-22T20:39:55,362 2023-06-22T20:39:55,362 Traceback (most recent call last): 2023-06-22T20:39:55,362 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-06-22T20:39:55,362 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-06-22T20:39:55,362 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-06-22T20:39:55,362 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-06-22T20:39:55,362 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-06-22T20:39:55,362 raise ResolutionImpossible(e.criterion.information) 2023-06-22T20:39:55,362 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('latch-sdk-config==0.0.1'), parent=None)] 2023-06-22T20:39:55,362 2023-06-22T20:39:55,362 The above exception was the direct cause of the following exception: 2023-06-22T20:39:55,362 2023-06-22T20:39:55,362 Traceback (most recent call last): 2023-06-22T20:39:55,362 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-06-22T20:39:55,362 status = run_func(*args) 2023-06-22T20:39:55,362 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-06-22T20:39:55,362 return func(self, options, args) 2023-06-22T20:39:55,362 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-06-22T20:39:55,362 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-06-22T20:39:55,362 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-06-22T20:39:55,362 raise error from e 2023-06-22T20:39:55,362 pip._internal.exceptions.DistributionNotFound: No matching distribution found for latch-sdk-config==0.0.1 2023-06-22T20:39:55,371 Removed build tracker: '/tmp/pip-build-tracker-e86f1_42'