Closed darthgera123 closed 1 year ago
Hello, I have same issue with you. Have you solved it yet?
i used a workaround where i imported paths locally instead of using it like a library like instead of import actors.datasets i did it as import datasets
@darthgera123 please check the line 27 in the error message you received, you are missing the glm
library.
Have you run the command below?
sudo apt-get install libglm-dev
is there a way to install this in conda? @isikmustafa
issue resolved
Hi I am trying to install ActorsHQ module via
pip3 install .
. My conda env consists of torch 1.13.1+cu117 and same for tinycudnn. However the setup.py is failing and not giving a definitive error message. Attached is the output. please help @isikmustafa @martinruenzhttps://pastebin.com/zH52A0vt