-
Notifications
You must be signed in to change notification settings - Fork 473
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
window11, is it possible to install tiny-cuda-nn? #443
Comments
I've been lately delving into the installation of
git clone --recursive https://github.com/nvlabs/tiny-cuda-nn
cd tiny-cuda-nn/bindings/torch
# Switch to the Python environment you wish to install.
python setup.py install
By using the tips above, you can bypass almost all potential problems and fully leverage the super-fast compilation of |
I'd like to meet someone who Manually cloning the repo and building the bindings/torch manually is required for linux far as I can tell, giving up on the standard install recommendation was the first step toward getting this to run correctly. Is NVLabs open to contracting a build engineer? Install issues have been plaguing this (otherwise great) repo since, based on google searches, 2022 if not earlier. Hate to see a bunch of cool tech utilize this library only for it to be a massive build-chain barrier for entry. |
I did everything including format all my environment but it is not working
window11 with gpu nvidia 3090
installed visual studio 2022 with C build tool checked
cuda version is 11.8
nvcc --version
every version is meet as required in tinycudann specification...
but it cause error in installing it.
first,
pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
and it cause error...
also, I tried
https://github.com/NVlabs/tiny-cuda-nn?tab=readme-ov-file#compilation-windows--linux
on Developer PowerShell for vs2022,
The text was updated successfully, but these errors were encountered: