Closed moonglum closed 6 years ago
Both Python packages I'm currently using (docker-compose & awsebcli) depend on docker-py. They are using different versions, resulting in a warning... @mkhl recommended pipsi to me to solve it. This is approximately what I need to do:
docker-compose
awsebcli
docker-py
pip install pipsi --upgrade --user pipsi install docker-compose pipsi install awscli
Done in b56aa569bf46ed716a3eab91f2984162b93367d5
Both Python packages I'm currently using (
docker-compose
&awsebcli
) depend ondocker-py
. They are using different versions, resulting in a warning... @mkhl recommended pipsi to me to solve it. This is approximately what I need to do: