-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i used system dependencies (2.A) to build LuisaRender and its python binding it have some problem #153
Comments
It looks like you don't have or have the wrong cuda runtime compilation library
Please check the FAQ and see if that fixes the issue. |
it maybe i have not OptiX sdk? |
To support functions like Additionally, Issues #275 and #194 might be helpful to ensure your CUDA Toolkit is correctly installed. |
OK, i got it! Thanks a lot ! :) |
when i use:
cmake -S . -B build -D CMAKE_BUILD_TYPE=Release -D PYTHON_VERSIONS=3.9 -D LUISA_COMPUTE_DOWNLOAD_NVCOMP=ON -D LUISA_COMPUTE_ENABLE_GUI=OFF
it show:--```
Found pybind11: /home/han/mambaforge/envs/genesis/include (found version "2.13.6")
-- Configuring done (0.7s)
-- Generating done (0.3s)
-- Build files have been written to: /home/han/Genesis/genesis/ext/LuisaRender/build
how i solve this problem
The text was updated successfully, but these errors were encountered: