Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.
pip is a perfectly usable package manager and is included in most python distributions now. Is it perfect? No, but it is good enough for every team I have been on.
Yet another python packager
...............
insane that such a popular language still doesn’t have this basic problem solved.Yeah but this one is actually good. So hopefully it will displace all the others.
I use poetry and it works really well. I would consider it solved but that doesn’t mean there isn’t the possibility of a better solution.
pip
is a perfectly usable package manager and is included in most python distributions now. Is it perfect? No, but it is good enough for every team I have been on.Glad I use arch btw, pacman manages my python packages so I don’t have to deal with all this mess.
Why do programming language developpers even feel the need to reinvent package management every time? Like, just use the system’s package manager?