Here is what frustrates me most about the Python package ecosystem. Let's say that I have a tool written in Python. And one day, where it used to work, it has stopped working. A package is failing to find another package. I am not doing "development" so I don't have a principled package setup. I just have a python script on my hard drive.
I need to install a package.
- Which python installation do I have to install the package into?
- Do I use pip, pipx, or something else?
Detective work :(
