logoalt Hacker News

karel-3dyesterday at 4:01 AM1 replyview on HN

python packaging has been made usable by uv pretty recently.

before that it was a never ending series of approaches... that has now hopefully really been solved.

(uv is ironically not written in python, but, such is life)


Replies

rplntyesterday at 4:43 PM

So does that also solve the many issues

I've never worked on a super big project, so when it comes to python dependancies the issue I always had is some C/C++ packages trying to build locally and fsiling. While this is mostly a problem on windows I've encountered it on mac as well. I assume uv doesn't have a way to solve this?