Hey guys, I think the links for the PEX of <releas...
# general
f
Hey guys, I think the links for the PEX of release 2.19.1 are broken. The one scie-pants tries to look for is
Copy code
<https://github.com/pantsbuild/pants/releases/download/release_2.19.1/pants.cp39-linux_x86_64.pex>
The stack trace is
Copy code
Bootstrapping Pants 2.19.1 using cpython 3.9.16
Installing pantsbuild.pants==2.19.1 into a virtual environment at /home/xxxx/.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>.

Check to see if the URL is reachable (i.e. GitHub isn't down) and if pants.cp39-linux_x86_64.pex asset exists within the release: <https://github.com/pantsbuild/pants/releases/release_2.19.1>. If the asset doesn't exist it may be that this platform isn't yet supported. If that's the case, please reach out on Slack: <https://www.pantsbuild.org/docs/getting-help#slack> or file an issue on GitHub: <https://github.com/pantsbuild/pants/issues/new/choose>.
The one that actually contains the pex is
Copy code
<https://github.com/pantsbuild/pants/releases/download/release_2.19.1/pants.2.19.1-cp39-linux_x86_64.pex>
h
ooof, that is very bad
looking
Hmmm, I don't reproduce this in a fresh repo on that platform (or any other platform) with the latest scie-pants
Does this happen if you create an empty repo with just a pants.toml containing
Copy code
[GLOBAL]
pants_version="2.19.1"
?
f
Yeah, that's exactly how I'm trying. Also if I do
Copy code
PANTS_VERSION=2.19.1 pants version
in a repo with an empty
pants.toml
(works for 2.18.0)
Fwiw, I'm on debian x64
c
Which version of scie-pants is this with? That is:
Copy code
PANTS_BOOTSTRAP_VERSION=report pants
👍 1
c
Yes, these kinds of issues have been observed in the past when using an outdated version of scie-pants.