▲ | Galanwe a day ago | |||||||||||||||||||||||||||||||
> spent days wrestling with Python dependency hell I mean I would understand that comment in 2010, but in 2025 it's grossly ridiculous. | ||||||||||||||||||||||||||||||||
▲ | virtualritz a day ago | parent | next [-] | |||||||||||||||||||||||||||||||
So in 2025, in Python, if I depend on two packages. A and B, and they both depend on different, API-incompatible or behavior-incompatible (or both) versions of C, that won't be an issue? That's not my experience and e.g. uv hasn't helped me with that. I believe this is an issue with Python itself? If parent was saying something "grossly ridiculous" I must be doing something wrong too. And I'm happy to hear what as that would lower the pain of using Python. I.e. this was assumably true three years ago: https://stackoverflow.com/questions/70828570/what-if-two-pyt... | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | adastra22 a day ago | parent | prev [-] | |||||||||||||||||||||||||||||||
Yeah, because of a tool written in Rust, copying the Rust way of doing things for Python developers. | ||||||||||||||||||||||||||||||||
|