Zanie Blue

Results 2964 comments of Zanie Blue

Ah okay thanks that's helpful context. w.r.t. https://github.com/astral-sh/uv/blob/3aaa9594be4727fb4a6260b1cc5782eb66e47284/crates/uv-python/src/discovery.rs#L579-L581 we should be in the `VersionRequest::Range` case there. And if not, we should be returning the possible names in `VersionRequest::executable_names` https://github.com/astral-sh/uv/blob/cfd00797b67247cee744308303c0a4e585a19fd4/crates/uv-python/src/discovery.rs#L1770 I'm...

@zamanh Your comment seems unrelated to this bug? Please don't bump issues with commentary that is not about the OP. It sounds like you want `uv python list ` instead?...

We're failing missing `applink.c`: ``` cpython> 38>ClCompile: cpython> C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\bin\HostX64\arm64\CL.exe /c /I"C:\Users\RUNNER~1\AppData\Local\Temp\python-build-3k85bya8\openssl\arm64\include" /I"C:\Users\runneradmin\AppData\Local\Temp\python-build-3k85bya8\Python-3.13.0\Include" /I"C:\Users\runneradmin\AppData\Local\Temp\python-build-3k85bya8\Python-3.13.0\Include\internal" /I"C:\Users\runneradmin\AppData\Local\Temp\python-build-3k85bya8\Python-3.13.0\Include\internal\mimalloc" /I"C:\Users\RUNNER~1\AppData\Local\Temp\python-build-3k85bya8\Python-3.13.0\PCbuild\obj\\313arm64_PGInstrument\pythoncore\\" /I"C:\Users\runneradmin\AppData\Local\Temp\python-build-3k85bya8\Python-3.13.0\PC" /Zi /nologo /W3 /WX- /diagnostics:column /MP /O2 /Oi /Oy- /GL /D...

By manually copying the `applink.c` file, we make it to ``` 2024-10-30T17:22:46.9472354Z Traceback (most recent call last): 2024-10-30T17:22:46.9481385Z File "D:\a\python-build-standalone\python-build-standalone\cpython-windows\build.py", line 2046, in 2024-10-30T17:22:46.9482543Z sys.exit(main()) 2024-10-30T17:22:46.9483423Z File "D:\a\python-build-standalone\python-build-standalone\cpython-windows\build.py", line 2010,...

I don't really know what the plan is here. There aren't public ARM Windows runners (though they might be eventually https://github.com/actions/runner-images/issues/10820 / https://github.com/github/roadmap/issues/970). We (Astral) could pay for runners, but...

Now that this is in the Astral org, I intend to try adding an ARM runner.

As a note, before releasing this we need to add proper prioritization for these builds to uv — as arm64 wheels are not prevalent we may not want to actually...

3.9 fails validation due to missing `tkinter` extension module ``` 2025-04-15T00:31:54.0323918Z cpython> WARNING Failed to find TCL_LIBRARY ... 2025-04-15T00:32:03.7913938Z cpython> extension not present: _tkinter ``` 3.13 fails more eagerly with...

Okay now this is working on 3.11+, I don't want to get side-tracked debugging the 3.9 / 3.10 tkinter problems. We'll also need to add these builds to the release...

The artifacts are also available from this branch at https://github.com/astral-sh/python-build-standalone/actions/runs/14574945166?pr=387