chaospatterns@lemmy.world to Python@programming.devEnglish · 2 years agoPython has too many package managersdublog.netexternal-linkmessage-square39linkfedilinkarrow-up180arrow-down16
arrow-up174arrow-down1external-linkPython has too many package managersdublog.netchaospatterns@lemmy.world to Python@programming.devEnglish · 2 years agomessage-square39linkfedilink
minus-squarerichieadler@lemmy.myserv.onelinkfedilinkarrow-up4·2 years agoYou can use uv now and have Rust speeds for the same functionality.
minus-squarecallcc@lemmy.worldlinkfedilinkarrow-up2·2 years 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·2 years 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.