orange-train-56659
05/21/2024, 6:03 AMarm64
macos. Also not just with 2.21, he got it with 2.17 as well. He asked about it on the stack overflow:
https://stackoverflow.com/questions/78509101/python-pants-error-remote-install-is-not-supported-on-this-platform
The error message he is getting is:
remote install is not supported on this platform!
orange-train-56659
05/21/2024, 6:14 AMsaygin@Saygn-MacBook-Pro intenseye % SCIE=inspect pants | jq .ptex
{
"cpython-3.8.18+20240107-aarch64-apple-darwin-install_only.tar.gz": "<https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.8.18%2B20240107-aarch64-apple-darwin-install_only.tar.gz>",
"cpython-3.9.18+20240107-aarch64-apple-darwin-install_only.tar.gz": "<https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.9.18%2B20240107-aarch64-apple-darwin-install_only.tar.gz>"
}
broad-processor-92400
05/21/2024, 6:25 AMbroad-processor-92400
05/21/2024, 6:26 AMbroad-processor-92400
05/21/2024, 6:27 AMorange-train-56659
05/21/2024, 6:29 AMbroad-processor-92400
05/21/2024, 6:33 AMorange-train-56659
05/21/2024, 6:36 AMviztracer
was the culprit here, nothing to do with pants
. We've started recently using scie-pants
executable, so I thought it might be the reason but it isn't. 👌
Thanks again!