2024-05-07T05:45:01,775 Created temporary directory: /tmp/pip-build-tracker-zceeiff9 2024-05-07T05:45:01,776 Initialized build tracking at /tmp/pip-build-tracker-zceeiff9 2024-05-07T05:45:01,777 Created build tracker: /tmp/pip-build-tracker-zceeiff9 2024-05-07T05:45:01,777 Entered build tracker: /tmp/pip-build-tracker-zceeiff9 2024-05-07T05:45:01,778 Created temporary directory: /tmp/pip-wheel-s_beqdrc 2024-05-07T05:45:01,781 Created temporary directory: /tmp/pip-ephem-wheel-cache-37s_jlbw 2024-05-07T05:45:01,806 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-05-07T05:45:01,810 2 location(s) to search for versions of pydockerhub: 2024-05-07T05:45:01,810 * https://pypi.org/simple/pydockerhub/ 2024-05-07T05:45:01,810 * https://www.piwheels.org/simple/pydockerhub/ 2024-05-07T05:45:01,811 Fetching project page and analyzing links: https://pypi.org/simple/pydockerhub/ 2024-05-07T05:45:01,812 Getting page https://pypi.org/simple/pydockerhub/ 2024-05-07T05:45:01,814 Found index url https://pypi.org/simple/ 2024-05-07T05:45:01,951 Fetched page https://pypi.org/simple/pydockerhub/ as application/vnd.pypi.simple.v1+json 2024-05-07T05:45:01,952 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-07T05:45:01,953 Link requires a different Python (3.11.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-07T05:45:01,954 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-07T05:45:01,955 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-07T05:45:01,956 Link requires a different Python (3.11.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-07T05:45:01,956 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-07T05:45:01,957 Fetching project page and analyzing links: https://www.piwheels.org/simple/pydockerhub/ 2024-05-07T05:45:01,958 Getting page https://www.piwheels.org/simple/pydockerhub/ 2024-05-07T05:45:01,959 Found index url https://www.piwheels.org/simple/ 2024-05-07T05:45:02,136 Fetched page https://www.piwheels.org/simple/pydockerhub/ as text/html 2024-05-07T05:45:02,138 Skipping link: not a file: https://www.piwheels.org/simple/pydockerhub/ 2024-05-07T05:45:02,138 Skipping link: not a file: https://pypi.org/simple/pydockerhub/ 2024-05-07T05:45:02,156 Given no hashes to check 0 links for project 'pydockerhub': discarding no candidates 2024-05-07T05:45:02,157 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-07T05:45:02,159 ERROR: Could not find a version that satisfies the requirement pydockerhub==1.2.1 (from versions: none) 2024-05-07T05:45:02,160 ERROR: No matching distribution found for pydockerhub==1.2.1 2024-05-07T05:45:02,161 Exception information: 2024-05-07T05:45:02,161 Traceback (most recent call last): 2024-05-07T05:45:02,161 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-05-07T05:45:02,161 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-05-07T05:45:02,161 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-05-07T05:45:02,161 raise RequirementsConflicted(criterion) 2024-05-07T05:45:02,161 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pydockerhub==1.2.1') 2024-05-07T05:45:02,161 2024-05-07T05:45:02,161 During handling of the above exception, another exception occurred: 2024-05-07T05:45:02,161 2024-05-07T05:45:02,161 Traceback (most recent call last): 2024-05-07T05:45:02,161 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-05-07T05:45:02,161 result = self._result = resolver.resolve( 2024-05-07T05:45:02,161 ^^^^^^^^^^^^^^^^^ 2024-05-07T05:45:02,161 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-05-07T05:45:02,161 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-05-07T05:45:02,161 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-07T05:45:02,161 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-05-07T05:45:02,161 raise ResolutionImpossible(e.criterion.information) 2024-05-07T05:45:02,161 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pydockerhub==1.2.1'), parent=None)] 2024-05-07T05:45:02,161 2024-05-07T05:45:02,161 The above exception was the direct cause of the following exception: 2024-05-07T05:45:02,161 2024-05-07T05:45:02,161 Traceback (most recent call last): 2024-05-07T05:45:02,161 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-05-07T05:45:02,161 status = run_func(*args) 2024-05-07T05:45:02,161 ^^^^^^^^^^^^^^^ 2024-05-07T05:45:02,161 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-05-07T05:45:02,161 return func(self, options, args) 2024-05-07T05:45:02,161 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-07T05:45:02,161 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-05-07T05:45:02,161 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-05-07T05:45:02,161 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-07T05:45:02,161 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-05-07T05:45:02,161 raise error from e 2024-05-07T05:45:02,161 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pydockerhub==1.2.1 2024-05-07T05:45:02,167 Removed build tracker: '/tmp/pip-build-tracker-zceeiff9'