chaospatterns@lemmy.world to Python@programming.devEnglish · 1 year agoPython has too many package managersdublog.netexternal-linkmessage-square39linkfedilinkarrow-up180arrow-down16 cross-posted to: [email protected]
arrow-up174arrow-down1external-linkPython has too many package managersdublog.netchaospatterns@lemmy.world to Python@programming.devEnglish · 1 year agomessage-square39linkfedilink cross-posted to: [email protected]
minus-squarerichieadler 🇦🇷linkfedilinkarrow-up4·1 year agoYou can use uv now and have Rust speeds for the same functionality.
minus-squarecallcc@lemmy.worldlinkfedilinkarrow-up2·1 year agoInteresting. I might have a look. Actually I don’t have a problem with speed though. I spend most time not dealing with pip and pip-tools but reading docs, programming and fixing the weirdest bugs
minus-squareericjmorey@programming.devlinkfedilinkarrow-up1·edit-21 year agoI’m hoping uv is able to make itself to Python what Cargo is to rust. Seems like Pixi is close but confined to the Conda ecosystem.
You can use uv now and have Rust speeds for the same functionality.
Interesting. I might have a look. Actually I don’t have a problem with speed though. I spend most time not dealing with pip and pip-tools but reading docs, programming and fixing the weirdest bugs
I’m hoping uv is able to make itself to Python what Cargo is to rust.
Seems like Pixi is close but confined to the Conda ecosystem.