2024-09-22T16:26:48,625 Disabling truststore because Python version isn't 3.10+ 2024-09-22T16:26:49,339 Created temporary directory: /tmp/pip-build-tracker-j9_f82_i 2024-09-22T16:26:49,340 Initialized build tracking at /tmp/pip-build-tracker-j9_f82_i 2024-09-22T16:26:49,341 Created build tracker: /tmp/pip-build-tracker-j9_f82_i 2024-09-22T16:26:49,341 Entered build tracker: /tmp/pip-build-tracker-j9_f82_i 2024-09-22T16:26:49,342 Created temporary directory: /tmp/pip-wheel-a17o9jvd 2024-09-22T16:26:49,350 Created temporary directory: /tmp/pip-ephem-wheel-cache-bauiep6s 2024-09-22T16:26:49,414 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-09-22T16:26:49,418 2 location(s) to search for versions of authy-package: 2024-09-22T16:26:49,418 * https://pypi.org/simple/authy-package/ 2024-09-22T16:26:49,418 * https://www.piwheels.org/simple/authy-package/ 2024-09-22T16:26:49,418 Fetching project page and analyzing links: https://pypi.org/simple/authy-package/ 2024-09-22T16:26:49,419 Getting page https://pypi.org/simple/authy-package/ 2024-09-22T16:26:49,421 Found index url https://pypi.org/simple/ 2024-09-22T16:26:49,554 Fetched page https://pypi.org/simple/authy-package/ as application/vnd.pypi.simple.v1+json 2024-09-22T16:26:49,556 Skipping link: No binaries permitted for authy-package: https://files.pythonhosted.org/packages/98/41/f838c9323078cc0fc2b9df88ebdeddd922b1bee67a727ce4acd837d5f196/authy_package-0.1.1-py3-none-any.whl (from https://pypi.org/simple/authy-package/) (requires-python:<4.0,>=3.12) 2024-09-22T16:26:49,556 Link requires a different Python (3.9.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/da/b0/2b755a091cb97d07df0fefa38c7be7292f806b71a25ede535b65f08ee472/authy_package-0.1.1.tar.gz (from https://pypi.org/simple/authy-package/) (requires-python:<4.0,>=3.12) 2024-09-22T16:26:49,557 Skipping link: 0.1.1 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/da/b0/2b755a091cb97d07df0fefa38c7be7292f806b71a25ede535b65f08ee472/authy_package-0.1.1.tar.gz (from https://pypi.org/simple/authy-package/) (requires-python:<4.0,>=3.12) 2024-09-22T16:26:49,557 Skipping link: No binaries permitted for authy-package: https://files.pythonhosted.org/packages/b5/4e/480f12a6943e9b95ba3781bf36dfe8bd11cb48f8b66a9f046791ea713bd1/authy_package-0.1.2-py3-none-any.whl (from https://pypi.org/simple/authy-package/) (requires-python:<4.0,>=3.12) 2024-09-22T16:26:49,558 Link requires a different Python (3.9.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/cd/9f/1e03bcd5ebe99b715d108d1f07e5ad2668b89880156a2aee4e9aada81195/authy_package-0.1.2.tar.gz (from https://pypi.org/simple/authy-package/) (requires-python:<4.0,>=3.12) 2024-09-22T16:26:49,558 Skipping link: 0.1.2 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/cd/9f/1e03bcd5ebe99b715d108d1f07e5ad2668b89880156a2aee4e9aada81195/authy_package-0.1.2.tar.gz (from https://pypi.org/simple/authy-package/) (requires-python:<4.0,>=3.12) 2024-09-22T16:26:49,558 Fetching project page and analyzing links: https://www.piwheels.org/simple/authy-package/ 2024-09-22T16:26:49,558 Getting page https://www.piwheels.org/simple/authy-package/ 2024-09-22T16:26:49,559 Found index url https://www.piwheels.org/simple/ 2024-09-22T16:26:49,599 Fetched page https://www.piwheels.org/simple/authy-package/ as text/html 2024-09-22T16:26:49,600 Skipping link: not a file: https://www.piwheels.org/simple/authy-package/ 2024-09-22T16:26:49,600 Skipping link: not a file: https://pypi.org/simple/authy-package/ 2024-09-22T16:26:49,616 Given no hashes to check 0 links for project 'authy-package': discarding no candidates 2024-09-22T16:26:49,616 ERROR: Ignored the following versions that require a different python version: 0.1.1 Requires-Python <4.0,>=3.12; 0.1.2 Requires-Python <4.0,>=3.12 2024-09-22T16:26:49,618 ERROR: Could not find a version that satisfies the requirement authy-package==0.1.1 (from versions: none) 2024-09-22T16:26:49,619 ERROR: No matching distribution found for authy-package==0.1.1 2024-09-22T16:26:49,620 Exception information: 2024-09-22T16:26:49,620 Traceback (most recent call last): 2024-09-22T16:26:49,620 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-09-22T16:26:49,620 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-09-22T16:26:49,620 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-09-22T16:26:49,620 raise RequirementsConflicted(criterion) 2024-09-22T16:26:49,620 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('authy-package==0.1.1') 2024-09-22T16:26:49,620 2024-09-22T16:26:49,620 During handling of the above exception, another exception occurred: 2024-09-22T16:26:49,620 2024-09-22T16:26:49,620 Traceback (most recent call last): 2024-09-22T16:26:49,620 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-09-22T16:26:49,620 result = self._result = resolver.resolve( 2024-09-22T16:26:49,620 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-09-22T16:26:49,620 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-09-22T16:26:49,620 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-09-22T16:26:49,620 raise ResolutionImpossible(e.criterion.information) 2024-09-22T16:26:49,620 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('authy-package==0.1.1'), parent=None)] 2024-09-22T16:26:49,620 2024-09-22T16:26:49,620 The above exception was the direct cause of the following exception: 2024-09-22T16:26:49,620 2024-09-22T16:26:49,620 Traceback (most recent call last): 2024-09-22T16:26:49,620 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-09-22T16:26:49,620 status = _inner_run() 2024-09-22T16:26:49,620 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-09-22T16:26:49,620 return self.run(options, args) 2024-09-22T16:26:49,620 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-09-22T16:26:49,620 return func(self, options, args) 2024-09-22T16:26:49,620 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-09-22T16:26:49,620 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-09-22T16:26:49,620 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-09-22T16:26:49,620 raise error from e 2024-09-22T16:26:49,620 pip._internal.exceptions.DistributionNotFound: No matching distribution found for authy-package==0.1.1 2024-09-22T16:26:49,623 Removed build tracker: '/tmp/pip-build-tracker-j9_f82_i'