We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6cd93 commit 0a7dac7Copy full SHA for 0a7dac7
bin/bootstrap-python
@@ -76,5 +76,5 @@ else
76
fi
77
78
echo " ---> Installing Python dependencies to ${SITE_PACKAGES_PATH}..."
79
-$PIP_CMD install $PIP_VERBOSITY_FLAGS --target $SITE_PACKAGES_PATH --prefer-binary --no-warn-script-location --no-index --find-links=$PIP_WHEELDIR -r $REQUIREMENTS_PATH
+$PIP_CMD install $PIP_VERBOSITY_FLAGS --target $SITE_PACKAGES_PATH --prefer-binary --no-warn-script-location --no-index --no-build-isolation --find-links=$PIP_WHEELDIR --use-pep517 -r $REQUIREMENTS_PATH
80
echo " ---> Finished installing Python dependencies"
0 commit comments