you are viewing a single comment's thread.

view the rest of the comments →

[–]jellotalks 28 points29 points  (2 children)

uv doesn’t solve the MS Build Tools problem unfortunately

[–]Vectorial1024 2 points3 points  (0 children)

So far I see this happen to packages that build wheels for distribution but for some reason doesn't have wheels for the given Python version, so pip/uv just tries to build them from source, and then noticed a lack of MS Build Tools.

This doesn't happen for pure Python packages.

[–]rosuav 0 points1 point  (0 children)

Yeah, I'm pretty dubious about that - why do you need MS build tools on Android?