synthesiaresearch / humanrf

Official code for "HumanRF: High-Fidelity Neural Radiance Fields for Humans in Motion"
http://actors-hq.com
Other
448 stars 28 forks source link

Unable to install ActorsHQ module #11

Closed darthgera123 closed 1 year ago

darthgera123 commented 1 year ago

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 @martinruenz

https://pastebin.com/zH52A0vt

wszswppx commented 1 year ago

Hello, I have same issue with you. Have you solved it yet?

darthgera123 commented 1 year ago

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

isikmustafa commented 1 year ago

@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

darthgera123 commented 1 year ago

is there a way to install this in conda? @isikmustafa

darthgera123 commented 1 year ago

issue resolved