I've not used pip before as I don't really develop with python, but I installed pip on my ubuntu instance with sudo apt install python3-pip and ran the requested pip install docker-push-ssh command. I then had to search and find that the bin path was ~/.local/bin which needed to be added to my $PATH. Then upon running docker-push-ssh -h I'm hit with 'ModuleNotFoundError: No module named 'urllib2'', and I don't seem to be able to install this missing module with pip install.
It would be great if any needed dependencies were installed with the pip install docker-push-ssh command.
I've not used pip before as I don't really develop with python, but I installed pip on my ubuntu instance with
sudo apt install python3-pipand ran the requestedpip install docker-push-sshcommand. I then had to search and find that the bin path was ~/.local/bin which needed to be added to my $PATH. Then upon runningdocker-push-ssh -hI'm hit with 'ModuleNotFoundError: No module named 'urllib2'', and I don't seem to be able to install this missing module with pip install.It would be great if any needed dependencies were installed with the
pip install docker-push-sshcommand.