2023-12-13T21:03:20,624 Created temporary directory: /tmp/pip-build-tracker-7567s_72 2023-12-13T21:03:20,625 Initialized build tracking at /tmp/pip-build-tracker-7567s_72 2023-12-13T21:03:20,626 Created build tracker: /tmp/pip-build-tracker-7567s_72 2023-12-13T21:03:20,626 Entered build tracker: /tmp/pip-build-tracker-7567s_72 2023-12-13T21:03:20,627 Created temporary directory: /tmp/pip-wheel-scrc_qyu 2023-12-13T21:03:20,630 Created temporary directory: /tmp/pip-ephem-wheel-cache-xmu41c7b 2023-12-13T21:03:20,652 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-12-13T21:03:20,655 2 location(s) to search for versions of quantify-qblox: 2023-12-13T21:03:20,655 * https://pypi.org/simple/quantify-qblox/ 2023-12-13T21:03:20,655 * https://www.piwheels.org/simple/quantify-qblox/ 2023-12-13T21:03:20,656 Fetching project page and analyzing links: https://pypi.org/simple/quantify-qblox/ 2023-12-13T21:03:20,657 Getting page https://pypi.org/simple/quantify-qblox/ 2023-12-13T21:03:20,658 Found index url https://pypi.org/simple/ 2023-12-13T21:03:20,922 Fetched page https://pypi.org/simple/quantify-qblox/ as application/vnd.pypi.simple.v1+json 2023-12-13T21:03:20,924 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:03:20,925 Link requires a different Python (3.11.2 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:03:20,925 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:03:20,926 Fetching project page and analyzing links: https://www.piwheels.org/simple/quantify-qblox/ 2023-12-13T21:03:20,927 Getting page https://www.piwheels.org/simple/quantify-qblox/ 2023-12-13T21:03:20,928 Found index url https://www.piwheels.org/simple/ 2023-12-13T21:03:21,091 Fetched page https://www.piwheels.org/simple/quantify-qblox/ as text/html 2023-12-13T21:03:21,092 Skipping link: not a file: https://www.piwheels.org/simple/quantify-qblox/ 2023-12-13T21:03:21,093 Skipping link: not a file: https://pypi.org/simple/quantify-qblox/ 2023-12-13T21:03:21,111 Given no hashes to check 0 links for project 'quantify-qblox': discarding no candidates 2023-12-13T21:03:21,111 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python <3.10,>=3.8 2023-12-13T21:03:21,113 ERROR: Could not find a version that satisfies the requirement quantify-qblox==0.0.1 (from versions: none) 2023-12-13T21:03:21,115 ERROR: No matching distribution found for quantify-qblox==0.0.1 2023-12-13T21:03:21,116 Exception information: 2023-12-13T21:03:21,116 Traceback (most recent call last): 2023-12-13T21:03:21,116 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-12-13T21:03:21,116 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-12-13T21:03:21,116 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-12-13T21:03:21,116 raise RequirementsConflicted(criterion) 2023-12-13T21:03:21,116 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('quantify-qblox==0.0.1') 2023-12-13T21:03:21,116 2023-12-13T21:03:21,116 During handling of the above exception, another exception occurred: 2023-12-13T21:03:21,116 2023-12-13T21:03:21,116 Traceback (most recent call last): 2023-12-13T21:03:21,116 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2023-12-13T21:03:21,116 result = self._result = resolver.resolve( 2023-12-13T21:03:21,116 ^^^^^^^^^^^^^^^^^ 2023-12-13T21:03:21,116 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-12-13T21:03:21,116 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-12-13T21:03:21,116 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-12-13T21:03:21,116 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-12-13T21:03:21,116 raise ResolutionImpossible(e.criterion.information) 2023-12-13T21:03:21,116 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('quantify-qblox==0.0.1'), parent=None)] 2023-12-13T21:03:21,116 2023-12-13T21:03:21,116 The above exception was the direct cause of the following exception: 2023-12-13T21:03:21,116 2023-12-13T21:03:21,116 Traceback (most recent call last): 2023-12-13T21:03:21,116 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-12-13T21:03:21,116 status = run_func(*args) 2023-12-13T21:03:21,116 ^^^^^^^^^^^^^^^ 2023-12-13T21:03:21,116 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2023-12-13T21:03:21,116 return func(self, options, args) 2023-12-13T21:03:21,116 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-12-13T21:03:21,116 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-12-13T21:03:21,116 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-12-13T21:03:21,116 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-12-13T21:03:21,116 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2023-12-13T21:03:21,116 raise error from e 2023-12-13T21:03:21,116 pip._internal.exceptions.DistributionNotFound: No matching distribution found for quantify-qblox==0.0.1 2023-12-13T21:03:21,122 Removed build tracker: '/tmp/pip-build-tracker-7567s_72'