Error installing, unable to find the file specified
The error message as shown below
Failed to build tinycudann Installing collected packages: tinycudann Running setup.py install for tinycudann ... error error: subprocess-exited-with-error
× Running setup.py install for tinycudann did not run successfully. │ exit code: 1 ╰─> [15 lines of output] Building PyTorch extension for tiny-cuda-nn version 1.6 Obtained compute capability 61 from PyTorch running install D:\Program\Miniconda\envs\dmodel\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running 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 reading manifest file 'tinycudann.egg-info\SOURCES.txt' writing manifest file 'tinycudann.egg-info\SOURCES.txt' running build_ext error: [WinError 2] The system cannot find the file specified [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure
Any idea how to solve it?