File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
dynaface-app/deploy/macos Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ if [ -z "${app_certificate}" ]; then
1010fi
1111# Baseline utilities to build package
1212rm -rf ./venv || true
13- python3.11 -m venv venv
13+ python3.12 -m venv venv
1414source venv/bin/activate
1515pip install setuptools wheel
1616# Build it
1717cd ./dynaface-lib
18- python3.11 setup.py bdist_wheel
18+ python3.12 setup.py bdist_wheel
1919mkdir -p ../dynaface-app/wheels/
2020cp ./dist/* .whl ../dynaface-app/wheels/
2121cd ../dynaface-app
@@ -24,10 +24,10 @@ cp $models/pnet.pt ./data
2424cp $models /rnet.pt ./data
2525cp $models /spiga_wflw.pt ./data
2626rm -rf ./venv || true
27- python3.11 -m venv venv
27+ python3.12 -m venv venv
2828source venv/bin/activate
29- pip3.11 install -r requirements.txt -f /Users/jeff/output/pytorch
30- pip3.11 install facial_analysis -f ./wheels -f /Users/jeff/output/PyTorch
29+ pip3.12 install -r requirements.txt -f /Users/jeff/output/pytorch
30+ pip3.12 install facial_analysis -f ./wheels -f /Users/jeff/output/PyTorch
3131cd deploy/macos
3232rm -rf ./working || true
3333./build.sh
Original file line number Diff line number Diff line change 1818# Environment
1919cd ../..
2020rm -rf ./venv || true
21- python3.11 -m venv venv
21+ python3.12 -m venv venv
2222source venv/bin/activate
2323pip install -r requirements.txt
2424pip install facial_analysis -f ./wheels
You can’t perform that action at this time.
0 commit comments