给Python应用安装tinycudann模块的时候发生报错,部分输出信息如下:
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\include\crt/host_config.h(248): fatal error C1083: 无法打开包括文件: “crtdefs.h”: No such file or directory
看到有人说先启动vcvars64.bat窗口,
#此处路径根据自己的vcvars64.bat文件路径做调整
start "E:\Microsoft\2022\VC\Auxiliary\Build\vcvars64.bat"
然后再运行安装命令:
pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
我试了这个方法,不过对我没有效果,如果你也还是报错的话,可以按照下面方法处理。
点击【开始】找到visual studio 点击启动【x64 Native Tools Command Prompt…】
然后在终端里运行安装命令:
pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
OK,成功安装tinycudann
相关文章《ModuleNotFoundError: No module named ‘tinycudann’Windows电脑安装tinycudann模块详细教程》
1V1答疑支持
爱发电:点击前往