Zanie Blue

Results 2922 comments of Zanie Blue

I was using Ctrl-P to invoke Python > Select Interpreter then entering an absolute interpreter path. I honestly don't know how to get a filesystem picker to show up :D

I cannot reproduce this problem (e.g., by entering the full path to the Python interpreter). Hence, I cannot figure out how to improve the experience. We need more information to...

To be clear, I agree that something must be wrong because we keep hearing reports. I just can't tell what exactly is wrong since each time I try to reproduce,...

> I'm pretty sure that the issue originally highlighted in this thread (and the one I was facing) derives from the VSCode behavior that resolves symlinks when you open the...

`pip-compile` fails to build this package too. Even if you add `

@indygreg Are you sure? Perhaps I'm misunderstanding but it looks like we cross-compile with LLVM 19 https://github.com/astral-sh/python-build-standalone/blob/0be0a575b4a397599329aa11c919264361550d3b/pythonbuild/utils.py#L423-L436 https://github.com/astral-sh/python-build-standalone/actions/runs/12677576491/job/35333290679

Okay after some poking around this is blocked by the Dockerfile which cannot be built on `aarch64` yet.

I opened a second pull request — https://github.com/indygreg/python-build-standalone/pull/366 I'll close this one if it fails.