https://pantsbuild.org/ logo
#general
Title
# general
g

glamorous-accountant-97217

02/27/2023, 9:09 PM
does “SHA256 of https://github.com/pantsbuild/pex/releases/download/v2.1.103/pex is not as expected. Aborting.” mean anything to anyone here? i’m getting that in a github action. project is using 2.14.0 with
interpreter_constraints = ["CPython>=3.10"]
. i get the error during “Downloading the Pex PEX.” when I run
./pants tailor --check ::
in a github action
s

sparse-lifeguard-95737

02/27/2023, 9:10 PM
we’ve also been hitting this in our CI, I think something is happening on the GitHub side. some GET requests to pull artifacts from releases are returning 404s
g

glamorous-accountant-97217

02/27/2023, 9:21 PM
i see. now getting
Copy code
Exception: Client error (404) downloading file pex from <https://github.com/pantsbuild/pex/releases/download/v2.1.108/pex>
<https://github.com/ponder-org/soda/actions/runs/4286806170/jobs/7467124413#step:6:22|21>
on another pants step