Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pip fails in production because it cannot find setuptools (which is installed) and tries to connect it to pypi. We add the --no-build-isolation option to allow pip to use the setuptools installed in our python.
- Loading branch information