▲ | howtofly 11 hours ago | |
> Python doesn't have a language package manager, you're free to use pip or poetry or uv or whatever, but it does have PEP 517/518, which allow all Python package managers to interact with a common package ecosystem which encompasses polyglot codebases. This is a long-standing pain point. LWN has a series of reports covering this, one of which is: https://lwn.net/Articles/920832/ |