A.3 Audio/Gesture Environment — Syntiant v1.15.0
v1.15.0 has no macOS install.sh. Create the environment manually and replace install.sh from v1.29.0+.
conda create -n <env_name> python=3.10
conda activate <env_name>
# Copy install.sh from v1.29.0 into the v1.15.0 directory, then:
cd /path/to/syntiant-ndp-model-converter
chmod +x install.sh
./install.sh --all
IMPORTANT
Only replace install.sh from v1.29.0. Do not mix other files from v1.29.0 into the v1.15.0 directory.