threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
6.17k stars 475 forks source link

ERROR: Could not build wheels for tinycudann #390

Open vasier3455 opened 9 months ago

vasier3455 commented 9 months ago

when establishing dependencies, namely pip install -r requirements.txt an error appears ERROR: Failed building wheel for tinycudann Running setup.py clean for tinycudann Building wheel for clip (setup.py) ... done Created wheel for clip: filename=clip-1.0-py3-none-any.whl size=1369578 sha256=42cd57afca45deeff5f15d6329badf0c298284f24717a9e34c3d9904df5f19c8 Stored in directory: C:\Users\User\AppData\Local\Temp\pip-ephem-wheel-cache-38ox7r8g\wheels\3f\7c\a4\9b490845988bf7a4db33674d52f709f088f64392063872eb9a Successfully built nerfacc clip Failed to build tinycudann ERROR: Could not build wheels for tinycudann, which is required to install pyproject.toml-based projects

Eecornwell commented 9 months ago

Just a shot in the dark because I just encountered a similar error is to make sure your CUDA environment vars are set properly: https://github.com/NVlabs/tiny-cuda-nn/blob/master/README.md?plain=1#L100C1-L100C1