Hi folks, I'm trying to upgrade from 2.18.0 to 2....
# general
g
Hi folks, I'm trying to upgrade from 2.18.0 to 2.19.1, seems to be working fine locally but when our CI tries to download the new release it uses a URL that doesn't look quite right and returns a 404. I can go from 2.18.0 -> 2.18.3, but not to 2.19.1 or 2.20.0rc1 We are using Github actions running on
ubuntu-latest-16-cores_4f5002887fba
, error message:
Copy code
Bootstrapping Pants 2.19.1 using cpython 3.9.16
Installing pantsbuild.pants==2.19.1 into a virtual environment at /github/home/.cache/nce/65aa4f2a6c1f9bac672c0df94ae34c7170e5c071cda35e9b725945831905c122/bindings/venvs/2.19.1
Failed to fetch <https://github.com/pantsbuild/pants/releases/download/release_2.19.1/pants.cp39-linux_x86_64.pex>: [22] HTTP response code said error (The requested URL returned error: 404)
Wasn't able to fetch the Pants PEX at <https://github.com/pantsbuild/pants/releases/download/release_2.19.1/pants.cp39-linux_x86_64.pex>.
That URL does not match the URL I would have expected from the releases page
<https://github.com/pantsbuild/pants/releases/download/release_2.19.1/pants.2.19.1-cp39-linux_x86_64.pex>
1
g
A quick search says to run
SCIE_BOOT=update pants
and then trying again.
👍 1
g
thank you! clearly was searching for the wrong keyword 🤦‍♂️
😁 1
c
@glamorous-tiger-7918 add note to the readme: any pants bootstrap/install related issues first course of action: check the scie-pants version 🙂 📔
🙏 1
g
good call 👍