2024-09-01T15:41:10,752 Disabling truststore because Python version isn't 3.10+ 2024-09-01T15:41:11,226 Created temporary directory: /tmp/pip-build-tracker-witc2xrr 2024-09-01T15:41:11,227 Initialized build tracking at /tmp/pip-build-tracker-witc2xrr 2024-09-01T15:41:11,227 Created build tracker: /tmp/pip-build-tracker-witc2xrr 2024-09-01T15:41:11,227 Entered build tracker: /tmp/pip-build-tracker-witc2xrr 2024-09-01T15:41:11,228 Created temporary directory: /tmp/pip-wheel-qo1zu28y 2024-09-01T15:41:11,233 Created temporary directory: /tmp/pip-ephem-wheel-cache-j8iy5or2 2024-09-01T15:41:11,277 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-09-01T15:41:11,280 2 location(s) to search for versions of mediaflow-proxy: 2024-09-01T15:41:11,280 * https://pypi.org/simple/mediaflow-proxy/ 2024-09-01T15:41:11,280 * https://www.piwheels.org/simple/mediaflow-proxy/ 2024-09-01T15:41:11,280 Fetching project page and analyzing links: https://pypi.org/simple/mediaflow-proxy/ 2024-09-01T15:41:11,281 Getting page https://pypi.org/simple/mediaflow-proxy/ 2024-09-01T15:41:11,282 Found index url https://pypi.org/simple/ 2024-09-01T15:41:11,302 Fetched page https://pypi.org/simple/mediaflow-proxy/ as application/vnd.pypi.simple.v1+json 2024-09-01T15:41:11,304 Skipping link: No binaries permitted for mediaflow-proxy: https://files.pythonhosted.org/packages/f7/cb/e9efceadf098ef30ac3bfa2eb7f4dff7fe3fee6e5b19babef191e5bd2c0d/mediaflow_proxy-1.4.2-py3-none-any.whl (from https://pypi.org/simple/mediaflow-proxy/) (requires-python:<4.0,>=3.12) 2024-09-01T15:41:11,305 Link requires a different Python (3.9.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/07/eb/e3f23edb1017510b6ab6df787c4cd25c3c6a3c3d71f45f544653eff967f4/mediaflow_proxy-1.4.2.tar.gz (from https://pypi.org/simple/mediaflow-proxy/) (requires-python:<4.0,>=3.12) 2024-09-01T15:41:11,305 Skipping link: 1.4.2 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/07/eb/e3f23edb1017510b6ab6df787c4cd25c3c6a3c3d71f45f544653eff967f4/mediaflow_proxy-1.4.2.tar.gz (from https://pypi.org/simple/mediaflow-proxy/) (requires-python:<4.0,>=3.12) 2024-09-01T15:41:11,305 Skipping link: No binaries permitted for mediaflow-proxy: https://files.pythonhosted.org/packages/00/8e/a7897296c773e6959aabd785c60af7a1eaed759e9483276040be2e1aed6e/mediaflow_proxy-1.5.0-py3-none-any.whl (from https://pypi.org/simple/mediaflow-proxy/) (requires-python:<4.0,>=3.12) 2024-09-01T15:41:11,306 Link requires a different Python (3.9.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/91/80/7738656ea3a32f4540ff4d9df9ff3d6783d07ee3c87eb744d122a8200cb3/mediaflow_proxy-1.5.0.tar.gz (from https://pypi.org/simple/mediaflow-proxy/) (requires-python:<4.0,>=3.12) 2024-09-01T15:41:11,306 Skipping link: 1.5.0 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/91/80/7738656ea3a32f4540ff4d9df9ff3d6783d07ee3c87eb744d122a8200cb3/mediaflow_proxy-1.5.0.tar.gz (from https://pypi.org/simple/mediaflow-proxy/) (requires-python:<4.0,>=3.12) 2024-09-01T15:41:11,306 Fetching project page and analyzing links: https://www.piwheels.org/simple/mediaflow-proxy/ 2024-09-01T15:41:11,307 Getting page https://www.piwheels.org/simple/mediaflow-proxy/ 2024-09-01T15:41:11,308 Found index url https://www.piwheels.org/simple/ 2024-09-01T15:41:11,348 Fetched page https://www.piwheels.org/simple/mediaflow-proxy/ as text/html 2024-09-01T15:41:11,349 Skipping link: not a file: https://www.piwheels.org/simple/mediaflow-proxy/ 2024-09-01T15:41:11,349 Skipping link: not a file: https://pypi.org/simple/mediaflow-proxy/ 2024-09-01T15:41:11,366 Given no hashes to check 0 links for project 'mediaflow-proxy': discarding no candidates 2024-09-01T15:41:11,366 ERROR: Ignored the following versions that require a different python version: 1.4.2 Requires-Python <4.0,>=3.12; 1.5.0 Requires-Python <4.0,>=3.12 2024-09-01T15:41:11,368 ERROR: Could not find a version that satisfies the requirement mediaflow-proxy==1.5.0 (from versions: none) 2024-09-01T15:41:11,369 ERROR: No matching distribution found for mediaflow-proxy==1.5.0 2024-09-01T15:41:11,369 Exception information: 2024-09-01T15:41:11,369 Traceback (most recent call last): 2024-09-01T15:41:11,369 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-09-01T15:41:11,369 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-09-01T15:41:11,369 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-09-01T15:41:11,369 raise RequirementsConflicted(criterion) 2024-09-01T15:41:11,369 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mediaflow-proxy==1.5.0') 2024-09-01T15:41:11,369 2024-09-01T15:41:11,369 During handling of the above exception, another exception occurred: 2024-09-01T15:41:11,369 2024-09-01T15:41:11,369 Traceback (most recent call last): 2024-09-01T15:41:11,369 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-09-01T15:41:11,369 result = self._result = resolver.resolve( 2024-09-01T15:41:11,369 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-09-01T15:41:11,369 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-09-01T15:41:11,369 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-09-01T15:41:11,369 raise ResolutionImpossible(e.criterion.information) 2024-09-01T15:41:11,369 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mediaflow-proxy==1.5.0'), parent=None)] 2024-09-01T15:41:11,369 2024-09-01T15:41:11,369 The above exception was the direct cause of the following exception: 2024-09-01T15:41:11,369 2024-09-01T15:41:11,369 Traceback (most recent call last): 2024-09-01T15:41:11,369 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-09-01T15:41:11,369 status = _inner_run() 2024-09-01T15:41:11,369 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-09-01T15:41:11,369 return self.run(options, args) 2024-09-01T15:41:11,369 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-09-01T15:41:11,369 return func(self, options, args) 2024-09-01T15:41:11,369 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-09-01T15:41:11,369 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-09-01T15:41:11,369 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-09-01T15:41:11,369 raise error from e 2024-09-01T15:41:11,369 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mediaflow-proxy==1.5.0 2024-09-01T15:41:11,373 Removed build tracker: '/tmp/pip-build-tracker-witc2xrr'