-
|
Hi! I want to use
Thanks in advance for your answers. I've been looking through the document for several days and still haven't been able to find the answers. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I'm not entirely sure what this means, but yes?
This was specifically the part I was confused about. The binaries are hosted on Github, so in order to download the binary, you're grabbing from Github. Is the issue you're having exclusively related to CI? Or are you just entirely blocked from using Github at all (which I assume is not the case, as you're asking a question here). Just trying to get a more precise problem statement - as there might be workarounds/partial workarounds based on that.
Correct, You can specify different URLs in Simple partial example: pantsbuild/scie-pants#486 (comment) Before scie-pants, Pants was run using the script described here (uses system Pythons): https://www.pantsbuild.org/2.26/docs/getting-started/manual-installation
I don't really know what this means, as I don't know what copies there are. When running your repo, Pants picks up your system python interpreter (via |
Beta Was this translation helpful? Give feedback.
Thanks for the quick replies and help. I, in turn, figured out how to work with all this at the same time, so I'll write about each point:
At first, I didn't realize that the scie-pants release is a binary and can be run immediately after downloading it. I thought I needed to install it somehow. But no – I just downloaded it and it worked.
I specified cpython-3.9.23+20250612 and cpython-3.11.13+20250612 in PANTS_BOOTSTRAP_URLS. Different ones for different OS and architectures (8 links in total), and it started working just fine.
I didn't find a way to do this, but in principle, this isn't a problem if we use PANTS_BOOTSTRAP_URLS, where we can specify all the necessary Pythons. The …