2024-04-23T18:20:32,791 Created temporary directory: /tmp/pip-build-tracker-gukxn9_n 2024-04-23T18:20:32,792 Initialized build tracking at /tmp/pip-build-tracker-gukxn9_n 2024-04-23T18:20:32,792 Created build tracker: /tmp/pip-build-tracker-gukxn9_n 2024-04-23T18:20:32,792 Entered build tracker: /tmp/pip-build-tracker-gukxn9_n 2024-04-23T18:20:32,793 Created temporary directory: /tmp/pip-wheel-3738rugf 2024-04-23T18:20:32,797 Created temporary directory: /tmp/pip-ephem-wheel-cache-72dl4ka5 2024-04-23T18:20:32,821 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-04-23T18:20:32,825 2 location(s) to search for versions of ardor-silverstone: 2024-04-23T18:20:32,825 * https://pypi.org/simple/ardor-silverstone/ 2024-04-23T18:20:32,825 * https://www.piwheels.org/simple/ardor-silverstone/ 2024-04-23T18:20:32,825 Fetching project page and analyzing links: https://pypi.org/simple/ardor-silverstone/ 2024-04-23T18:20:32,826 Getting page https://pypi.org/simple/ardor-silverstone/ 2024-04-23T18:20:32,827 Found index url https://pypi.org/simple/ 2024-04-23T18:20:32,879 Fetched page https://pypi.org/simple/ardor-silverstone/ as application/vnd.pypi.simple.v1+json 2024-04-23T18:20:32,881 Skipping link: No binaries permitted for ardor-silverstone: https://files.pythonhosted.org/packages/a2/8f/3ea1772c2f59156022c633a351b5d7f78dd23f3d7cbe86ebdff2e26d861b/ardor_silverstone-0.1.0-py3-none-any.whl (from https://pypi.org/simple/ardor-silverstone/) (requires-python:<4.0,>=3.12) 2024-04-23T18:20:32,882 Link requires a different Python (3.9.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/81/fa/eac10c97edbcac1f7543c432d45c836d5e76960c724a5de6ec0672781b8f/ardor_silverstone-0.1.0.tar.gz (from https://pypi.org/simple/ardor-silverstone/) (requires-python:<4.0,>=3.12) 2024-04-23T18:20:32,882 Skipping link: 0.1.0 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/81/fa/eac10c97edbcac1f7543c432d45c836d5e76960c724a5de6ec0672781b8f/ardor_silverstone-0.1.0.tar.gz (from https://pypi.org/simple/ardor-silverstone/) (requires-python:<4.0,>=3.12) 2024-04-23T18:20:32,882 Skipping link: No binaries permitted for ardor-silverstone: https://files.pythonhosted.org/packages/a8/70/94b4e5aa286ce39b7e6fd89dcc916bd72027697acbfcce05a1c43b1fcb30/ardor_silverstone-0.1.1-py3-none-any.whl (from https://pypi.org/simple/ardor-silverstone/) (requires-python:<4.0,>=3.12) 2024-04-23T18:20:32,883 Link requires a different Python (3.9.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/cd/ae/1f66335bcc930dab7b6bf0a5f6c367fff1ddc40d50769414f30094cbc5a2/ardor_silverstone-0.1.1.tar.gz (from https://pypi.org/simple/ardor-silverstone/) (requires-python:<4.0,>=3.12) 2024-04-23T18:20:32,883 Skipping link: 0.1.1 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/cd/ae/1f66335bcc930dab7b6bf0a5f6c367fff1ddc40d50769414f30094cbc5a2/ardor_silverstone-0.1.1.tar.gz (from https://pypi.org/simple/ardor-silverstone/) (requires-python:<4.0,>=3.12) 2024-04-23T18:20:32,883 Fetching project page and analyzing links: https://www.piwheels.org/simple/ardor-silverstone/ 2024-04-23T18:20:32,884 Getting page https://www.piwheels.org/simple/ardor-silverstone/ 2024-04-23T18:20:32,885 Found index url https://www.piwheels.org/simple/ 2024-04-23T18:20:33,055 Fetched page https://www.piwheels.org/simple/ardor-silverstone/ as text/html 2024-04-23T18:20:33,056 Skipping link: not a file: https://www.piwheels.org/simple/ardor-silverstone/ 2024-04-23T18:20:33,057 Skipping link: not a file: https://pypi.org/simple/ardor-silverstone/ 2024-04-23T18:20:33,074 Given no hashes to check 0 links for project 'ardor-silverstone': discarding no candidates 2024-04-23T18:20:33,074 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python <4.0,>=3.12; 0.1.1 Requires-Python <4.0,>=3.12 2024-04-23T18:20:33,075 ERROR: Could not find a version that satisfies the requirement ardor-silverstone==0.1.1 (from versions: none) 2024-04-23T18:20:33,076 ERROR: No matching distribution found for ardor-silverstone==0.1.1 2024-04-23T18:20:33,077 Exception information: 2024-04-23T18:20:33,077 Traceback (most recent call last): 2024-04-23T18:20:33,077 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-04-23T18:20:33,077 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-04-23T18:20:33,077 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-04-23T18:20:33,077 raise RequirementsConflicted(criterion) 2024-04-23T18:20:33,077 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ardor-silverstone==0.1.1') 2024-04-23T18:20:33,077 2024-04-23T18:20:33,077 During handling of the above exception, another exception occurred: 2024-04-23T18:20:33,077 2024-04-23T18:20:33,077 Traceback (most recent call last): 2024-04-23T18:20:33,077 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-04-23T18:20:33,077 result = self._result = resolver.resolve( 2024-04-23T18:20:33,077 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-04-23T18:20:33,077 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-04-23T18:20:33,077 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-04-23T18:20:33,077 raise ResolutionImpossible(e.criterion.information) 2024-04-23T18:20:33,077 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ardor-silverstone==0.1.1'), parent=None)] 2024-04-23T18:20:33,077 2024-04-23T18:20:33,077 The above exception was the direct cause of the following exception: 2024-04-23T18:20:33,077 2024-04-23T18:20:33,077 Traceback (most recent call last): 2024-04-23T18:20:33,077 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-04-23T18:20:33,077 status = run_func(*args) 2024-04-23T18:20:33,077 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-04-23T18:20:33,077 return func(self, options, args) 2024-04-23T18:20:33,077 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-04-23T18:20:33,077 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-04-23T18:20:33,077 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-04-23T18:20:33,077 raise error from e 2024-04-23T18:20:33,077 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ardor-silverstone==0.1.1 2024-04-23T18:20:33,081 Removed build tracker: '/tmp/pip-build-tracker-gukxn9_n'