2025-09-11T21:37:52,984 Created temporary directory: /tmp/pip-build-tracker-jxds9a99 2025-09-11T21:37:52,985 Initialized build tracking at /tmp/pip-build-tracker-jxds9a99 2025-09-11T21:37:52,985 Created build tracker: /tmp/pip-build-tracker-jxds9a99 2025-09-11T21:37:52,985 Entered build tracker: /tmp/pip-build-tracker-jxds9a99 2025-09-11T21:37:52,985 Created temporary directory: /tmp/pip-wheel-3a3xchzo 2025-09-11T21:37:52,989 Created temporary directory: /tmp/pip-ephem-wheel-cache-vac77ood 2025-09-11T21:37:53,056 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-11T21:37:53,059 2 location(s) to search for versions of zhdate: 2025-09-11T21:37:53,059 * https://pypi.org/simple/zhdate/ 2025-09-11T21:37:53,059 * https://www.piwheels.org/simple/zhdate/ 2025-09-11T21:37:53,060 Fetching project page and analyzing links: https://pypi.org/simple/zhdate/ 2025-09-11T21:37:53,060 Getting page https://pypi.org/simple/zhdate/ 2025-09-11T21:37:53,062 Found index url https://pypi.org/simple/ 2025-09-11T21:37:53,221 Fetched page https://pypi.org/simple/zhdate/ as application/vnd.pypi.simple.v1+json 2025-09-11T21:37:53,222 Skipping link: No binaries permitted for zhdate: https://files.pythonhosted.org/packages/e5/5e/5ddf769b1ca31d1e997b94a390279da6892c99702593c1feedb93a70f508/zhdate-0.1-py3-none-any.whl (from https://pypi.org/simple/zhdate/) 2025-09-11T21:37:53,222 Found link https://files.pythonhosted.org/packages/67/64/7ba359eab7f61a4852a5125da723544a99d27d37d89b0e3608177195a1cb/zhdate-0.1.tar.gz (from https://pypi.org/simple/zhdate/), version: 0.1 2025-09-11T21:37:53,223 Found link https://files.pythonhosted.org/packages/58/ff/88fa42fb0dcffc49eda8a6777e2f6182289c6a921bcc554654a764dd921a/zhdate-1.0.macosx-11.0-arm64.tar.gz (from https://pypi.org/simple/zhdate/), version: 1.0.macosx-11.0-arm64 2025-09-11T21:37:53,223 Fetching project page and analyzing links: https://www.piwheels.org/simple/zhdate/ 2025-09-11T21:37:53,224 Getting page https://www.piwheels.org/simple/zhdate/ 2025-09-11T21:37:53,225 Found index url https://www.piwheels.org/simple/ 2025-09-11T21:37:53,327 Fetched page https://www.piwheels.org/simple/zhdate/ as text/html 2025-09-11T21:37:53,328 Skipping link: No binaries permitted for zhdate: https://archive1.piwheels.org/simple/zhdate/zhdate-0.1-py3-none-any.whl#sha256=d003657bf49d6722c4c3adcb9a91722f6de1077bf3be0e54c0f4492b5e028fa4 (from https://www.piwheels.org/simple/zhdate/) 2025-09-11T21:37:53,329 Skipping link: not a file: https://www.piwheels.org/simple/zhdate/ 2025-09-11T21:37:53,329 Skipping link: not a file: https://pypi.org/simple/zhdate/ 2025-09-11T21:37:53,356 Given no hashes to check 0 links for project 'zhdate': discarding no candidates 2025-09-11T21:37:53,356 ERROR: Could not find a version that satisfies the requirement zhdate==1.0 (from versions: 0.1) 2025-09-11T21:37:53,358 ERROR: No matching distribution found for zhdate==1.0 2025-09-11T21:37:53,359 Exception information: 2025-09-11T21:37:53,359 Traceback (most recent call last): 2025-09-11T21:37:53,359 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-11T21:37:53,359 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-11T21:37:53,359 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-11T21:37:53,359 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-11T21:37:53,359 raise RequirementsConflicted(criterion) 2025-09-11T21:37:53,359 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('zhdate==1.0') 2025-09-11T21:37:53,359 2025-09-11T21:37:53,359 The above exception was the direct cause of the following exception: 2025-09-11T21:37:53,359 2025-09-11T21:37:53,359 Traceback (most recent call last): 2025-09-11T21:37:53,359 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-11T21:37:53,359 result = self._result = resolver.resolve( 2025-09-11T21:37:53,359 ~~~~~~~~~~~~~~~~^ 2025-09-11T21:37:53,359 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-11T21:37:53,359 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-11T21:37:53,359 ) 2025-09-11T21:37:53,359 ^ 2025-09-11T21:37:53,359 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-11T21:37:53,359 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-11T21:37:53,359 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-11T21:37:53,359 raise ResolutionImpossible(e.criterion.information) from e 2025-09-11T21:37:53,359 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('zhdate==1.0'), parent=None)] 2025-09-11T21:37:53,359 2025-09-11T21:37:53,359 The above exception was the direct cause of the following exception: 2025-09-11T21:37:53,359 2025-09-11T21:37:53,359 Traceback (most recent call last): 2025-09-11T21:37:53,359 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-11T21:37:53,359 status = _inner_run() 2025-09-11T21:37:53,359 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-11T21:37:53,359 return self.run(options, args) 2025-09-11T21:37:53,359 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-11T21:37:53,359 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-11T21:37:53,359 return func(self, options, args) 2025-09-11T21:37:53,359 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-11T21:37:53,359 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-11T21:37:53,359 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-11T21:37:53,359 raise error from e 2025-09-11T21:37:53,359 pip._internal.exceptions.DistributionNotFound: No matching distribution found for zhdate==1.0 2025-09-11T21:37:53,370 Removed build tracker: '/tmp/pip-build-tracker-jxds9a99'