2026-02-10T22:04:34,643 Created temporary directory: /tmp/pip-ephem-wheel-cache-zuqlktly 2026-02-10T22:04:34,648 Created temporary directory: /tmp/pip-req-tracker-oypuwo58 2026-02-10T22:04:34,649 Initialized build tracking at /tmp/pip-req-tracker-oypuwo58 2026-02-10T22:04:34,649 Created build tracker: /tmp/pip-req-tracker-oypuwo58 2026-02-10T22:04:34,650 Entered build tracker: /tmp/pip-req-tracker-oypuwo58 2026-02-10T22:04:34,651 Created temporary directory: /tmp/pip-wheel-lpsbm0ew 2026-02-10T22:04:34,696 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple, https://www.piwheels.org/simple 2026-02-10T22:04:34,700 2 location(s) to search for versions of hsfpy3: 2026-02-10T22:04:34,700 * https://pypi.org/simple/hsfpy3/ 2026-02-10T22:04:34,700 * https://www.piwheels.org/simple/hsfpy3/ 2026-02-10T22:04:34,701 Fetching project page and analyzing links: https://pypi.org/simple/hsfpy3/ 2026-02-10T22:04:34,702 Getting page https://pypi.org/simple/hsfpy3/ 2026-02-10T22:04:34,705 Found index url https://pypi.org/simple 2026-02-10T22:04:34,714 Starting new HTTPS connection (1): pypi.org:443 2026-02-10T22:04:34,953 https://pypi.org:443 "GET /simple/hsfpy3/ HTTP/1.1" 200 209 2026-02-10T22:04:35,104 Fetching project page and analyzing links: https://www.piwheels.org/simple/hsfpy3/ 2026-02-10T22:04:35,105 Getting page https://www.piwheels.org/simple/hsfpy3/ 2026-02-10T22:04:35,107 Found index url https://www.piwheels.org/simple 2026-02-10T22:04:35,112 Starting new HTTPS connection (1): www.piwheels.org:443 2026-02-10T22:04:35,249 https://www.piwheels.org:443 "GET /simple/hsfpy3/ HTTP/1.1" 200 142 2026-02-10T22:04:35,326 Given no hashes to check 0 links for project 'hsfpy3': discarding no candidates 2026-02-10T22:04:35,327 ERROR: Could not find a version that satisfies the requirement hsfpy3==0.0.1 2026-02-10T22:04:35,328 ERROR: No matching distribution found for hsfpy3==0.0.1 2026-02-10T22:04:35,329 Exception information: 2026-02-10T22:04:35,329 Traceback (most recent call last): 2026-02-10T22:04:35,329 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2026-02-10T22:04:35,329 crit = self.state.criteria[name] 2026-02-10T22:04:35,329 KeyError: 'hsfpy3' 2026-02-10T22:04:35,329 2026-02-10T22:04:35,329 During handling of the above exception, another exception occurred: 2026-02-10T22:04:35,329 2026-02-10T22:04:35,329 Traceback (most recent call last): 2026-02-10T22:04:35,329 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 318, in resolve 2026-02-10T22:04:35,329 name, crit = self._merge_into_criterion(r, parent=None) 2026-02-10T22:04:35,329 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2026-02-10T22:04:35,329 crit = Criterion.from_requirement(self._p, requirement, parent) 2026-02-10T22:04:35,329 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 83, in from_requirement 2026-02-10T22:04:35,329 raise RequirementsConflicted(criterion) 2026-02-10T22:04:35,329 resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('hsfpy3==0.0.1') 2026-02-10T22:04:35,329 2026-02-10T22:04:35,329 During handling of the above exception, another exception occurred: 2026-02-10T22:04:35,329 2026-02-10T22:04:35,329 Traceback (most recent call last): 2026-02-10T22:04:35,329 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2026-02-10T22:04:35,329 self._result = resolver.resolve( 2026-02-10T22:04:35,329 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 453, in resolve 2026-02-10T22:04:35,329 state = resolution.resolve(requirements, max_rounds=max_rounds) 2026-02-10T22:04:35,329 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 320, in resolve 2026-02-10T22:04:35,329 raise ResolutionImpossible(e.criterion.information) 2026-02-10T22:04:35,329 resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('hsfpy3==0.0.1'), parent=None)] 2026-02-10T22:04:35,329 2026-02-10T22:04:35,329 The above exception was the direct cause of the following exception: 2026-02-10T22:04:35,329 2026-02-10T22:04:35,329 Traceback (most recent call last): 2026-02-10T22:04:35,329 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2026-02-10T22:04:35,329 status = self.run(options, args) 2026-02-10T22:04:35,329 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2026-02-10T22:04:35,329 return func(self, options, args) 2026-02-10T22:04:35,329 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 162, in run 2026-02-10T22:04:35,329 requirement_set = resolver.resolve( 2026-02-10T22:04:35,329 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2026-02-10T22:04:35,329 six.raise_from(error, e) 2026-02-10T22:04:35,329 File "", line 3, in raise_from 2026-02-10T22:04:35,329 pip._internal.exceptions.DistributionNotFound: No matching distribution found for hsfpy3==0.0.1 2026-02-10T22:04:35,338 Removed build tracker: '/tmp/pip-req-tracker-oypuwo58'