flownet3d_pytorch icon indicating copy to clipboard operation
flownet3d_pytorch copied to clipboard

RuntimeError: Error compiling objects for extension

Open zdds-boot opened this issue 4 years ago • 0 comments

sudo apt install libopenblas-dev pip install -U git+https://github.com/NVIDIA/MinkowskiEngine" I encounter issues as follows,could you help me? Building wheel for MinkowskiEngine (setup.py) ... error ERROR: Command errored out with exit status 1: command: /home/zdd/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-c15paasf/setup.py'"'"'; file='"'"'/tmp/pip-req-build-c15paasf/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 /tmp/pip-wheel-a0p6r2ex cwd: /tmp/pip-req-build-c15paasf/ Complete output (167 lines): WARNING: Skipping MinkowskiEngine as it is not installed.

| CUDA compilation set |

Using BLAS=openblas Using the default compiler running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiConvolution.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiKernelGenerator.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiPruning.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/sparse_matrix_functions.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiTensor.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiUnion.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiTensorField.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiNormalization.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiBroadcast.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiPooling.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiInterpolation.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiCommon.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiOps.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiSparseTensor.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiFunctional.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiCoordinateManager.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiChannelwiseConvolution.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiNonlinearity.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiNetwork.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine copying ./MinkowskiEngine/init.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine creating build/lib.linux-x86_64-3.8/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/init.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/coords.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/collation.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/quantization.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/gradcheck.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/init.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils creating build/lib.linux-x86_64-3.8/MinkowskiEngine/modules copying ./MinkowskiEngine/modules/senet_block.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/modules copying ./MinkowskiEngine/modules/resnet_block.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/modules copying ./MinkowskiEngine/modules/init.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/modules running build_ext building 'MinkowskiEngineBackend.C' extension creating /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8 creating /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp creating /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf creating /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src creating /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/pybind Emitting ninja build file /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/math_functions_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/math_functions_gpu.o -D__CUDA_NO_HALF_OPERATORS_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/math_functions_gpu.o [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/math_functions_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/math_functions_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 /bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found [2/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/coordinate_map_manager.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/coordinate_map_manager.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/coordinate_map_manager.o [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/coordinate_map_manager.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/coordinate_map_manager.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 /bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found [3/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/coordinate_map_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/coordinate_map_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/coordinate_map_gpu.o [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/coordinate_map_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/coordinate_map_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 /bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found [4/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/convolution_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_kernel.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_kernel.o [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/convolution_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_kernel.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 /bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found [5/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/convolution_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_gpu.o [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/convolution_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 /bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found [6/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/convolution_transpose_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_transpose_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_transpose_gpu.o [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/convolution_transpose_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_transpose_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 /bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found [7/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/pooling_avg_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pooling_avg_kernel.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pooling_avg_kernel.o [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/pooling_avg_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pooling_avg_kernel.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 /bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found [8/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/pooling_max_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pooling_max_kernel.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pooling_max_kernel.o [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/pooling_max_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pooling_max_kernel.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 /bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found [9/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/local_pooling_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/local_pooling_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/local_pooling_gpu.o [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/local_pooling_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/local_pooling_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 /bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found [10/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/global_pooling_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/global_pooling_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/global_pooling_gpu.o [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/global_pooling_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/global_pooling_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 /bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found [11/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/broadcast_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/broadcast_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/broadcast_gpu.o [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/broadcast_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/broadcast_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 /bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found [12/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/broadcast_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/broadcast_kernel.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/broadcast_kernel.o [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/broadcast_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/broadcast_kernel.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 /bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found [13/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/pruning_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pruning_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pruning_gpu.o [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/pruning_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pruning_gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14 /bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found [14/19] c++ -MMD -MF /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/math_functions_cpu.o.d -pthread -B /home/zdd/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/math_functions_cpu.cpp -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/math_functions_cpu.o -fopenmp -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ ninja: build stopped: subcommand failed. Traceback (most recent call last): File "/home/zdd/anaconda3/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1533, in _run_ninja_build subprocess.run( File "/home/zdd/anaconda3/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "", line 1, in File "/tmp/pip-req-build-c15paasf/setup.py", line 299, in setup( File "/home/zdd/anaconda3/lib/python3.8/site-packages/setuptools/init.py", line 153, in setup return distutils.core.setup(**attrs) File "/home/zdd/anaconda3/lib/python3.8/distutils/core.py", line 148, in setup dist.run_commands() File "/home/zdd/anaconda3/lib/python3.8/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/home/zdd/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/home/zdd/anaconda3/lib/python3.8/site-packages/wheel/bdist_wheel.py", line 299, in run self.run_command('build') File "/home/zdd/anaconda3/lib/python3.8/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/home/zdd/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/home/zdd/anaconda3/lib/python3.8/distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/home/zdd/anaconda3/lib/python3.8/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/home/zdd/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/home/zdd/anaconda3/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 79, in run _build_ext.run(self) File "/home/zdd/anaconda3/lib/python3.8/site-packages/Cython/Distutils/old_build_ext.py", line 186, in run _build_ext.build_ext.run(self) File "/home/zdd/anaconda3/lib/python3.8/distutils/command/build_ext.py", line 340, in run self.build_extensions() File "/home/zdd/anaconda3/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 670, in build_extensions build_ext.build_extensions(self) File "/home/zdd/anaconda3/lib/python3.8/site-packages/Cython/Distutils/old_build_ext.py", line 195, in build_extensions _build_ext.build_ext.build_extensions(self) File "/home/zdd/anaconda3/lib/python3.8/distutils/command/build_ext.py", line 449, in build_extensions self._build_extensions_serial() File "/home/zdd/anaconda3/lib/python3.8/distutils/command/build_ext.py", line 474, in _build_extensions_serial self.build_extension(ext) File "/home/zdd/anaconda3/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 196, in build_extension _build_ext.build_extension(self, ext) File "/home/zdd/anaconda3/lib/python3.8/distutils/command/build_ext.py", line 528, in build_extension objects = self.compiler.compile(sources, File "/home/zdd/anaconda3/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 491, in unix_wrap_ninja_compile _write_ninja_file_and_compile_objects( File "/home/zdd/anaconda3/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1250, in _write_ninja_file_and_compile_objects _run_ninja_build( File "/home/zdd/anaconda3/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1555, in _run_ninja_build raise RuntimeError(message) from e RuntimeError: Error compiling objects for extension

ERROR: Failed building wheel for MinkowskiEngine Running setup.py clean for MinkowskiEngine Failed to build MinkowskiEngine Installing collected packages: MinkowskiEngine Running setup.py install for MinkowskiEngine ... error ERROR: Command errored out with exit status 1: command: /home/zdd/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-c15paasf/setup.py'"'"'; file='"'"'/tmp/pip-req-build-c15paasf/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-zhucfov9/install-record.txt --single-version-externally-managed --compile --install-headers /home/zdd/anaconda3/include/python3.8/MinkowskiEngine cwd: /tmp/pip-req-build-c15paasf/ Complete output (169 lines): WARNING: Skipping MinkowskiEngine as it is not installed. -------------------------------- | CUDA compilation set | --------------------------------

Using BLAS=openblas
Using the default compiler
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiConvolution.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiKernelGenerator.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiPruning.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/sparse_matrix_functions.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiTensor.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiUnion.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiTensorField.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiNormalization.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiBroadcast.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiPooling.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiInterpolation.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiCommon.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiOps.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiSparseTensor.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiFunctional.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiCoordinateManager.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiChannelwiseConvolution.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiNonlinearity.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiNetwork.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/__init__.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
creating build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/init.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/coords.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/collation.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/quantization.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/gradcheck.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/__init__.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
creating build/lib.linux-x86_64-3.8/MinkowskiEngine/modules
copying ./MinkowskiEngine/modules/senet_block.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/modules
copying ./MinkowskiEngine/modules/resnet_block.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/modules
copying ./MinkowskiEngine/modules/__init__.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/modules
running build_ext
building 'MinkowskiEngineBackend._C' extension
creating /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8
creating /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp
creating /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf
creating /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src
creating /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/pybind
Emitting ninja build file /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
[1/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/math_functions_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/math_functions_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/math_functions_gpu.o
[path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/math_functions_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/math_functions_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
/bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found
[2/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/coordinate_map_manager.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/coordinate_map_manager.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/coordinate_map_manager.o
[path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/coordinate_map_manager.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/coordinate_map_manager.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
/bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found
[3/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/coordinate_map_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/coordinate_map_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/coordinate_map_gpu.o
[path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/coordinate_map_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/coordinate_map_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
/bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found
[4/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/convolution_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_kernel.o
[path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/convolution_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
/bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found
[5/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/convolution_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_gpu.o
[path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/convolution_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
/bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found
[6/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/convolution_transpose_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_transpose_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_transpose_gpu.o
[path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/convolution_transpose_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/convolution_transpose_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
/bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found
[7/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/pooling_avg_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pooling_avg_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pooling_avg_kernel.o
[path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/pooling_avg_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pooling_avg_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
/bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found
[8/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/pooling_max_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pooling_max_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pooling_max_kernel.o
[path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/pooling_max_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pooling_max_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
/bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found
[9/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/local_pooling_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/local_pooling_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/local_pooling_gpu.o
[path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/local_pooling_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/local_pooling_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
/bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found
[10/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/broadcast_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/broadcast_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/broadcast_kernel.o
[path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/broadcast_kernel.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/broadcast_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
/bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found
[11/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/global_pooling_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/global_pooling_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/global_pooling_gpu.o
[path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/global_pooling_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/global_pooling_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
/bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found
[12/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/broadcast_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/broadcast_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/broadcast_gpu.o
[path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/broadcast_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/broadcast_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
/bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found
[13/19] [path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/pruning_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pruning_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
FAILED: /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pruning_gpu.o
[path-to-my-cuda]/lib64:/bin/nvcc -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/pruning_gpu.cu -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/pruning_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -std=c++14
/bin/sh: 1: [path-to-my-cuda]/lib64:/bin/nvcc: not found
[14/19] c++ -MMD -MF /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/math_functions_cpu.o.d -pthread -B /home/zdd/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/TH -I/home/zdd/anaconda3/lib/python3.8/site-packages/torch/include/THC '-I[path-to-my-cuda]/lib64:/include' -I/tmp/pip-req-build-c15paasf/src -I/tmp/pip-req-build-c15paasf/src/3rdparty -I/home/zdd/anaconda3/include/python3.8 -c -c /tmp/pip-req-build-c15paasf/src/math_functions_cpu.cpp -o /tmp/pip-req-build-c15paasf/build/temp.linux-x86_64-3.8/tmp/pip-req-build-c15paasf/src/math_functions_cpu.o -fopenmp -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
  File "/home/zdd/anaconda3/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1533, in _run_ninja_build
    subprocess.run(
  File "/home/zdd/anaconda3/lib/python3.8/subprocess.py", line 512, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-req-build-c15paasf/setup.py", line 299, in <module>
    setup(
  File "/home/zdd/anaconda3/lib/python3.8/site-packages/setuptools/__init__.py", line 153, in setup
    return distutils.core.setup(**attrs)
  File "/home/zdd/anaconda3/lib/python3.8/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/home/zdd/anaconda3/lib/python3.8/distutils/dist.py", line 966, in run_commands
    self.run_command(cmd)
  File "/home/zdd/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
    cmd_obj.run()
  File "/home/zdd/anaconda3/lib/python3.8/site-packages/setuptools/command/install.py", line 61, in run
    return orig.install.run(self)
  File "/home/zdd/anaconda3/lib/python3.8/distutils/command/install.py", line 545, in run
    self.run_command('build')
  File "/home/zdd/anaconda3/lib/python3.8/distutils/cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "/home/zdd/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
    cmd_obj.run()
  File "/home/zdd/anaconda3/lib/python3.8/distutils/command/build.py", line 135, in run
    self.run_command(cmd_name)
  File "/home/zdd/anaconda3/lib/python3.8/distutils/cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "/home/zdd/anaconda3/lib/python3.8/distutils/dist.py", line 985, in run_command
    cmd_obj.run()
  File "/home/zdd/anaconda3/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 79, in run
    _build_ext.run(self)
  File "/home/zdd/anaconda3/lib/python3.8/site-packages/Cython/Distutils/old_build_ext.py", line 186, in run
    _build_ext.build_ext.run(self)
  File "/home/zdd/anaconda3/lib/python3.8/distutils/command/build_ext.py", line 340, in run
    self.build_extensions()
  File "/home/zdd/anaconda3/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 670, in build_extensions
    build_ext.build_extensions(self)
  File "/home/zdd/anaconda3/lib/python3.8/site-packages/Cython/Distutils/old_build_ext.py", line 195, in build_extensions
    _build_ext.build_ext.build_extensions(self)
  File "/home/zdd/anaconda3/lib/python3.8/distutils/command/build_ext.py", line 449, in build_extensions
    self._build_extensions_serial()
  File "/home/zdd/anaconda3/lib/python3.8/distutils/command/build_ext.py", line 474, in _build_extensions_serial
    self.build_extension(ext)
  File "/home/zdd/anaconda3/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 196, in build_extension
    _build_ext.build_extension(self, ext)
  File "/home/zdd/anaconda3/lib/python3.8/distutils/command/build_ext.py", line 528, in build_extension
    objects = self.compiler.compile(sources,
  File "/home/zdd/anaconda3/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 491, in unix_wrap_ninja_compile
    _write_ninja_file_and_compile_objects(
  File "/home/zdd/anaconda3/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1250, in _write_ninja_file_and_compile_objects
    _run_ninja_build(
  File "/home/zdd/anaconda3/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1555, in _run_ninja_build
    raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension
----------------------------------------

ERROR: Command errored out with exit status 1: /home/zdd/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-c15paasf/setup.py'"'"'; file='"'"'/tmp/pip-req-build-c15paasf/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-zhucfov9/install-record.txt --single-version-externally-managed --compile --install-headers /home/zdd/anaconda3/include/python3.8/MinkowskiEngine Check the logs for full command output. python 3.8.5 torch 1.7.1 gcc 9.3.0 ubuntu 20.04 cuda 10.2 looking forward your reply

zdds-boot avatar Dec 19 '20 03:12 zdds-boot