Successfully installed dpl-pypi-1.10.16
1 gem installed
2021-06-02 07:31:50 URL:https://bootstrap.pypa.io/get-pip.py [1937800/1937800] -> "-" [1]
ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.6. Please use https://bootstrap.pypa.io/pip/2.7/get-pip.py instead.
Couldn't install pip, setuptools, twine or wheel.
failed to deploy
Is there any way to ask Travis to download get-pip.py from Python 2.7 URL?
Still doesn’t work for me unfortunately, on Python 3.5. Same error as before. Meanwhile, Python 2.7 complains about having to install python3-vevn via apt, but doing so fails as it can’t find it.
I am surprised this isn’t a more common issue, as this thread and the GitHub issues are all I can find about it and neither has fixed it for me. I’m running a pretty vanilla setup I feel like.