2023-12-13T21:51:11,201 Created temporary directory: /tmp/pip-build-tracker-w5ygu9ba 2023-12-13T21:51:11,205 Initialized build tracking at /tmp/pip-build-tracker-w5ygu9ba 2023-12-13T21:51:11,205 Created build tracker: /tmp/pip-build-tracker-w5ygu9ba 2023-12-13T21:51:11,206 Entered build tracker: /tmp/pip-build-tracker-w5ygu9ba 2023-12-13T21:51:11,207 Created temporary directory: /tmp/pip-wheel-2c3ur8bf 2023-12-13T21:51:11,217 Created temporary directory: /tmp/pip-ephem-wheel-cache-_abuvg99 2023-12-13T21:51:11,272 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-12-13T21:51:11,286 2 location(s) to search for versions of quantify-qblox: 2023-12-13T21:51:11,286 * https://pypi.org/simple/quantify-qblox/ 2023-12-13T21:51:11,286 * https://www.piwheels.org/simple/quantify-qblox/ 2023-12-13T21:51:11,287 Fetching project page and analyzing links: https://pypi.org/simple/quantify-qblox/ 2023-12-13T21:51:11,288 Getting page https://pypi.org/simple/quantify-qblox/ 2023-12-13T21:51:11,292 Found index url https://pypi.org/simple/ 2023-12-13T21:51:11,405 Fetched page https://pypi.org/simple/quantify-qblox/ as application/vnd.pypi.simple.v1+json 2023-12-13T21:51:11,408 Skipping link: No binaries permitted for quantify-qblox: https://files.pythonhosted.org/packages/2c/f9/1213a72d007722716f0fa64440b544303b44d14bc10c331263c35e70b717/quantify_qblox-0.0.1-py3-none-any.whl (from https://pypi.org/simple/quantify-qblox/) (requires-python:<3.10,>=3.8) 2023-12-13T21:51:11,409 Link requires a different Python (3.7.3 not in: '<3.10,>=3.8'): https://files.pythonhosted.org/packages/aa/a0/f78a0ba39de79efce38f7ab2b2e32bce4c2b2e97db1c7e8c27e70b2c0177/quantify_qblox-0.0.1.tar.gz (from https://pypi.org/simple/quantify-qblox/) (requires-python:<3.10,>=3.8) 2023-12-13T21:51:11,410 Skipping link: 0.0.1 Requires-Python <3.10,>=3.8: https://files.pythonhosted.org/packages/aa/a0/f78a0ba39de79efce38f7ab2b2e32bce4c2b2e97db1c7e8c27e70b2c0177/quantify_qblox-0.0.1.tar.gz (from https://pypi.org/simple/quantify-qblox/) (requires-python:<3.10,>=3.8) 2023-12-13T21:51:11,411 Fetching project page and analyzing links: https://www.piwheels.org/simple/quantify-qblox/ 2023-12-13T21:51:11,411 Getting page https://www.piwheels.org/simple/quantify-qblox/ 2023-12-13T21:51:11,414 Found index url https://www.piwheels.org/simple/ 2023-12-13T21:51:11,532 Fetched page https://www.piwheels.org/simple/quantify-qblox/ as text/html 2023-12-13T21:51:11,534 Skipping link: not a file: https://www.piwheels.org/simple/quantify-qblox/ 2023-12-13T21:51:11,535 Skipping link: not a file: https://pypi.org/simple/quantify-qblox/ 2023-12-13T21:51:11,567 Given no hashes to check 0 links for project 'quantify-qblox': discarding no candidates 2023-12-13T21:51:11,568 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python <3.10,>=3.8 2023-12-13T21:51:11,571 ERROR: Could not find a version that satisfies the requirement quantify-qblox==0.0.1 (from versions: none) 2023-12-13T21:51:11,573 ERROR: No matching distribution found for quantify-qblox==0.0.1 2023-12-13T21:51:11,575 Exception information: 2023-12-13T21:51:11,575 Traceback (most recent call last): 2023-12-13T21:51:11,575 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-12-13T21:51:11,575 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-12-13T21:51:11,575 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-12-13T21:51:11,575 raise RequirementsConflicted(criterion) 2023-12-13T21:51:11,575 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('quantify-qblox==0.0.1') 2023-12-13T21:51:11,575 2023-12-13T21:51:11,575 During handling of the above exception, another exception occurred: 2023-12-13T21:51:11,575 2023-12-13T21:51:11,575 Traceback (most recent call last): 2023-12-13T21:51:11,575 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2023-12-13T21:51:11,575 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-12-13T21:51:11,575 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-12-13T21:51:11,575 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-12-13T21:51:11,575 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-12-13T21:51:11,575 raise ResolutionImpossible(e.criterion.information) 2023-12-13T21:51:11,575 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('quantify-qblox==0.0.1'), parent=None)] 2023-12-13T21:51:11,575 2023-12-13T21:51:11,575 The above exception was the direct cause of the following exception: 2023-12-13T21:51:11,575 2023-12-13T21:51:11,575 Traceback (most recent call last): 2023-12-13T21:51:11,575 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-12-13T21:51:11,575 status = run_func(*args) 2023-12-13T21:51:11,575 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2023-12-13T21:51:11,575 return func(self, options, args) 2023-12-13T21:51:11,575 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-12-13T21:51:11,575 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-12-13T21:51:11,575 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2023-12-13T21:51:11,575 raise error from e 2023-12-13T21:51:11,575 pip._internal.exceptions.DistributionNotFound: No matching distribution found for quantify-qblox==0.0.1 2023-12-13T21:51:11,584 Removed build tracker: '/tmp/pip-build-tracker-w5ygu9ba'