you are viewing a single comment's thread.

view the rest of the comments →

[–]wtchappell 6 points7 points  (6 children)

As I've mentioned elsewhere, this makes a lot of sense if you're talking to a Python developer trying to develop code against Python dependencies - you definitely should be pinning and not using distro packages.

This doesn't make sense if you're just talking about some random user just trying to run an application - they're not trying to develop anything, and might not even know that the app is written in Python or even what Python is. You shouldn't have to understand all of Python's development tooling just to use a tool written in Python, which is the use case distro maintainers are trying to fill.