2025-01-03T11:41:28,930 Created temporary directory: /tmp/pip-build-tracker-ajuo4ocm 2025-01-03T11:41:28,931 Initialized build tracking at /tmp/pip-build-tracker-ajuo4ocm 2025-01-03T11:41:28,932 Created build tracker: /tmp/pip-build-tracker-ajuo4ocm 2025-01-03T11:41:28,932 Entered build tracker: /tmp/pip-build-tracker-ajuo4ocm 2025-01-03T11:41:28,933 Created temporary directory: /tmp/pip-wheel-3xz5vnv5 2025-01-03T11:41:28,938 Created temporary directory: /tmp/pip-ephem-wheel-cache-9g3qr2rm 2025-01-03T11:41:28,980 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-01-03T11:41:28,983 2 location(s) to search for versions of hotpepper-gourmet: 2025-01-03T11:41:28,983 * https://pypi.org/simple/hotpepper-gourmet/ 2025-01-03T11:41:28,983 * https://www.piwheels.org/simple/hotpepper-gourmet/ 2025-01-03T11:41:28,984 Fetching project page and analyzing links: https://pypi.org/simple/hotpepper-gourmet/ 2025-01-03T11:41:28,985 Getting page https://pypi.org/simple/hotpepper-gourmet/ 2025-01-03T11:41:28,986 Found index url https://pypi.org/simple/ 2025-01-03T11:41:29,207 Fetched page https://pypi.org/simple/hotpepper-gourmet/ as application/vnd.pypi.simple.v1+json 2025-01-03T11:41:29,208 Skipping link: No binaries permitted for hotpepper-gourmet: https://files.pythonhosted.org/packages/f8/13/f665e0450e9c90b41a908397ae65e48a36bd2b0880989626ac7ae895ebd0/hotpepper_gourmet-0.0.2-py3-none-any.whl (from https://pypi.org/simple/hotpepper-gourmet/) (requires-python:<4.0,>=3.11) 2025-01-03T11:41:29,209 Found link https://files.pythonhosted.org/packages/f5/19/1d69d135757e6b26232e8d3c307527b43aab28307c038a2ac5fa659dfddc/hotpepper_gourmet-0.0.2.tar.gz (from https://pypi.org/simple/hotpepper-gourmet/) (requires-python:<4.0,>=3.11), version: 0.0.2 2025-01-03T11:41:29,210 Skipping link: No binaries permitted for hotpepper-gourmet: https://files.pythonhosted.org/packages/6d/03/ff2ffcefb7d37749d5f8286d17888bac086e91a648eea2f5e2c7b8ebc70e/hotpepper_gourmet-0.0.4-py3-none-any.whl (from https://pypi.org/simple/hotpepper-gourmet/) (requires-python:>=3.12) 2025-01-03T11:41:29,211 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/5e/82/c1b28cb57fef31453cb7ee7e9d050c59d9ee945bb896230d48351170b2a5/hotpepper_gourmet-0.0.4.tar.gz (from https://pypi.org/simple/hotpepper-gourmet/) (requires-python:>=3.12) 2025-01-03T11:41:29,212 Skipping link: 0.0.4 Requires-Python >=3.12: https://files.pythonhosted.org/packages/5e/82/c1b28cb57fef31453cb7ee7e9d050c59d9ee945bb896230d48351170b2a5/hotpepper_gourmet-0.0.4.tar.gz (from https://pypi.org/simple/hotpepper-gourmet/) (requires-python:>=3.12) 2025-01-03T11:41:29,212 Fetching project page and analyzing links: https://www.piwheels.org/simple/hotpepper-gourmet/ 2025-01-03T11:41:29,213 Getting page https://www.piwheels.org/simple/hotpepper-gourmet/ 2025-01-03T11:41:29,214 Found index url https://www.piwheels.org/simple/ 2025-01-03T11:41:29,381 Fetched page https://www.piwheels.org/simple/hotpepper-gourmet/ as text/html 2025-01-03T11:41:29,382 Skipping link: No binaries permitted for hotpepper-gourmet: https://www.piwheels.org/simple/hotpepper-gourmet/hotpepper_gourmet-0.0.2-py3-none-any.whl#sha256=d9709777f0c4df4d95e55830c39658339275475a263d05aa98219fdbf3ed4671 (from https://www.piwheels.org/simple/hotpepper-gourmet/) (requires-python:>=3.11,<4.0) 2025-01-03T11:41:29,383 Skipping link: not a file: https://www.piwheels.org/simple/hotpepper-gourmet/ 2025-01-03T11:41:29,383 Skipping link: not a file: https://pypi.org/simple/hotpepper-gourmet/ 2025-01-03T11:41:29,402 Given no hashes to check 0 links for project 'hotpepper-gourmet': discarding no candidates 2025-01-03T11:41:29,403 ERROR: Ignored the following versions that require a different python version: 0.0.4 Requires-Python >=3.12 2025-01-03T11:41:29,404 ERROR: Could not find a version that satisfies the requirement hotpepper-gourmet==0.0.4 (from versions: 0.0.2) 2025-01-03T11:41:29,406 ERROR: No matching distribution found for hotpepper-gourmet==0.0.4 2025-01-03T11:41:29,407 Exception information: 2025-01-03T11:41:29,407 Traceback (most recent call last): 2025-01-03T11:41:29,407 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2025-01-03T11:41:29,407 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-01-03T11:41:29,407 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2025-01-03T11:41:29,407 raise RequirementsConflicted(criterion) 2025-01-03T11:41:29,407 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('hotpepper-gourmet==0.0.4') 2025-01-03T11:41:29,407 2025-01-03T11:41:29,407 During handling of the above exception, another exception occurred: 2025-01-03T11:41:29,407 2025-01-03T11:41:29,407 Traceback (most recent call last): 2025-01-03T11:41:29,407 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2025-01-03T11:41:29,407 result = self._result = resolver.resolve( 2025-01-03T11:41:29,407 ^^^^^^^^^^^^^^^^^ 2025-01-03T11:41:29,407 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2025-01-03T11:41:29,407 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-01-03T11:41:29,407 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-01-03T11:41:29,407 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2025-01-03T11:41:29,407 raise ResolutionImpossible(e.criterion.information) 2025-01-03T11:41:29,407 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('hotpepper-gourmet==0.0.4'), parent=None)] 2025-01-03T11:41:29,407 2025-01-03T11:41:29,407 The above exception was the direct cause of the following exception: 2025-01-03T11:41:29,407 2025-01-03T11:41:29,407 Traceback (most recent call last): 2025-01-03T11:41:29,407 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-01-03T11:41:29,407 status = _inner_run() 2025-01-03T11:41:29,407 ^^^^^^^^^^^^ 2025-01-03T11:41:29,407 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-01-03T11:41:29,407 return self.run(options, args) 2025-01-03T11:41:29,407 ^^^^^^^^^^^^^^^^^^^^^^^ 2025-01-03T11:41:29,407 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2025-01-03T11:41:29,407 return func(self, options, args) 2025-01-03T11:41:29,407 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-01-03T11:41:29,407 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-01-03T11:41:29,407 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-01-03T11:41:29,407 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-01-03T11:41:29,407 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2025-01-03T11:41:29,407 raise error from e 2025-01-03T11:41:29,407 pip._internal.exceptions.DistributionNotFound: No matching distribution found for hotpepper-gourmet==0.0.4 2025-01-03T11:41:29,413 Removed build tracker: '/tmp/pip-build-tracker-ajuo4ocm'