Fix SQLAlchemy

This commit is contained in:
VirtuBox
2023-01-29 14:13:52 +01:00
parent 7139310aee
commit 35548328e0
3 changed files with 4 additions and 2 deletions

View File

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