Open CC9310 opened 3 years ago
The proposed ACMNet is great. I have a question: whether the proposed method can generalized across different dataset? e.g. nyu v2 and kitti? Whether we should retrain the model when testing? And recent depth completion method also suffering this problem? I am looking forward to hear your answer.😄
Hi, I do not test the trained model on other datasets. I do not think the trained model can generalize well to other datasets. Firstly, the images have different appearance (distribution gap). Secondly, the depth ranges are different on different datasets.
point_utils.py in forward(ctx, features, idx) 83 ctx.for_backwards = (idx, C, N) 84 85 return pl.gather_points(features.contiguous(), idx.contiguous()) 86 87 @staticmethod
AttributeError: module 'pointlib' has no attribute 'gather_points'
How to solve it???
Have you run: pip install pointlib/. 2021年7月14日 +1000 PM7:34 praful1993 @.***>,写道:
point_utils.py in forward(ctx, features, idx) 83 ctx.for_backwards = (idx, C, N) 84 85 return pl.gather_points(features.contiguous(), idx.contiguous()) 86 87 @staticmethod AttributeError: module 'pointlib' has no attribute 'gather_points' How to solve it??? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Yes i have run it.. but following error is comming.. Processing d:\praful\my_papers\transformer\acmnet-master\pointlib Building wheels for collected packages: pointlib Building wheel for pointlib (setup.py): started Building wheel for pointlib (setup.py): finished with status 'error' Running setup.py clean for pointlib Failed to build pointlib Installing collected packages: pointlibNote: you may need to restart the kernel to use updated packages. Running setup.py install for pointlib: started Running setup.py install for pointlib: finished with status 'error'
ERROR: Command errored out with exit status 1: command: 'C:\Users\Dell\anaconda3\envs\pytorch1.5\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py'"'"'; file='"'"'C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Dell\AppData\Local\Temp\pip-wheel-k_iplabc' cwd: C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\ Complete output (94 lines): running bdist_wheel running build running build_ext C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py:237: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified warnings.warn('Error checking compiler version for {}: {}'.format(compiler, error)) building 'pointlib' extension creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8 creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src Emitting ninja build file C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\bindings.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/bindings.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/bindings.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\bindings.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/bindings.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. [2/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\knn_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/knn_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/knn_points.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\knn_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/knn_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. [3/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\group_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/group_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/group_points.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\group_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/group_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. [4/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\sampling.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/sampling.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/sampling.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\sampling.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/sampling.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. ninja: fatal: ReadFile: The handle is invalid.
Traceback (most recent call last): File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 1395, in _run_ninja_build subprocess.run( File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
ERROR: Failed building wheel for pointlib ERROR: Command errored out with exit status 1: command: 'C:\Users\Dell\anaconda3\envs\pytorch1.5\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py'"'"'; file='"'"'C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\Dell\AppData\Local\Temp\pip-record-3yvxb_pg\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Dell\anaconda3\envs\pytorch1.5\Include\pointlib' cwd: C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\ Complete output (96 lines): running install running build running build_ext C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py:237: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified warnings.warn('Error checking compiler version for {}: {}'.format(compiler, error)) building 'pointlib' extension creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8 creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src Emitting ninja build file C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\bindings.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/bindings.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/bindings.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\bindings.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/bindings.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. [2/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\knn_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/knn_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/knn_points.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\knn_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/knn_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. [3/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\group_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/group_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/group_points.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\group_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/group_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. [4/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\sampling.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/sampling.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/sampling.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\sampling.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/sampling.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. ninja: fatal: ReadFile: The handle is invalid.
Traceback (most recent call last):
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 1395, in _run_ninja_build
subprocess.run(
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\subprocess.py", line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py", line 4, in <module>
setup(
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\setuptools\__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\dist.py", line 966, in run_commands
self.run_command(cmd)
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\setuptools\command\install.py", line 61, in run
return orig.install.run(self)
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\install.py", line 545, in run
self.run_command('build')
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build.py", line 135, in run
self.run_command(cmd_name)
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\setuptools\command\build_ext.py", line 79, in run
_build_ext.run(self)
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\Cython\Distutils\old_build_ext.py", line 186, in run
_build_ext.build_ext.run(self)
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build_ext.py", line 340, in run
self.build_extensions()
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 580, in build_extensions
build_ext.build_extensions(self)
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\Cython\Distutils\old_build_ext.py", line 195, in build_extensions
_build_ext.build_ext.build_extensions(self)
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build_ext.py", line 449, in build_extensions
self._build_extensions_serial()
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build_ext.py", line 474, in _build_extensions_serial
self.build_extension(ext)
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\setuptools\command\build_ext.py", line 196, in build_extension
_build_ext.build_extension(self, ext)
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build_ext.py", line 528, in build_extension
objects = self.compiler.compile(sources,
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 553, in win_wrap_ninja_compile
_write_ninja_file_and_compile_objects(
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 1135, in _write_ninja_file_and_compile_objects
_run_ninja_build(
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 1413, in _run_ninja_build
raise RuntimeError(message)
RuntimeError: Error compiling objects for extension
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\colorama\ansitowin32.py", line 59, in closed
return stream.closed
ValueError: underlying buffer has been detached
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\Dell\anaconda3\envs\pytorch1.5\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py'"'"'; file='"'"'C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\Dell\AppData\Local\Temp\pip-record-3yvxb_pg\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Dell\anaconda3\envs\pytorch1.5\Include\pointlib' Check the logs for full command output.
Can you provide the version of gcc, cuda, pytorch? 2021年7月14日 +1000 PM8:01 praful1993 @.***>,写道:
Yes i have run it.. but following error is comming.. Processing d:\praful\my_papers\transformer\acmnet-master\pointlib Building wheels for collected packages: pointlib Building wheel for pointlib (setup.py): started Building wheel for pointlib (setup.py): finished with status 'error' Running setup.py clean for pointlib Failed to build pointlib Installing collected packages: pointlibNote: you may need to restart the kernel to use updated packages. Running setup.py install for pointlib: started Running setup.py install for pointlib: finished with status 'error' ERROR: Command errored out with exit status 1: command: 'C:\Users\Dell\anaconda3\envs\pytorch1.5\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py'"'"'; file='"'"'C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Dell\AppData\Local\Temp\pip-wheel-k_iplabc' cwd: C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1 Complete output (94 lines): running bdist_wheel running build running build_ext C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py:237: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified warnings.warn('Error checking compiler version for {}: {}'.format(compiler, error)) building 'pointlib' extension creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8 creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src Emitting ninja build file C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\bindings.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/bindings.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/bindings.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\bindings.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/bindings.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. [2/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\knn_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/knn_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/knn_points.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\knn_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/knn_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. [3/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\group_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/group_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/group_points.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\group_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/group_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. [4/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\sampling.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/sampling.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/sampling.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\sampling.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/sampling.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. ninja: fatal: ReadFile: The handle is invalid. Traceback (most recent call last): File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 1395, in _run_ninja_build subprocess.run( File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "", line 1, in File "C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py", line 4, in setup( File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\setuptoolsinit.py", line 153, in setup return distutils.core.setup(**attrs) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\core.py", line 148, in setup dist.run_commands() File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\dist.py", line 966, in run_commands self.run_command(cmd) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\wheel\bdist_wheel.py", line 290, in run self.run_command('build') File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build.py", line 135, in run self.run_command(cmd_name) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\setuptools\command\build_ext.py", line 79, in run _build_ext.run(self) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\Cython\Distutils\old_build_ext.py", line 186, in run _build_ext.build_ext.run(self) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build_ext.py", line 340, in run self.build_extensions() File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 580, in build_extensions build_ext.build_extensions(self) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\Cython\Distutils\old_build_ext.py", line 195, in build_extensions _build_ext.build_ext.build_extensions(self) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build_ext.py", line 449, in build_extensions self._build_extensions_serial() File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build_ext.py", line 474, in _build_extensions_serial self.build_extension(ext) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\setuptools\command\build_ext.py", line 196, in build_extension _build_ext.build_extension(self, ext) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build_ext.py", line 528, in build_extension objects = self.compiler.compile(sources, File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 553, in win_wrap_ninja_compile _write_ninja_file_and_compile_objects( File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 1135, in _write_ninja_file_and_compile_objects _run_ninja_build( File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 1413, in _run_ninja_build raise RuntimeError(message) RuntimeError: Error compiling objects for extension Error in atexit._run_exitfuncs: Traceback (most recent call last): File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\colorama\ansitowin32.py", line 59, in closed return stream.closed ValueError: underlying buffer has been detached ERROR: Failed building wheel for pointlib ERROR: Command errored out with exit status 1: command: 'C:\Users\Dell\anaconda3\envs\pytorch1.5\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py'"'"'; file='"'"'C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\Dell\AppData\Local\Temp\pip-record-3yvxb_pg\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Dell\anaconda3\envs\pytorch1.5\Include\pointlib' cwd: C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1 Complete output (96 lines): running install running build running build_ext C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py:237: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified warnings.warn('Error checking compiler version for {}: {}'.format(compiler, error)) building 'pointlib' extension creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8 creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release creating C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src Emitting ninja build file C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\bindings.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/bindings.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/bindings.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\bindings.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/bindings.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. [2/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\knn_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/knn_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/knn_points.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\knn_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/knn_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. [3/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\group_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/group_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/group_points.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\group_points.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/group_points.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. [4/7] cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\sampling.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/sampling.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 FAILED: C:/Users/Dell/AppData/Local/Temp/pip-req-build-kkz2zfo1/build/temp.win-amd64-3.8/Release/src/sampling.obj cl /showIncludes /nologo /Ox /W3 /GL /DNDEBUG /MD /MD /wd4819 /EHsc -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\TH -IC:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include -IC:\Users\Dell\anaconda3\envs\pytorch1.5\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" -c C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\src\sampling.cpp /FoC:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\build\temp.win-amd64-3.8\Release\src/sampling.obj -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointlib -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 CreateProcess failed: The system cannot find the file specified. ninja: fatal: ReadFile: The handle is invalid. Traceback (most recent call last): File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 1395, in _run_ninja_build subprocess.run( File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "
", line 1, in File "C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py", line 4, in setup( File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\setuptools__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\core.py", line 148, in setup dist.run_commands() File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\dist.py", line 966, in run_commands self.run_command(cmd) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\setuptools\command\install.py", line 61, in run return orig.install.run(self) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\install.py", line 545, in run self.run_command('build') File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build.py", line 135, in run self.run_command(cmd_name) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\setuptools\command\build_ext.py", line 79, in run _build_ext.run(self) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\Cython\Distutils\old_build_ext.py", line 186, in run _build_ext.build_ext.run(self) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build_ext.py", line 340, in run self.build_extensions() File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 580, in build_extensions build_ext.build_extensions(self) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\Cython\Distutils\old_build_ext.py", line 195, in build_extensions _build_ext.build_ext.build_extensions(self) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build_ext.py", line 449, in build_extensions self._build_extensions_serial() File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build_ext.py", line 474, in _build_extensions_serial self.build_extension(ext) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\setuptools\command\build_ext.py", line 196, in build_extension _build_ext.build_extension(self, ext) File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\distutils\command\build_ext.py", line 528, in build_extension objects = self.compiler.compile(sources, File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 553, in win_wrap_ninja_compile _write_ninja_file_and_compile_objects( File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 1135, in _write_ninja_file_and_compile_objects _run_ninja_build( File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\torch\utils\cpp_extension.py", line 1413, in _run_ninja_build raise RuntimeError(message) RuntimeError: Error compiling objects for extension Error in atexit._run_exitfuncs: Traceback (most recent call last): File "C:\Users\Dell\anaconda3\envs\pytorch1.5\lib\site-packages\colorama\ansitowin32.py", line 59, in closed return stream.closed ValueError: underlying buffer has been detached ERROR: Command errored out with exit status 1: 'C:\Users\Dell\anaconda3\envs\pytorch1.5\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py'"'"'; file='"'"'C:\Users\Dell\AppData\Local\Temp\pip-req-build-kkz2zfo1\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\Dell\AppData\Local\Temp\pip-record-3yvxb_pg\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Dell\anaconda3\envs\pytorch1.5\Include\pointlib' Check the logs for full command output. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
gcc 6.3.0 cuda 10.2 pytorch 1.5.0
In Ubuntu, gcc, cuda and pytorch version as below.. gcc 7.4.0 cuda 10.1 pytorch 1.5.0
The proposed ACMNet is great. I have a question: whether the proposed method can generalized across different dataset? e.g. nyu v2 and kitti? Whether we should retrain the model when testing? And recent depth completion method also suffering this problem? I am looking forward to hear your answer.smile
Hi, I do not test the trained model on other datasets. I do not think the trained model can generalize well to other datasets. Firstly, the images have different appearance (distribution gap). Secondly, the depth ranges are different on different datasets.
thanks for your response. Besides, do you know the method that can solve this 'gaps'? very thanks :smile cat:
In Ubuntu, gcc, cuda and pytorch version as below.. gcc 7.4.0 cuda 10.1 pytorch 1.5.0
In my machine, I use gcc==5.4.0, and the other two is the same to yours.
Maybe you can also try the configuration in the pointnet2_pytorch repository https://github.com/erikwijmans/Pointnet2_PyTorch
The proposed ACMNet is great. I have a question: whether the proposed method can generalized across different dataset? e.g. nyu v2 and kitti? Whether we should retrain the model when testing? And recent depth completion method also suffering this problem? I am looking forward to hear your answer.smile
Hi, I do not test the trained model on other datasets. I do not think the trained model can generalize well to other datasets. Firstly, the images have different appearance (distribution gap). Secondly, the depth ranges are different on different datasets.
thanks for your response. Besides, do you know the method that can solve this 'gaps'? very thanks :smile cat:
Maybe you can try to use the domain adaptation technique.
In Ubuntu, gcc, cuda and pytorch version as below.. gcc 7.4.0 cuda 10.1 pytorch 1.5.0
In my machine, I use gcc==5.4.0, and the other two is the same to yours.
Maybe you can also try the configuration in the pointnet2_pytorch repository https://github.com/erikwijmans/Pointnet2_PyTorch
I am using CUDA11.0, it can'y not compile the pointlib since the CUDA API has been changed. By the way, the "pointnet2_pytorch" is capable with CUDA 11.0.
In Ubuntu, gcc, cuda and pytorch version as below.. gcc 7.4.0 cuda 10.1 pytorch 1.5.0
In my machine, I use gcc==5.4.0, and the other two is the same to yours. Maybe you can also try the configuration in the pointnet2_pytorch repository https://github.com/erikwijmans/Pointnet2_PyTorch
I am using CUDA11.0, it can'y not compile the pointlib since the CUDA API has been changed. By the way, the "pointnet2_pytorch" is capable with CUDA 11.0.
Pnt2_pytorch is capable with coda 11.0. It is because the pnt2_pytorch has been updated multiple times, and I use the early version. I guess the main reason is the difference of the versions of some tools / libraries. Since I do not have such issue, I am sorry that I cannot give you a solution. Can you try to use gcc==5.4.0, cuda==10.0, and pytorch==1.2.0?
pip install pointlib/.
I can not install pointlib by pip install pointlib/.
The proposed ACMNet is great. I have a question: whether the proposed method can generalized across different dataset? e.g. nyu v2 and kitti? Whether we should retrain the model when testing? And recent depth completion method also suffering this problem? I am looking forward to hear your answer.:smile: