From 4524baa07c8ace012c5c31312f8ede468b92fc11 Mon Sep 17 00:00:00 2001 From: Alexandru Mahmoud Date: Mon, 4 Nov 2024 12:11:37 -0500 Subject: [PATCH] Add --break-system-packages to avoid PEP 668 forcing venv --- bioc_scripts/install_bioc_sysdeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bioc_scripts/install_bioc_sysdeps.sh b/bioc_scripts/install_bioc_sysdeps.sh index e78fc70..ffe1e9d 100644 --- a/bioc_scripts/install_bioc_sysdeps.sh +++ b/bioc_scripts/install_bioc_sysdeps.sh @@ -135,7 +135,7 @@ apt-get -y --no-install-recommends install \ ocl-icd-opencl-dev ## Python installations -pip3 install scikit-learn pandas pyyaml +pip3 install scikit-learn pandas pyyaml --break-system-packages ## libgdal is needed for sf apt-get install -y --no-install-recommends \