As of this moment, DAVE is available on conda-forge and a python 3.8 version of pyo3d has been added.
Installation of DAVE can now be done using:
conda install -c conda-forge DAVE
This will install DAVE in the current environment.
To install DAVE in its own, dedicate environment use:
conda create -n DAVE DAVE -c conda-forge
to activate the newly created conda environment use:
activate DAVE
Finally, start DAVE using:
python -m DAVE.run_gui
Full installation instructions have been updated accordingly and can be found under DAVE->Installation