This commit is contained in:
clsty
2025-05-04 15:31:00 +08:00
parent 20ab96d5c9
commit 4024d914fd
+1 -1
View File
@@ -127,7 +127,7 @@ install-python-packages (){
x mkdir -p $ILLOGICAL_IMPULSE_VIRTUAL_ENV
# we need python 3.12 https://github.com/python-pillow/Pillow/issues/8089
x uv venv --prompt .venv $ILLOGICAL_IMPULSE_VIRTUAL_ENV -p 3.12
x source $ILLOGICAL_IMPULSE_VIRTUAL_ENV/bin/activate
x source $(eval echo $ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate
x uv pip install -r scriptdata/requirements.txt
x mkdir -p $base/cache/blueprint-compiler && cd $base/cache/blueprint-compiler