Hello all, I'm trying to configure scie-pants to u...
# general
p
Hello all, I'm trying to configure scie-pants to use local versions of Pants pex and Python Standalone. I have paths defined in a
.ptex
file that I export to
PANTS_BOOTSTRAP_URLS
. It seems to be working except the checksum of the file I downloaded doesn't match what's expected, though it was downloaded from the URL defined in
lift.json
file: https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.9.18%2B20240107-aarch64-apple-darwin-install_only.tar.gz I'm running
pants package :: --pex-cli-version="v2.33.2"
as I have a local version of pex defined in
pants.toml
. Below is the output I get
Copy code
Error: Failed to establish atomic directory /Users/284367/Library/Caches/nce/8fb836cadd1e1f50180fea66b6acab1f23108e9a74f158744e706c6da41a534b/locks/configure-c95f2cef4616f4bae88499e8ac842126de0ac250bcbc240779e51806c404ced8. Population of work directory failed: Failed to establish atomic directory /Users/284367/Library/Caches/nce/bf0cd90204a2cc6da48cae1e4b32f48c9f7031fbe1238c5972104ccb0155d368/cpython-3.9.18+20240107-aarch64-apple-darwin-install_only.tar.gz. Population of work directory failed: The tar.gz destination /Users/284367/Library/Caches/nce/bf0cd90204a2cc6da48cae1e4b32f48c9f7031fbe1238c5972104ccb0155d368/cpython-3.9.18+20240107-aarch64-apple-darwin-install_only.tar.gz of size 16454545 had unexpected hash: 96cdcbe2a48395cadc68150dd37fa3f0ea4c0fa3d48109e397035e8fb4d30d5b

Isolates your Pants from the elements.

Please select from the following boot commands:

<default> (when SCIE_BOOT is not set in the environment)  Detects the current Pants installation and launches it.
bootstrap-tools                                           Introspection tools for the Pants bootstrap process.
update                                                    Update scie-pants.

You can select a boot command by setting the SCIE_BOOT environment variable.
Any direction to resolve this is appreciated.
I just downloaded the binary again and the checksum matched. Working on other issues now.