NVlabs / nvdiffrec

Official code for the CVPR 2022 (oral) paper "Extracting Triangular 3D Models, Materials, and Lighting From Images".
Other
2.09k stars 222 forks source link

Trouble installing tinycudann #46

Closed Askejm closed 2 years ago

Askejm commented 2 years ago

Whenever i try running this command pip install --global-option="--no-networks" git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch it spits out ERROR: Command errored out with exit status 1 image I tried building it manually this way image but it just fails to build it then spits out the same error. Tried the command below and get RuntimeError: Error compiling objects for extension fully_fused_mlp.cu.txt I also tried to cmake it, no luck image

Cuda: 11.3 Python 3.9 Windows 10 CMake 3.23.2 Visual Studio 2019 community Git 2.36.1 image image

jmunkberg commented 2 years ago

This seems to be an issue with tiny-cuda-nn, not the nvdiffrec code base. Please file an issue at https://github.com/NVlabs/tiny-cuda-nn as we do not control that code.

supriya-gdptl commented 2 years ago

I was facing the same issue with tinycudann. Resolved it by following the solution given in https://github.com/NVlabs/tiny-cuda-nn/issues/110#issuecomment-1159309395.