2024-08-27T03:56:20,648 Created temporary directory: /tmp/pip-build-tracker-yv4g1agm 2024-08-27T03:56:20,649 Initialized build tracking at /tmp/pip-build-tracker-yv4g1agm 2024-08-27T03:56:20,649 Created build tracker: /tmp/pip-build-tracker-yv4g1agm 2024-08-27T03:56:20,650 Entered build tracker: /tmp/pip-build-tracker-yv4g1agm 2024-08-27T03:56:20,650 Created temporary directory: /tmp/pip-wheel-eyvhv5we 2024-08-27T03:56:20,654 Created temporary directory: /tmp/pip-ephem-wheel-cache-7equ0ew2 2024-08-27T03:56:20,698 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-08-27T03:56:20,701 2 location(s) to search for versions of sbt-aws-cli: 2024-08-27T03:56:20,701 * https://pypi.org/simple/sbt-aws-cli/ 2024-08-27T03:56:20,701 * https://www.piwheels.org/simple/sbt-aws-cli/ 2024-08-27T03:56:20,702 Fetching project page and analyzing links: https://pypi.org/simple/sbt-aws-cli/ 2024-08-27T03:56:20,702 Getting page https://pypi.org/simple/sbt-aws-cli/ 2024-08-27T03:56:20,704 Found index url https://pypi.org/simple/ 2024-08-27T03:56:20,921 Fetched page https://pypi.org/simple/sbt-aws-cli/ as application/vnd.pypi.simple.v1+json 2024-08-27T03:56:20,922 Skipping link: No binaries permitted for sbt-aws-cli: https://files.pythonhosted.org/packages/7b/58/b3a437a8cd731417247d19bf4d11515971ed8f5a097a0c2c312d081bb333/sbt_aws_cli-0.0.1-py3-none-any.whl (from https://pypi.org/simple/sbt-aws-cli/) (requires-python:<4.0,>=3.12) 2024-08-27T03:56:20,923 Link requires a different Python (3.11.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/2b/83/e85958a21f522daa60d701e09c387be100997df9319b82774abbdbb65045/sbt_aws_cli-0.0.1.tar.gz (from https://pypi.org/simple/sbt-aws-cli/) (requires-python:<4.0,>=3.12) 2024-08-27T03:56:20,924 Skipping link: 0.0.1 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/2b/83/e85958a21f522daa60d701e09c387be100997df9319b82774abbdbb65045/sbt_aws_cli-0.0.1.tar.gz (from https://pypi.org/simple/sbt-aws-cli/) (requires-python:<4.0,>=3.12) 2024-08-27T03:56:20,924 Fetching project page and analyzing links: https://www.piwheels.org/simple/sbt-aws-cli/ 2024-08-27T03:56:20,925 Getting page https://www.piwheels.org/simple/sbt-aws-cli/ 2024-08-27T03:56:20,926 Found index url https://www.piwheels.org/simple/ 2024-08-27T03:56:21,084 Fetched page https://www.piwheels.org/simple/sbt-aws-cli/ as text/html 2024-08-27T03:56:21,085 Skipping link: not a file: https://www.piwheels.org/simple/sbt-aws-cli/ 2024-08-27T03:56:21,086 Skipping link: not a file: https://pypi.org/simple/sbt-aws-cli/ 2024-08-27T03:56:21,103 Given no hashes to check 0 links for project 'sbt-aws-cli': discarding no candidates 2024-08-27T03:56:21,104 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python <4.0,>=3.12 2024-08-27T03:56:21,105 ERROR: Could not find a version that satisfies the requirement sbt-aws-cli==0.0.1 (from versions: none) 2024-08-27T03:56:21,107 ERROR: No matching distribution found for sbt-aws-cli==0.0.1 2024-08-27T03:56:21,108 Exception information: 2024-08-27T03:56:21,108 Traceback (most recent call last): 2024-08-27T03:56:21,108 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-08-27T03:56:21,108 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-08-27T03:56:21,108 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-08-27T03:56:21,108 raise RequirementsConflicted(criterion) 2024-08-27T03:56:21,108 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sbt-aws-cli==0.0.1') 2024-08-27T03:56:21,108 2024-08-27T03:56:21,108 During handling of the above exception, another exception occurred: 2024-08-27T03:56:21,108 2024-08-27T03:56:21,108 Traceback (most recent call last): 2024-08-27T03:56:21,108 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-08-27T03:56:21,108 result = self._result = resolver.resolve( 2024-08-27T03:56:21,108 ^^^^^^^^^^^^^^^^^ 2024-08-27T03:56:21,108 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-08-27T03:56:21,108 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-08-27T03:56:21,108 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-27T03:56:21,108 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-08-27T03:56:21,108 raise ResolutionImpossible(e.criterion.information) 2024-08-27T03:56:21,108 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sbt-aws-cli==0.0.1'), parent=None)] 2024-08-27T03:56:21,108 2024-08-27T03:56:21,108 The above exception was the direct cause of the following exception: 2024-08-27T03:56:21,108 2024-08-27T03:56:21,108 Traceback (most recent call last): 2024-08-27T03:56:21,108 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-08-27T03:56:21,108 status = _inner_run() 2024-08-27T03:56:21,108 ^^^^^^^^^^^^ 2024-08-27T03:56:21,108 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-08-27T03:56:21,108 return self.run(options, args) 2024-08-27T03:56:21,108 ^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-27T03:56:21,108 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-08-27T03:56:21,108 return func(self, options, args) 2024-08-27T03:56:21,108 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-27T03:56:21,108 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-08-27T03:56:21,108 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-08-27T03:56:21,108 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-27T03:56:21,108 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-08-27T03:56:21,108 raise error from e 2024-08-27T03:56:21,108 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sbt-aws-cli==0.0.1 2024-08-27T03:56:21,114 Removed build tracker: '/tmp/pip-build-tracker-yv4g1agm'