|
|
|
|
|
by philosopherlawr
2799 days ago
|
|
There are lots of errors when it comes to reproducing the build on other machines. Pip install -r requirements.txt does not guarantee that you will install the same version of packages on a new machine, and in fact, you will typically not. |
|
Have you, or are you not using explicit versions supplied by eg pip freeze?