Closed ZhilinGuo closed 1 year ago
I can install requirements.txt and tiny-cuda-nn by following the instructions, but I encountered error: subprocess-exited-with-error when installing ActorsHQ package.
error: subprocess-exited-with-error
I used sudo apt-get install libglm-dev to solve this error.
sudo apt-get install libglm-dev
Thank you @ZhilinGuo! I'll add update the readme now.
I can install requirements.txt and tiny-cuda-nn by following the instructions, but I encountered
error: subprocess-exited-with-error
when installing ActorsHQ package.I used
sudo apt-get install libglm-dev
to solve this error.