Rant about Python package management

Content:

Original link: Python Can’t Get Package Management Right / AIM.

I don't think the problem is Python specific. Library dependencies with conflicts can happen in all technologies. And solving the problem can be painful.

But yes Python also got the problem. And I have noticed that I more and more use virtual environments for Python work.

Comments: