Skip to content

Commit 4524baa

Browse files
committed
Add --break-system-packages to avoid PEP 668 forcing venv
1 parent 21a9143 commit 4524baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioc_scripts/install_bioc_sysdeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ apt-get -y --no-install-recommends install \
135135
ocl-icd-opencl-dev
136136

137137
## Python installations
138-
pip3 install scikit-learn pandas pyyaml
138+
pip3 install scikit-learn pandas pyyaml --break-system-packages
139139

140140
## libgdal is needed for sf
141141
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)