2024-04-23T17:24:53,004 Created temporary directory: /tmp/pip-build-tracker-9co98d0_ 2024-04-23T17:24:53,006 Initialized build tracking at /tmp/pip-build-tracker-9co98d0_ 2024-04-23T17:24:53,006 Created build tracker: /tmp/pip-build-tracker-9co98d0_ 2024-04-23T17:24:53,006 Entered build tracker: /tmp/pip-build-tracker-9co98d0_ 2024-04-23T17:24:53,007 Created temporary directory: /tmp/pip-wheel-kt81hgqw 2024-04-23T17:24:53,011 Created temporary directory: /tmp/pip-ephem-wheel-cache-ldbo__ud 2024-04-23T17:24:53,034 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-04-23T17:24:53,038 2 location(s) to search for versions of ardor-silverstone: 2024-04-23T17:24:53,038 * https://pypi.org/simple/ardor-silverstone/ 2024-04-23T17:24:53,038 * https://www.piwheels.org/simple/ardor-silverstone/ 2024-04-23T17:24:53,039 Fetching project page and analyzing links: https://pypi.org/simple/ardor-silverstone/ 2024-04-23T17:24:53,039 Getting page https://pypi.org/simple/ardor-silverstone/ 2024-04-23T17:24:53,041 Found index url https://pypi.org/simple/ 2024-04-23T17:24:53,092 Fetched page https://pypi.org/simple/ardor-silverstone/ as application/vnd.pypi.simple.v1+json 2024-04-23T17:24:53,094 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-23T17:24:53,095 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-23T17:24:53,095 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-23T17:24:53,095 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-23T17:24:53,096 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-23T17:24:53,096 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-23T17:24:53,096 Fetching project page and analyzing links: https://www.piwheels.org/simple/ardor-silverstone/ 2024-04-23T17:24:53,097 Getting page https://www.piwheels.org/simple/ardor-silverstone/ 2024-04-23T17:24:53,097 Found index url https://www.piwheels.org/simple/ 2024-04-23T17:24:53,302 Fetched page https://www.piwheels.org/simple/ardor-silverstone/ as text/html 2024-04-23T17:24:53,302 Skipping link: not a file: https://www.piwheels.org/simple/ardor-silverstone/ 2024-04-23T17:24:53,303 Skipping link: not a file: https://pypi.org/simple/ardor-silverstone/ 2024-04-23T17:24:53,320 Given no hashes to check 0 links for project 'ardor-silverstone': discarding no candidates 2024-04-23T17:24:53,320 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-23T17:24:53,322 ERROR: Could not find a version that satisfies the requirement ardor-silverstone==0.1.0 (from versions: none) 2024-04-23T17:24:53,323 ERROR: No matching distribution found for ardor-silverstone==0.1.0 2024-04-23T17:24:53,324 Exception information: 2024-04-23T17:24:53,324 Traceback (most recent call last): 2024-04-23T17:24:53,324 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-04-23T17:24:53,324 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-04-23T17:24:53,324 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-04-23T17:24:53,324 raise RequirementsConflicted(criterion) 2024-04-23T17:24:53,324 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ardor-silverstone==0.1.0') 2024-04-23T17:24:53,324 2024-04-23T17:24:53,324 During handling of the above exception, another exception occurred: 2024-04-23T17:24:53,324 2024-04-23T17:24:53,324 Traceback (most recent call last): 2024-04-23T17:24:53,324 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-04-23T17:24:53,324 result = self._result = resolver.resolve( 2024-04-23T17:24:53,324 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-04-23T17:24:53,324 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-04-23T17:24:53,324 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-04-23T17:24:53,324 raise ResolutionImpossible(e.criterion.information) 2024-04-23T17:24:53,324 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ardor-silverstone==0.1.0'), parent=None)] 2024-04-23T17:24:53,324 2024-04-23T17:24:53,324 The above exception was the direct cause of the following exception: 2024-04-23T17:24:53,324 2024-04-23T17:24:53,324 Traceback (most recent call last): 2024-04-23T17:24:53,324 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-04-23T17:24:53,324 status = run_func(*args) 2024-04-23T17:24:53,324 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-04-23T17:24:53,324 return func(self, options, args) 2024-04-23T17:24:53,324 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-04-23T17:24:53,324 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-04-23T17:24:53,324 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-04-23T17:24:53,324 raise error from e 2024-04-23T17:24:53,324 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ardor-silverstone==0.1.0 2024-04-23T17:24:53,327 Removed build tracker: '/tmp/pip-build-tracker-9co98d0_'