2024-04-23T15:27:57,977 Created temporary directory: /tmp/pip-build-tracker-gv6pxhma 2024-04-23T15:27:57,978 Initialized build tracking at /tmp/pip-build-tracker-gv6pxhma 2024-04-23T15:27:57,979 Created build tracker: /tmp/pip-build-tracker-gv6pxhma 2024-04-23T15:27:57,979 Entered build tracker: /tmp/pip-build-tracker-gv6pxhma 2024-04-23T15:27:57,980 Created temporary directory: /tmp/pip-wheel-bon__phw 2024-04-23T15:27:57,984 Created temporary directory: /tmp/pip-ephem-wheel-cache-eh0j7_ni 2024-04-23T15:27:58,007 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-04-23T15:27:58,010 2 location(s) to search for versions of ardor-silverstone: 2024-04-23T15:27:58,010 * https://pypi.org/simple/ardor-silverstone/ 2024-04-23T15:27:58,010 * https://www.piwheels.org/simple/ardor-silverstone/ 2024-04-23T15:27:58,011 Fetching project page and analyzing links: https://pypi.org/simple/ardor-silverstone/ 2024-04-23T15:27:58,012 Getting page https://pypi.org/simple/ardor-silverstone/ 2024-04-23T15:27:58,014 Found index url https://pypi.org/simple/ 2024-04-23T15:27:58,277 Fetched page https://pypi.org/simple/ardor-silverstone/ as application/vnd.pypi.simple.v1+json 2024-04-23T15:27:58,280 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-23T15:27:58,281 Link requires a different Python (3.11.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-23T15:27:58,282 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-23T15:27:58,283 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-23T15:27:58,284 Link requires a different Python (3.11.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-23T15:27:58,285 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-23T15:27:58,286 Fetching project page and analyzing links: https://www.piwheels.org/simple/ardor-silverstone/ 2024-04-23T15:27:58,287 Getting page https://www.piwheels.org/simple/ardor-silverstone/ 2024-04-23T15:27:58,289 Found index url https://www.piwheels.org/simple/ 2024-04-23T15:27:58,489 Fetched page https://www.piwheels.org/simple/ardor-silverstone/ as text/html 2024-04-23T15:27:58,491 Skipping link: not a file: https://www.piwheels.org/simple/ardor-silverstone/ 2024-04-23T15:27:58,491 Skipping link: not a file: https://pypi.org/simple/ardor-silverstone/ 2024-04-23T15:27:58,510 Given no hashes to check 0 links for project 'ardor-silverstone': discarding no candidates 2024-04-23T15:27:58,511 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-23T15:27:58,513 ERROR: Could not find a version that satisfies the requirement ardor-silverstone==0.1.0 (from versions: none) 2024-04-23T15:27:58,514 ERROR: No matching distribution found for ardor-silverstone==0.1.0 2024-04-23T15:27:58,515 Exception information: 2024-04-23T15:27:58,515 Traceback (most recent call last): 2024-04-23T15:27:58,515 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-04-23T15:27:58,515 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-04-23T15:27:58,515 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-04-23T15:27:58,515 raise RequirementsConflicted(criterion) 2024-04-23T15:27:58,515 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ardor-silverstone==0.1.0') 2024-04-23T15:27:58,515 2024-04-23T15:27:58,515 During handling of the above exception, another exception occurred: 2024-04-23T15:27:58,515 2024-04-23T15:27:58,515 Traceback (most recent call last): 2024-04-23T15:27:58,515 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-04-23T15:27:58,515 result = self._result = resolver.resolve( 2024-04-23T15:27:58,515 ^^^^^^^^^^^^^^^^^ 2024-04-23T15:27:58,515 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-04-23T15:27:58,515 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-04-23T15:27:58,515 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T15:27:58,515 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-04-23T15:27:58,515 raise ResolutionImpossible(e.criterion.information) 2024-04-23T15:27:58,515 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ardor-silverstone==0.1.0'), parent=None)] 2024-04-23T15:27:58,515 2024-04-23T15:27:58,515 The above exception was the direct cause of the following exception: 2024-04-23T15:27:58,515 2024-04-23T15:27:58,515 Traceback (most recent call last): 2024-04-23T15:27:58,515 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-04-23T15:27:58,515 status = run_func(*args) 2024-04-23T15:27:58,515 ^^^^^^^^^^^^^^^ 2024-04-23T15:27:58,515 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-04-23T15:27:58,515 return func(self, options, args) 2024-04-23T15:27:58,515 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T15:27:58,515 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-04-23T15:27:58,515 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-04-23T15:27:58,515 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T15:27:58,515 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-04-23T15:27:58,515 raise error from e 2024-04-23T15:27:58,515 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ardor-silverstone==0.1.0 2024-04-23T15:27:58,522 Removed build tracker: '/tmp/pip-build-tracker-gv6pxhma'