azavea / temperate

Climate app developed in partnership with ICLEI
Apache License 2.0
0 stars 0 forks source link

Fix pip installation #1403

Closed ddohler closed 2 years ago

ddohler commented 3 years ago

Overview

Due to an update to get-pip.py over the weekend, provisioning a fresh VM would fail when attempting to install pip. This fixes the issue.

Testing Instructions

I didn't write up an issue because by the time I got past this, I had fixed it.

ddohler commented 3 years ago

Can you try running vagrant box update and then destroy / reprovision? I wasn't able to reproduce the problem you're seeing, but then noticed that my vagrant box was from 2016, so I upgraded to the latest box version. That caused a different problem with package installation, for which I've pushed a fix. But the fact that different box versions can have different package installation behavior even with the same Ansible roles makes me wonder whether what you're seeing is related to the box version as well.

BryanQuigley commented 2 years ago

Vagrant support was removed