Windows 链接:在构建pointnet+时出现致命错误LNK1181+;模块

Windows 链接:在构建pointnet+时出现致命错误LNK1181+;模块,windows,visual-studio,visual-studio-2017,pytorch,Windows,Visual Studio,Visual Studio 2017,Pytorch,我想构建pointnet++模块,但收到以下错误消息: (torch) C:\Users\49152\Desktop\point-normals-upsampling-master>python setup.py build_ext --inplace running build_ext building 'pointnet2._ext' extension Emitting ninja build file C:\Users\49152\Desktop\point-normals-ups

我想构建pointnet++模块,但收到以下错误消息:

(torch) C:\Users\49152\Desktop\point-normals-upsampling-master>python setup.py build_ext --inplace
running build_ext
building 'pointnet2._ext' extension
Emitting ninja build file C:\Users\49152\Desktop\point-normals-upsampling-master\build\temp.win-amd64-3.7\Release\build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
1.10.2
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\link.exe /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\49152\anaconda3\envs\torch\lib\site-packages\torch\lib "/LIBPATH:C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\lib/x64" /LIBPATH:C:\Users\49152\anaconda3\envs\torch\libs /LIBPATH:C:\Users\49152\anaconda3\envs\torch\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\lib\x64" "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib cudart.lib c10_cuda.lib torch_cuda.lib /EXPORT:PyInit__ext C:\Users\49152\Desktop\point-normals-upsampling-master\build\temp.win-amd64-3.7\Release\pointnet2/_ext-src/src\ball_query.obj C:\Users\49152\Desktop\point-normals-upsampling-master\build\temp.win-amd64-3.7\Release\pointnet2/_ext-src/src\bindings.obj C:\Users\49152\Desktop\point-normals-upsampling-master\build\temp.win-amd64-3.7\Release\pointnet2/_ext-src/src\group_points.obj C:\Users\49152\Desktop\point-normals-upsampling-master\build\temp.win-amd64-3.7\Release\pointnet2/_ext-src/src\interpolate.obj C:\Users\49152\Desktop\point-normals-upsampling-master\build\temp.win-amd64-3.7\Release\pointnet2/_ext-src/src\sampling.obj C:\Users\49152\Desktop\point-normals-upsampling-master\build\temp.win-amd64-3.7\Release\pointnet2/_ext-src/src\ball_query_gpu.obj C:\Users\49152\Desktop\point-normals-upsampling-master\build\temp.win-amd64-3.7\Release\pointnet2/_ext-src/src\group_points_gpu.obj C:\Users\49152\Desktop\point-normals-upsampling-master\build\temp.win-amd64-3.7\Release\pointnet2/_ext-src/src\interpolate_gpu.obj C:\Users\49152\Desktop\point-normals-upsampling-master\build\temp.win-amd64-3.7\Release\pointnet2/_ext-src/src\sampling_gpu.obj /OUT:build\lib.win-amd64-3.7\pointnet2\_ext.cp37-win_amd64.pyd /IMPLIB:C:\Users\49152\Desktop\point-normals-upsampling-master\build\temp.win-amd64-3.7\Release\pointnet2/_ext-src/src\_ext.cp37-win_amd64.lib
LINK : fatal error LNK1181: cannot open input file 'C:\Users\49152\Desktop\point-normals-upsampling-master\build\temp.win-amd64-3.7\Release\pointnet2\_ext-src\src\ball_query.obj'
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX86\\x64\\link.exe' failed with exit status 1181
我正在visual studio 2017中使用cuda v10.1

如果有人能告诉我问题出在哪里,我将不胜感激