Installing pip is not working in bitbucket CI
问题 I am starting to make a app using bitbucket CI and i am using the following steps to deploy the application and the steps to install pip is failing. script: - apt-get update - apt-get install -y python-dev - curl -O https://bootstrap.pypa.io/get-pip.py - python get-pip.py ... and a few more steps Dont know why but python get-pip.py step fails with the following error. Traceback (most recent call last): File "get-pip.py", line 24226, in <module> main() File "get-pip.py", line 199, in main