Skip to content

Commit 323222e

Browse files
committed
try --break-system-packages
1 parent 8c6f7ef commit 323222e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-scripts.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function installPythonDeps() {
241241
// Install PIP deps into custom location, so we don't depend on system-wide
242242
// installation.
243243
executeCmd(
244-
`"${PYTHON}" -m pip install --upgrade --no-user --target="${PIP_DEPS_DIR}" worker/`,
244+
`"${PYTHON}" -m pip install --upgrade --no-user --target="${PIP_DEPS_DIR}" --break-system-packages worker/`,
245245
/* exitOnError */ true
246246
);
247247
}

0 commit comments

Comments
 (0)