You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I try to install tiny-cuda-nn I get the error "[WinError 5] Access is denied". I am running things out of anaconda as an administrator. I have been trouble shooting for 2 days and am out of ideas.
(nerfstudio) C:\Users\Monk2>cl
Microsoft (R) C/C++ Optimizing Compiler Version 19.43.34810 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [23 lines of output]
C:\Users\Monk2\AppData\Local\Temp\pip-req-build-xf5c2it4\bindings/torch\setup.py:5: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
from pkg_resources import parse_version
Building PyTorch extension for tiny-cuda-nn version 1.7
Obtained compute capability 89 from PyTorch
Detected CUDA version 11.8
Targeting C++ standard 17
running bdist_wheel
running build
running build_py
creating build\lib.win-amd64-cpython-38\tinycudann
copying tinycudann\modules.py -> build\lib.win-amd64-cpython-38\tinycudann
copying tinycudann_init_.py -> build\lib.win-amd64-cpython-38\tinycudann
running egg_info
creating tinycudann.egg-info
writing tinycudann.egg-info\PKG-INFO
writing dependency_links to tinycudann.egg-info\dependency_links.txt
writing top-level names to tinycudann.egg-info\top_level.txt
writing manifest file 'tinycudann.egg-info\SOURCES.txt'
reading manifest file 'tinycudann.egg-info\SOURCES.txt'
writing manifest file 'tinycudann.egg-info\SOURCES.txt'
copying tinycudann\bindings.cpp -> build\lib.win-amd64-cpython-38\tinycudann
running build_ext
error: [WinError 5] Access is denied
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for tinycudann
Running setup.py clean for tinycudann
Failed to build tinycudann
ERROR: Failed to build installable wheels for some pyproject.toml based projects (tinycudann)
The text was updated successfully, but these errors were encountered:
@nicholaswbowen
I ended up having to do a clean install and use a very specific version and edition of visual studio that is not publicly available using normal means. You can find the steps below: #494 (comment)
Every time I try to install tiny-cuda-nn I get the error "[WinError 5] Access is denied". I am running things out of anaconda as an administrator. I have been trouble shooting for 2 days and am out of ideas.
Below is my current versions:
Below is the exact output:
The text was updated successfully, but these errors were encountered: