20 ms·
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
by philosopherlawr 8y 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.
- jabwork 8y agoI've never had problems with this when requirements.txt contains package versions Have you, or are you not using explicit versions supplied by eg pip freeze?