hi everyone, I've been working with 2.21 dev versi...
# general
o
hi everyone, I've been working with 2.21 dev versions for some timeout without any hiccup, but one of my teammates encountered an issue which we suspect might have something to do with his platform:
arm64
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:
Copy code
remote install is not supported on this platform!
2
This output also seems ok to me, files exist
Copy code
saygin@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>"
}
b
Asked a comment there. The symptoms sounds like this may not be a pants issue, but rather with the dependencies that are being used
Will leave an answer
o
oh, sorry, it didn't occur to me that it could be about code or the dependencies. Thank you, @broad-processor-92400 🙏 We can check that quickly.
b
o
thank you for the detailed answer, much appreciated. 🙏 indeed the
viztracer
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!
👍 1