you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 11 months ago*

Ugh yes I hate the import system too. I have to look it up every time and still don’t understand it, and it’s a hair away from messing up existing projects to the point where sometimes it does.

I want to love uv, but:

  • It breaks some random compiled C packages. I ran into this the other day, and the associated issue on the package was basically “shrug we see it’s breaking, this dev is doing some weird shit”

  • I’d prefer to use the optimized/patched build of Python CachyOS provides (and the optimized Python compiled system packages), though this is largely OCD.

  • It’s not optimal for some PyTorch stuff, which is its own little ecosystem nightmare

  • source
  • parent