We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aab708 commit 03faabdCopy full SHA for 03faabd
serving/docker/scripts/install_python.sh
@@ -25,6 +25,9 @@ else
25
python3 get-pip.py
26
rm -rf get-pip.py
27
fi
28
-python3 -m pip --no-cache-dir install -U pip setuptools wheel
+
29
+# fix fetuptools version for this else you get following error
30
+# ModuleNotFoundError: No module named 'pkg_resources'
31
+python3 -m pip --no-cache-dir install -U pip wheel setuptools==80.9.0
32
python3 -m pip --no-cache-dir install -U "numpy<2" awscli
33
ln -sf /usr/bin/python3 /usr/bin/python
0 commit comments