|
|
|
|
|
by alexanderh
1432 days ago
|
|
This is what I came to the comment section to say... You absolutely can pin dependencies.... da fudge? 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. |
|
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.