Guy Swann
· 19w
I don’t think I’ve ever done anything with python and pip that didn’t result in an entire cascade of errors, failed installs, can’t use newest version, can’t write to disk, and a myriad othe...
I’m with you. I quit a past job over having to try wrangle a ridiculously convoluted Python codebase and running into exactly the issues you’re describing. I don’t know how or why anyone ships any production software with Python. Sure, it works for quick and dirty one-off scripts, but anything more than that and you run into crazy amounts of untestability and non-determinism.