2023-09-16T16:37:01,953 Created temporary directory: /tmp/pip-build-tracker-nom21s_b 2023-09-16T16:37:01,954 Initialized build tracking at /tmp/pip-build-tracker-nom21s_b 2023-09-16T16:37:01,954 Created build tracker: /tmp/pip-build-tracker-nom21s_b 2023-09-16T16:37:01,955 Entered build tracker: /tmp/pip-build-tracker-nom21s_b 2023-09-16T16:37:01,956 Created temporary directory: /tmp/pip-wheel-darx281u 2023-09-16T16:37:01,959 Created temporary directory: /tmp/pip-ephem-wheel-cache-vlffihdh 2023-09-16T16:37:01,980 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-16T16:37:01,984 2 location(s) to search for versions of tap-clientsuccess: 2023-09-16T16:37:01,984 * https://pypi.org/simple/tap-clientsuccess/ 2023-09-16T16:37:01,984 * https://www.piwheels.org/simple/tap-clientsuccess/ 2023-09-16T16:37:01,985 Fetching project page and analyzing links: https://pypi.org/simple/tap-clientsuccess/ 2023-09-16T16:37:01,986 Getting page https://pypi.org/simple/tap-clientsuccess/ 2023-09-16T16:37:01,987 Found index url https://pypi.org/simple/ 2023-09-16T16:37:02,232 Fetched page https://pypi.org/simple/tap-clientsuccess/ as application/vnd.pypi.simple.v1+json 2023-09-16T16:37:02,234 Link requires a different Python (3.11.2 not in: '>=3.7.1,<3.11'): https://files.pythonhosted.org/packages/f5/1c/1df7071750670c973a99568397ae365cd4409974ad68e813238c63921691/tap-clientsuccess-0.0.1.tar.gz (from https://pypi.org/simple/tap-clientsuccess/) (requires-python:>=3.7.1,<3.11) 2023-09-16T16:37:02,235 Skipping link: 0.0.1 Requires-Python >=3.7.1,<3.11: https://files.pythonhosted.org/packages/f5/1c/1df7071750670c973a99568397ae365cd4409974ad68e813238c63921691/tap-clientsuccess-0.0.1.tar.gz (from https://pypi.org/simple/tap-clientsuccess/) (requires-python:>=3.7.1,<3.11) 2023-09-16T16:37:02,235 Skipping link: No binaries permitted for tap-clientsuccess: https://files.pythonhosted.org/packages/48/6d/7ac235ba90a6df2231799afd7200b8ebe7cf2ee1532c6ad344ffa9635d18/tap_clientsuccess-0.0.1-py3-none-any.whl (from https://pypi.org/simple/tap-clientsuccess/) (requires-python:>=3.7.1,<3.11) 2023-09-16T16:37:02,236 Fetching project page and analyzing links: https://www.piwheels.org/simple/tap-clientsuccess/ 2023-09-16T16:37:02,237 Getting page https://www.piwheels.org/simple/tap-clientsuccess/ 2023-09-16T16:37:02,238 Found index url https://www.piwheels.org/simple/ 2023-09-16T16:37:02,489 Fetched page https://www.piwheels.org/simple/tap-clientsuccess/ as text/html 2023-09-16T16:37:02,490 Skipping link: not a file: https://www.piwheels.org/simple/tap-clientsuccess/ 2023-09-16T16:37:02,491 Skipping link: not a file: https://pypi.org/simple/tap-clientsuccess/ 2023-09-16T16:37:02,518 Given no hashes to check 0 links for project 'tap-clientsuccess': discarding no candidates 2023-09-16T16:37:02,519 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.7.1,<3.11 2023-09-16T16:37:02,521 ERROR: Could not find a version that satisfies the requirement tap-clientsuccess==0.0.1 (from versions: none) 2023-09-16T16:37:02,523 ERROR: No matching distribution found for tap-clientsuccess==0.0.1 2023-09-16T16:37:02,525 Exception information: 2023-09-16T16:37:02,525 Traceback (most recent call last): 2023-09-16T16:37:02,525 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-16T16:37:02,525 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-16T16:37:02,525 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-16T16:37:02,525 raise RequirementsConflicted(criterion) 2023-09-16T16:37:02,525 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('tap-clientsuccess==0.0.1') 2023-09-16T16:37:02,525 2023-09-16T16:37:02,525 During handling of the above exception, another exception occurred: 2023-09-16T16:37:02,525 2023-09-16T16:37:02,525 Traceback (most recent call last): 2023-09-16T16:37:02,525 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-16T16:37:02,525 result = self._result = resolver.resolve( 2023-09-16T16:37:02,525 ^^^^^^^^^^^^^^^^^ 2023-09-16T16:37:02,525 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-16T16:37:02,525 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-16T16:37:02,525 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-16T16:37:02,525 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-16T16:37:02,525 raise ResolutionImpossible(e.criterion.information) 2023-09-16T16:37:02,525 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('tap-clientsuccess==0.0.1'), parent=None)] 2023-09-16T16:37:02,525 2023-09-16T16:37:02,525 The above exception was the direct cause of the following exception: 2023-09-16T16:37:02,525 2023-09-16T16:37:02,525 Traceback (most recent call last): 2023-09-16T16:37:02,525 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-16T16:37:02,525 status = run_func(*args) 2023-09-16T16:37:02,525 ^^^^^^^^^^^^^^^ 2023-09-16T16:37:02,525 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-16T16:37:02,525 return func(self, options, args) 2023-09-16T16:37:02,525 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-16T16:37:02,525 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-16T16:37:02,525 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-16T16:37:02,525 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-16T16:37:02,525 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-16T16:37:02,525 raise error from e 2023-09-16T16:37:02,525 pip._internal.exceptions.DistributionNotFound: No matching distribution found for tap-clientsuccess==0.0.1 2023-09-16T16:37:02,533 Removed build tracker: '/tmp/pip-build-tracker-nom21s_b'