luciddreamer-cvlab/LucidDreamer

Installation Errors

Closed this issue · 1 comments

C:\Users\sd163\Anaconda3\envs\lucid\Lib\site-packages\torch\include\pybind11\cast.h(628): error: too few arguments for template template parameter "Tuple"
detected during instantiation of class "pybind11::detail::tuple_caster<Tuple, Ts...> [with Tuple=std::pair, Ts=<T1, T2>]"
(725): here

C:\Users\sd163\Anaconda3\envs\lucid\Lib\site-packages\torch\include\pybind11\cast.h(721): error: too few arguments for template template parameter "Tuple"
detected during instantiation of class "pybind11::detail::tuple_caster<Tuple, Ts...> [with Tuple=std::pair, Ts=<T1, T2>]"
(725): here

2 errors detected in the compilation of "rasterize_points.cu".
error: command 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin\nvcc.exe' failed with exit code 1

This was an error that most likely was caused by Cuda 11.6. After installing 11.8 it worked