WIP. This is needed to process local installs for newer versions of pip/setuptools. There may be other options. Investigating.
Signed-off-by: John Snow <[email protected]> --- python/scripts/mkvenv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/scripts/mkvenv.py b/python/scripts/mkvenv.py index e38292b63a6..9cf7a6e2b2a 100644 --- a/python/scripts/mkvenv.py +++ b/python/scripts/mkvenv.py @@ -677,6 +677,7 @@ def pip_install( "-m", "pip", "install", + "--no-build-isolation", "--disable-pip-version-check", "-v" if loud else "-q", ] -- 2.51.1
