Open driverpt opened 3 months ago
@driverpt python3 -m pip install docker
works, until an rpm package will be provided! More info at https://pypi.org/project/docker/
Doesn't work for me. It says that python-requests was already installed externally via rpm
I have it installing (I didn't try using it) doing:
sudo dnf install python3-botocore-1.33.6-1.amzn2023.0.1.noarch
pip install -U docker
I used the specific botocore version here because of a bug in our current repos where trying to install botocore without an explicit version downgrades awscli instead and generally makes a mess of things (https://github.com/amazonlinux/amazon-linux-2023/issues/704), but once that is fixed, just installing botocore from dnf
should do the job too
Note the bug with botocore has been fixed for a while
Describe the bug
To Reproduce Steps to reproduce the behavior:
Packages list:
sudo dnf install python3-requests
pip install docker
Expected behavior To be able to deploy without an issue
Screenshots N/A
Desktop (please complete the following information): N/A
Smartphone (please complete the following information): N/A
Additional context N/A