Fix psutil upgrade

This commit is contained in:
VirtuBox
2022-11-22 21:22:09 +01:00
parent 9053395423
commit 920cc18f27
3 changed files with 3 additions and 2 deletions

View File

@@ -445,6 +445,7 @@ wo_install() {
python3 -m pip uninstall setuptools -y
python3 -m pip install -I setuptools==57.5.0
python3 -m pip install -U pip wheel
python3 -m pip uninstall psutil
else
rm -rf /opt/wo
python3 -m venv /opt/wo