Is there any way that I can install "pip" for "Python2.7" ? I could install python2.7 by
sudo apt install python2-minimal
I tried installing pip for this.
sudo apt install python-pip / python2-pip / python2.7-pip
but none worked. Can anybody have solution for this.
File "/tmp/tmp62UdRM/pip.zip/pip/_internal/cli/main.py", line 60andsys.stderr.write(f"ERROR: {exc}"). So this is Python3 code, not Python2. Further investigation showed that these f-strings are all over the place in many files in the ZIP. The mentionedget-pip.pyscript might have dropped Python2 support completely :-( – Alfe yesterday