2022-06-12T22:11:29,615 Created temporary directory: /tmp/pip-ephem-wheel-cache-06vj7o9i 2022-06-12T22:11:29,620 Created temporary directory: /tmp/pip-build-tracker-zoleb9xd 2022-06-12T22:11:29,621 Initialized build tracking at /tmp/pip-build-tracker-zoleb9xd 2022-06-12T22:11:29,622 Created build tracker: /tmp/pip-build-tracker-zoleb9xd 2022-06-12T22:11:29,622 Entered build tracker: /tmp/pip-build-tracker-zoleb9xd 2022-06-12T22:11:29,623 Created temporary directory: /tmp/pip-wheel-b5h_eakk 2022-06-12T22:11:29,694 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-06-12T22:11:29,703 2 location(s) to search for versions of adranis-sigma: 2022-06-12T22:11:29,703 * https://pypi.org/simple/adranis-sigma/ 2022-06-12T22:11:29,703 * https://www.piwheels.org/simple/adranis-sigma/ 2022-06-12T22:11:29,704 Fetching project page and analyzing links: https://pypi.org/simple/adranis-sigma/ 2022-06-12T22:11:29,705 Getting page https://pypi.org/simple/adranis-sigma/ 2022-06-12T22:11:29,709 Found index url https://pypi.org/simple 2022-06-12T22:11:29,824 Link requires a different Python (3.7.3 not in: '>=3.8,<3.11'): https://files.pythonhosted.org/packages/c0/12/622b961e32815e4f66fc490c7604c09f7eb061c3102d48f9fa363901645e/adranis-sigma-0.1.0.tar.gz#sha256=ff3bb0f6702b5a215849a1d2e3babb3f4e0a93ea48fc815b6fcdec3e641f47bb (from https://pypi.org/simple/adranis-sigma/) (requires-python:>=3.8,<3.11) 2022-06-12T22:11:29,824 Skipping link: 0.1.0 Requires-Python >=3.8,<3.11: https://files.pythonhosted.org/packages/c0/12/622b961e32815e4f66fc490c7604c09f7eb061c3102d48f9fa363901645e/adranis-sigma-0.1.0.tar.gz#sha256=ff3bb0f6702b5a215849a1d2e3babb3f4e0a93ea48fc815b6fcdec3e641f47bb (from https://pypi.org/simple/adranis-sigma/) (requires-python:>=3.8,<3.11) 2022-06-12T22:11:29,825 Skipping link: No binaries permitted for adranis-sigma: https://files.pythonhosted.org/packages/94/c6/40832efcc2bcd3471b2c31bb3aa9cae397cd78799eedcdc44220df4224b2/adranis_sigma-0.1.0-py3-none-any.whl#sha256=bc3bdacb0e55ac1245b103473155ccde575457e409f9fe157358204a82dcbf56 (from https://pypi.org/simple/adranis-sigma/) (requires-python:>=3.8,<3.11) 2022-06-12T22:11:29,825 Fetching project page and analyzing links: https://www.piwheels.org/simple/adranis-sigma/ 2022-06-12T22:11:29,826 Getting page https://www.piwheels.org/simple/adranis-sigma/ 2022-06-12T22:11:29,828 Found index url https://www.piwheels.org/simple 2022-06-12T22:11:30,046 Skipping link: not a file: https://www.piwheels.org/simple/adranis-sigma/ 2022-06-12T22:11:30,047 Skipping link: not a file: https://pypi.org/simple/adranis-sigma/ 2022-06-12T22:11:30,080 Given no hashes to check 0 links for project 'adranis-sigma': discarding no candidates 2022-06-12T22:11:30,081 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.8,<3.11 2022-06-12T22:11:30,084 ERROR: Could not find a version that satisfies the requirement adranis-sigma==0.1.0 (from versions: none) 2022-06-12T22:11:30,086 ERROR: No matching distribution found for adranis-sigma==0.1.0 2022-06-12T22:11:30,088 Exception information: 2022-06-12T22:11:30,088 Traceback (most recent call last): 2022-06-12T22:11:30,088 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-06-12T22:11:30,088 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-06-12T22:11:30,088 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-06-12T22:11:30,088 raise RequirementsConflicted(criterion) 2022-06-12T22:11:30,088 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('adranis-sigma==0.1.0') 2022-06-12T22:11:30,088 2022-06-12T22:11:30,088 During handling of the above exception, another exception occurred: 2022-06-12T22:11:30,088 2022-06-12T22:11:30,088 Traceback (most recent call last): 2022-06-12T22:11:30,088 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-06-12T22:11:30,088 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-06-12T22:11:30,088 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-06-12T22:11:30,088 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-06-12T22:11:30,088 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-06-12T22:11:30,088 raise ResolutionImpossible(e.criterion.information) 2022-06-12T22:11:30,088 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('adranis-sigma==0.1.0'), parent=None)] 2022-06-12T22:11:30,088 2022-06-12T22:11:30,088 The above exception was the direct cause of the following exception: 2022-06-12T22:11:30,088 2022-06-12T22:11:30,088 Traceback (most recent call last): 2022-06-12T22:11:30,088 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-06-12T22:11:30,088 status = run_func(*args) 2022-06-12T22:11:30,088 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-06-12T22:11:30,088 return func(self, options, args) 2022-06-12T22:11:30,088 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-06-12T22:11:30,088 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-06-12T22:11:30,088 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-06-12T22:11:30,088 raise error from e 2022-06-12T22:11:30,088 pip._internal.exceptions.DistributionNotFound: No matching distribution found for adranis-sigma==0.1.0 2022-06-12T22:11:30,096 Removed build tracker: '/tmp/pip-build-tracker-zoleb9xd'