2024-03-20T15:42:32,235 Created temporary directory: /tmp/pip-build-tracker-lwg_1pmj 2024-03-20T15:42:32,236 Initialized build tracking at /tmp/pip-build-tracker-lwg_1pmj 2024-03-20T15:42:32,237 Created build tracker: /tmp/pip-build-tracker-lwg_1pmj 2024-03-20T15:42:32,238 Entered build tracker: /tmp/pip-build-tracker-lwg_1pmj 2024-03-20T15:42:32,239 Created temporary directory: /tmp/pip-wheel-yj5y1ls5 2024-03-20T15:42:32,242 Created temporary directory: /tmp/pip-ephem-wheel-cache-f4vd14hs 2024-03-20T15:42:32,265 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-03-20T15:42:32,268 2 location(s) to search for versions of shipyard-googlesheets: 2024-03-20T15:42:32,268 * https://pypi.org/simple/shipyard-googlesheets/ 2024-03-20T15:42:32,268 * https://www.piwheels.org/simple/shipyard-googlesheets/ 2024-03-20T15:42:32,269 Fetching project page and analyzing links: https://pypi.org/simple/shipyard-googlesheets/ 2024-03-20T15:42:32,270 Getting page https://pypi.org/simple/shipyard-googlesheets/ 2024-03-20T15:42:32,271 Found index url https://pypi.org/simple/ 2024-03-20T15:42:32,492 Fetched page https://pypi.org/simple/shipyard-googlesheets/ as application/vnd.pypi.simple.v1+json 2024-03-20T15:42:32,493 Skipping link: No binaries permitted for shipyard-googlesheets: https://files.pythonhosted.org/packages/7c/bf/54287e1783a0c8d6748090768c61221c8cdb285fbab5945df373edbd8f50/shipyard_googlesheets-0.1.0-py3-none-any.whl (from https://pypi.org/simple/shipyard-googlesheets/) (requires-python:<3.10,>=3.7) 2024-03-20T15:42:32,494 Link requires a different Python (3.11.2 not in: '<3.10,>=3.7'): https://files.pythonhosted.org/packages/f8/53/d768094103b264023a63e418381efa4c263fcd29f514ce253b3d048b67a0/shipyard_googlesheets-0.1.0.tar.gz (from https://pypi.org/simple/shipyard-googlesheets/) (requires-python:<3.10,>=3.7) 2024-03-20T15:42:32,495 Skipping link: 0.1.0 Requires-Python <3.10,>=3.7: https://files.pythonhosted.org/packages/f8/53/d768094103b264023a63e418381efa4c263fcd29f514ce253b3d048b67a0/shipyard_googlesheets-0.1.0.tar.gz (from https://pypi.org/simple/shipyard-googlesheets/) (requires-python:<3.10,>=3.7) 2024-03-20T15:42:32,495 Fetching project page and analyzing links: https://www.piwheels.org/simple/shipyard-googlesheets/ 2024-03-20T15:42:32,496 Getting page https://www.piwheels.org/simple/shipyard-googlesheets/ 2024-03-20T15:42:32,497 Found index url https://www.piwheels.org/simple/ 2024-03-20T15:42:32,712 Fetched page https://www.piwheels.org/simple/shipyard-googlesheets/ as text/html 2024-03-20T15:42:32,714 Skipping link: not a file: https://www.piwheels.org/simple/shipyard-googlesheets/ 2024-03-20T15:42:32,714 Skipping link: not a file: https://pypi.org/simple/shipyard-googlesheets/ 2024-03-20T15:42:32,733 Given no hashes to check 0 links for project 'shipyard-googlesheets': discarding no candidates 2024-03-20T15:42:32,733 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python <3.10,>=3.7 2024-03-20T15:42:32,735 ERROR: Could not find a version that satisfies the requirement shipyard-googlesheets==0.1.0 (from versions: none) 2024-03-20T15:42:32,737 ERROR: No matching distribution found for shipyard-googlesheets==0.1.0 2024-03-20T15:42:32,738 Exception information: 2024-03-20T15:42:32,738 Traceback (most recent call last): 2024-03-20T15:42:32,738 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-03-20T15:42:32,738 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-03-20T15:42:32,738 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-03-20T15:42:32,738 raise RequirementsConflicted(criterion) 2024-03-20T15:42:32,738 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('shipyard-googlesheets==0.1.0') 2024-03-20T15:42:32,738 2024-03-20T15:42:32,738 During handling of the above exception, another exception occurred: 2024-03-20T15:42:32,738 2024-03-20T15:42:32,738 Traceback (most recent call last): 2024-03-20T15:42:32,738 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-03-20T15:42:32,738 result = self._result = resolver.resolve( 2024-03-20T15:42:32,738 ^^^^^^^^^^^^^^^^^ 2024-03-20T15:42:32,738 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-03-20T15:42:32,738 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-03-20T15:42:32,738 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-03-20T15:42:32,738 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-03-20T15:42:32,738 raise ResolutionImpossible(e.criterion.information) 2024-03-20T15:42:32,738 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('shipyard-googlesheets==0.1.0'), parent=None)] 2024-03-20T15:42:32,738 2024-03-20T15:42:32,738 The above exception was the direct cause of the following exception: 2024-03-20T15:42:32,738 2024-03-20T15:42:32,738 Traceback (most recent call last): 2024-03-20T15:42:32,738 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-03-20T15:42:32,738 status = run_func(*args) 2024-03-20T15:42:32,738 ^^^^^^^^^^^^^^^ 2024-03-20T15:42:32,738 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-03-20T15:42:32,738 return func(self, options, args) 2024-03-20T15:42:32,738 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-03-20T15:42:32,738 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-03-20T15:42:32,738 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-03-20T15:42:32,738 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-03-20T15:42:32,738 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-03-20T15:42:32,738 raise error from e 2024-03-20T15:42:32,738 pip._internal.exceptions.DistributionNotFound: No matching distribution found for shipyard-googlesheets==0.1.0 2024-03-20T15:42:32,745 Removed build tracker: '/tmp/pip-build-tracker-lwg_1pmj'