2026-02-10T17:29:33,860 Created temporary directory: /tmp/pip-ephem-wheel-cache-m0ciolsk 2026-02-10T17:29:33,865 Created temporary directory: /tmp/pip-req-tracker-sxv7xir3 2026-02-10T17:29:33,866 Initialized build tracking at /tmp/pip-req-tracker-sxv7xir3 2026-02-10T17:29:33,867 Created build tracker: /tmp/pip-req-tracker-sxv7xir3 2026-02-10T17:29:33,867 Entered build tracker: /tmp/pip-req-tracker-sxv7xir3 2026-02-10T17:29:33,868 Created temporary directory: /tmp/pip-wheel-wyppdbwy 2026-02-10T17:29:33,914 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple, https://www.piwheels.org/simple 2026-02-10T17:29:33,918 2 location(s) to search for versions of series-detection: 2026-02-10T17:29:33,918 * https://pypi.org/simple/series-detection/ 2026-02-10T17:29:33,918 * https://www.piwheels.org/simple/series-detection/ 2026-02-10T17:29:33,919 Fetching project page and analyzing links: https://pypi.org/simple/series-detection/ 2026-02-10T17:29:33,920 Getting page https://pypi.org/simple/series-detection/ 2026-02-10T17:29:33,923 Found index url https://pypi.org/simple 2026-02-10T17:29:33,933 Starting new HTTPS connection (1): pypi.org:443 2026-02-10T17:29:34,104 https://pypi.org:443 "GET /simple/series-detection/ HTTP/1.1" 200 215 2026-02-10T17:29:34,255 Fetching project page and analyzing links: https://www.piwheels.org/simple/series-detection/ 2026-02-10T17:29:34,256 Getting page https://www.piwheels.org/simple/series-detection/ 2026-02-10T17:29:34,258 Found index url https://www.piwheels.org/simple 2026-02-10T17:29:34,262 Starting new HTTPS connection (1): www.piwheels.org:443 2026-02-10T17:29:34,376 https://www.piwheels.org:443 "GET /simple/series-detection/ HTTP/1.1" 200 150 2026-02-10T17:29:34,452 Given no hashes to check 0 links for project 'series-detection': discarding no candidates 2026-02-10T17:29:34,453 ERROR: Could not find a version that satisfies the requirement series-detection==0.0.1 2026-02-10T17:29:34,453 ERROR: No matching distribution found for series-detection==0.0.1 2026-02-10T17:29:34,454 Exception information: 2026-02-10T17:29:34,454 Traceback (most recent call last): 2026-02-10T17:29:34,454 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-10T17:29:34,454 crit = self.state.criteria[name] 2026-02-10T17:29:34,454 KeyError: 'series-detection' 2026-02-10T17:29:34,454 2026-02-10T17:29:34,454 During handling of the above exception, another exception occurred: 2026-02-10T17:29:34,454 2026-02-10T17:29:34,454 Traceback (most recent call last): 2026-02-10T17:29:34,454 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 318, in resolve 2026-02-10T17:29:34,454 name, crit = self._merge_into_criterion(r, parent=None) 2026-02-10T17:29:34,454 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-10T17:29:34,454 crit = Criterion.from_requirement(self._p, requirement, parent) 2026-02-10T17:29:34,454 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 83, in from_requirement 2026-02-10T17:29:34,454 raise RequirementsConflicted(criterion) 2026-02-10T17:29:34,454 resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('series-detection==0.0.1') 2026-02-10T17:29:34,454 2026-02-10T17:29:34,454 During handling of the above exception, another exception occurred: 2026-02-10T17:29:34,454 2026-02-10T17:29:34,454 Traceback (most recent call last): 2026-02-10T17:29:34,454 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2026-02-10T17:29:34,454 self._result = resolver.resolve( 2026-02-10T17:29:34,454 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 453, in resolve 2026-02-10T17:29:34,454 state = resolution.resolve(requirements, max_rounds=max_rounds) 2026-02-10T17:29:34,454 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 320, in resolve 2026-02-10T17:29:34,454 raise ResolutionImpossible(e.criterion.information) 2026-02-10T17:29:34,454 resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('series-detection==0.0.1'), parent=None)] 2026-02-10T17:29:34,454 2026-02-10T17:29:34,454 The above exception was the direct cause of the following exception: 2026-02-10T17:29:34,454 2026-02-10T17:29:34,454 Traceback (most recent call last): 2026-02-10T17:29:34,454 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2026-02-10T17:29:34,454 status = self.run(options, args) 2026-02-10T17:29:34,454 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2026-02-10T17:29:34,454 return func(self, options, args) 2026-02-10T17:29:34,454 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 162, in run 2026-02-10T17:29:34,454 requirement_set = resolver.resolve( 2026-02-10T17:29:34,454 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2026-02-10T17:29:34,454 six.raise_from(error, e) 2026-02-10T17:29:34,454 File "", line 3, in raise_from 2026-02-10T17:29:34,454 pip._internal.exceptions.DistributionNotFound: No matching distribution found for series-detection==0.0.1 2026-02-10T17:29:34,464 Removed build tracker: '/tmp/pip-req-tracker-sxv7xir3'