@chaospatterns@lemmy.world to Python@programming.devEnglish • 9 months agoPython has too many package managersdublog.netmessage-square39arrow-up180cross-posted to: hackernews@lemmy.smeargle.fans
arrow-up174external-linkPython has too many package managersdublog.net@chaospatterns@lemmy.world to Python@programming.devEnglish • 9 months agomessage-square39cross-posted to: hackernews@lemmy.smeargle.fans
minus-square@chaospatterns@lemmy.worldOPlinkfedilinkEnglish4•9 months agoInteresting. I just learned about Rye today. Has anybody tried it? Does it live up to the promise?
minus-square@FizzyOrange@programming.devlinkfedilink4•9 months agoHaven’t tried Rye but I have used uv (which Rye uses to replace pip). Pip install time went down from 58s to 7s. Yes really. Python is fucking slow!
minus-squareNostraDavidlinkfedilink2•9 months agoI tried it a little - being able to run rye sync and not even having to worry about Python versioning is sooooo nice.
Interesting. I just learned about Rye today. Has anybody tried it? Does it live up to the promise?
Haven’t tried Rye but I have used
uv
(which Rye uses to replace pip). Pip install time went down from 58s to 7s. Yes really. Python is fucking slow!I tried it a little - being able to run
rye sync
and not even having to worry about Python versioning is sooooo nice.Check “uv”. Builds on top, is coming good.