(no title)
alexanderh | 3 years ago
Sounds like this guy needs to finish learning Python before he learns something else.
From what you suggested, to containerizing things with something like Docker, there are ways to make Python more easily distributable.
anacoluthe|3 years ago
packageA==1.0.0 depends itself on packageB
Therefore, you can find yourself with a different set of deps. Had a bug like this once.
im3w1l|3 years ago
japanuspus|3 years ago