Last metadata expiration check: 0:10:12 ago on Fri 21 Apr 2023 15:38:55 EEST.
Error:
Problem: conflicting requests
nothing provides python3-dockerpty >= 0.4.1 needed by docker-compose-1.29.2-7.fc38.noarch
nothing provides python3.11dist(dockerpty) >= 0.4.1 needed by docker-compose-1.29.2-7.fc38.noarch
(try to add ‘–skip-broken’ to skip uninstallable packages)
I’m a bit confused since yesterday i upgraded my x86 Intel based server from 37 to 38 and docker-compose worked just fine. Now on my work laptop where i went from 36 to 38 these python packages cannot be found by dnf. What is going on and how can i fix it?
Can i just install the python dependencies using pip and tell the docker-compose package to use them from there instead? If so how is a safe way to do it?
There is python3-dockerpty-0.4.1-26.fc37.noarch. You could verify that it is installed in the system upgraded from f37. In general, life with multiple systems is easier if the configurations match, so if python3-dockerpty-0.4.1-26.fc37.noarchis installed on your server, you should install it on the laptop: doas dnf --releasever=37 python3-dockerpty.