Closed tlh45342 closed 1 month ago
Sorry, you seem to have come to the wrong repo.
This repo has nothing to do with Docker compose.
(This repo just implements function composition, a concept from "functional programming", while taking care to handle edge cases and details that many other implementations neglect.)
I was about to give you link to the correct issue tracker, but it looks like you already found it. Nice!
For: OS: Ubuntu 24.04 noble
Collecting docker-compose Downloading docker_compose-1.29.2-py2.py3-none-any.whl.metadata (4.7 kB) Collecting PyYAML<6,>=3.10 (from docker-compose) Using cached PyYAML-5.4.1.tar.gz (175 kB)
There isn't a precompiled version of PyYAML for python. 3.12 for something that old (duh) so the system takes to downloading the actual source. Also because there is such a difference in age etc... it doesn't look like the modern system can successfully install from source something that old.
File "/usr/lib/python3/dist-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs'])
I don't think I am imagining this? Is this solvable?