2024-05-07T07:22:39,787 Created temporary directory: /tmp/pip-build-tracker-36je2hpi 2024-05-07T07:22:39,789 Initialized build tracking at /tmp/pip-build-tracker-36je2hpi 2024-05-07T07:22:39,789 Created build tracker: /tmp/pip-build-tracker-36je2hpi 2024-05-07T07:22:39,789 Entered build tracker: /tmp/pip-build-tracker-36je2hpi 2024-05-07T07:22:39,790 Created temporary directory: /tmp/pip-wheel-gg4lk1aw 2024-05-07T07:22:39,794 Created temporary directory: /tmp/pip-ephem-wheel-cache-_vmj243u 2024-05-07T07:22:39,818 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-05-07T07:22:39,821 2 location(s) to search for versions of pydockerhub: 2024-05-07T07:22:39,821 * https://pypi.org/simple/pydockerhub/ 2024-05-07T07:22:39,821 * https://www.piwheels.org/simple/pydockerhub/ 2024-05-07T07:22:39,822 Fetching project page and analyzing links: https://pypi.org/simple/pydockerhub/ 2024-05-07T07:22:39,822 Getting page https://pypi.org/simple/pydockerhub/ 2024-05-07T07:22:39,824 Found index url https://pypi.org/simple/ 2024-05-07T07:22:39,876 Fetched page https://pypi.org/simple/pydockerhub/ as application/vnd.pypi.simple.v1+json 2024-05-07T07:22:39,877 Skipping link: No binaries permitted for pydockerhub: https://files.pythonhosted.org/packages/d6/fd/1b8e1c0c54c8933c73e8a3d6ce1cc4145b6702e5c019986af2517417dd70/pydockerhub-1.0.0-py3-none-any.whl (from https://pypi.org/simple/pydockerhub/) (requires-python:<4.0,>=3.12) 2024-05-07T07:22:39,878 Link requires a different Python (3.9.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/e1/41/44f98046c5d00e8c487de0a28cf0e046c23072da6fe74fc61573f7d081c1/pydockerhub-1.0.0.tar.gz (from https://pypi.org/simple/pydockerhub/) (requires-python:<4.0,>=3.12) 2024-05-07T07:22:39,878 Skipping link: 1.0.0 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/e1/41/44f98046c5d00e8c487de0a28cf0e046c23072da6fe74fc61573f7d081c1/pydockerhub-1.0.0.tar.gz (from https://pypi.org/simple/pydockerhub/) (requires-python:<4.0,>=3.12) 2024-05-07T07:22:39,879 Skipping link: No binaries permitted for pydockerhub: https://files.pythonhosted.org/packages/c8/11/64b8e8886e1d335c9f4cb56f1d56eebad962186e987256231a157b110919/pydockerhub-1.2.1-py3-none-any.whl (from https://pypi.org/simple/pydockerhub/) (requires-python:<4.0,>=3.12) 2024-05-07T07:22:39,879 Link requires a different Python (3.9.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/ab/4e/df039663a0fa009816e943f5fa49271a2fb336a60ce47a3b805e5eac4e4c/pydockerhub-1.2.1.tar.gz (from https://pypi.org/simple/pydockerhub/) (requires-python:<4.0,>=3.12) 2024-05-07T07:22:39,879 Skipping link: 1.2.1 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/ab/4e/df039663a0fa009816e943f5fa49271a2fb336a60ce47a3b805e5eac4e4c/pydockerhub-1.2.1.tar.gz (from https://pypi.org/simple/pydockerhub/) (requires-python:<4.0,>=3.12) 2024-05-07T07:22:39,880 Fetching project page and analyzing links: https://www.piwheels.org/simple/pydockerhub/ 2024-05-07T07:22:39,880 Getting page https://www.piwheels.org/simple/pydockerhub/ 2024-05-07T07:22:39,881 Found index url https://www.piwheels.org/simple/ 2024-05-07T07:22:40,035 Fetched page https://www.piwheels.org/simple/pydockerhub/ as text/html 2024-05-07T07:22:40,036 Skipping link: not a file: https://www.piwheels.org/simple/pydockerhub/ 2024-05-07T07:22:40,037 Skipping link: not a file: https://pypi.org/simple/pydockerhub/ 2024-05-07T07:22:40,052 Given no hashes to check 0 links for project 'pydockerhub': discarding no candidates 2024-05-07T07:22:40,053 ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python <4.0,>=3.12; 1.2.1 Requires-Python <4.0,>=3.12 2024-05-07T07:22:40,054 ERROR: Could not find a version that satisfies the requirement pydockerhub==1.2.1 (from versions: none) 2024-05-07T07:22:40,055 ERROR: No matching distribution found for pydockerhub==1.2.1 2024-05-07T07:22:40,056 Exception information: 2024-05-07T07:22:40,056 Traceback (most recent call last): 2024-05-07T07:22:40,056 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-05-07T07:22:40,056 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-05-07T07:22:40,056 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-05-07T07:22:40,056 raise RequirementsConflicted(criterion) 2024-05-07T07:22:40,056 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pydockerhub==1.2.1') 2024-05-07T07:22:40,056 2024-05-07T07:22:40,056 During handling of the above exception, another exception occurred: 2024-05-07T07:22:40,056 2024-05-07T07:22:40,056 Traceback (most recent call last): 2024-05-07T07:22:40,056 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-05-07T07:22:40,056 result = self._result = resolver.resolve( 2024-05-07T07:22:40,056 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-05-07T07:22:40,056 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-05-07T07:22:40,056 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-05-07T07:22:40,056 raise ResolutionImpossible(e.criterion.information) 2024-05-07T07:22:40,056 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pydockerhub==1.2.1'), parent=None)] 2024-05-07T07:22:40,056 2024-05-07T07:22:40,056 The above exception was the direct cause of the following exception: 2024-05-07T07:22:40,056 2024-05-07T07:22:40,056 Traceback (most recent call last): 2024-05-07T07:22:40,056 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-05-07T07:22:40,056 status = run_func(*args) 2024-05-07T07:22:40,056 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-05-07T07:22:40,056 return func(self, options, args) 2024-05-07T07:22:40,056 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-05-07T07:22:40,056 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-05-07T07:22:40,056 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-05-07T07:22:40,056 raise error from e 2024-05-07T07:22:40,056 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pydockerhub==1.2.1 2024-05-07T07:22:40,059 Removed build tracker: '/tmp/pip-build-tracker-36je2hpi'