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 8c6f7ef commit 323222eCopy full SHA for 323222e
npm-scripts.mjs
@@ -241,7 +241,7 @@ function installPythonDeps() {
241
// Install PIP deps into custom location, so we don't depend on system-wide
242
// installation.
243
executeCmd(
244
- `"${PYTHON}" -m pip install --upgrade --no-user --target="${PIP_DEPS_DIR}" worker/`,
+ `"${PYTHON}" -m pip install --upgrade --no-user --target="${PIP_DEPS_DIR}" --break-system-packages worker/`,
245
/* exitOnError */ true
246
);
247
}
0 commit comments