You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 requestedpip 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 runningdocker-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.The text was updated successfully, but these errors were encountered: