Hi,
when I run 'pip install -r requirements.txt',but got many mistakes:Failed to build pointnet2-ops
I used the ubuntu20.04, cuda driver 11.1, python3.6, pytorch1.7.1, gcc 9.3.0, please tell me how to deal with...thx
ERROR: Command errored out with exit status 1:
command: /home/Jing/anaconda3/envs/SAPIEN/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-5jkb37_5/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-5jkb37_5/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-dm7mj6u4/install-record.txt --single-version-externally-managed --compile --install-headers /home/Jing/anaconda3/envs/SAPIEN/include/python3.6m/pointnet2-ops
cwd: /tmp/pip-req-build-5jkb37_5/
Complete output (215 lines):
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/pointnet2_ops
copying pointnet2_ops/_version.py -> build/lib.linux-x86_64-3.6/pointnet2_ops
copying pointnet2_ops/pointnet2_utils.py -> build/lib.linux-x86_64-3.6/pointnet2_ops
copying pointnet2_ops/__init__.py -> build/lib.linux-x86_64-3.6/pointnet2_ops
copying pointnet2_ops/pointnet2_modules.py -> build/lib.linux-x86_64-3.6/pointnet2_ops
running egg_info
writing pointnet2_ops.egg-info/PKG-INFO
writing dependency_links to pointnet2_ops.egg-info/dependency_links.txt
writing requirements to pointnet2_ops.egg-info/requires.txt
writing top-level names to pointnet2_ops.egg-info/top_level.txt
reading manifest file 'pointnet2_ops.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pointnet2_ops.egg-info/SOURCES.txt'
creating build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src
creating build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/include
copying pointnet2_ops/_ext-src/include/ball_query.h -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/include
copying pointnet2_ops/_ext-src/include/cuda_utils.h -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/include
copying pointnet2_ops/_ext-src/include/group_points.h -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/include
copying pointnet2_ops/_ext-src/include/interpolate.h -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/include
copying pointnet2_ops/_ext-src/include/sampling.h -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/include
copying pointnet2_ops/_ext-src/include/utils.h -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/include
creating build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/src
copying pointnet2_ops/_ext-src/src/ball_query.cpp -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/src
copying pointnet2_ops/_ext-src/src/ball_query_gpu.cu -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/src
copying pointnet2_ops/_ext-src/src/bindings.cpp -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/src
copying pointnet2_ops/_ext-src/src/group_points.cpp -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/src
copying pointnet2_ops/_ext-src/src/group_points_gpu.cu -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/src
copying pointnet2_ops/_ext-src/src/interpolate.cpp -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/src
copying pointnet2_ops/_ext-src/src/interpolate_gpu.cu -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/src
copying pointnet2_ops/_ext-src/src/sampling.cpp -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/src
copying pointnet2_ops/_ext-src/src/sampling_gpu.cu -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/src
running build_ext
building 'pointnet2_ops._ext' extension
creating /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6
creating /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops
creating /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src
creating /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src
Emitting ninja build file /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
[1/9] :/usr/local/cuda-11.1/bin/nvcc -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/sampling_gpu.cu -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/sampling_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -Xfatbin -compress-all -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_37,code=compute_37 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_37,code=sm_37 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_70,code=sm_70 -std=c++14
FAILED: /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/sampling_gpu.o
:/usr/local/cuda-11.1/bin/nvcc -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/sampling_gpu.cu -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/sampling_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -Xfatbin -compress-all -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_37,code=compute_37 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_37,code=sm_37 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_70,code=sm_70 -std=c++14
/bin/sh: 1: :/usr/local/cuda-11.1/bin/nvcc: not found
[2/9] :/usr/local/cuda-11.1/bin/nvcc -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/interpolate_gpu.cu -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/interpolate_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -Xfatbin -compress-all -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_37,code=compute_37 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_37,code=sm_37 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_70,code=sm_70 -std=c++14
FAILED: /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/interpolate_gpu.o
:/usr/local/cuda-11.1/bin/nvcc -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/interpolate_gpu.cu -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/interpolate_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -Xfatbin -compress-all -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_37,code=compute_37 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_37,code=sm_37 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_70,code=sm_70 -std=c++14
/bin/sh: 1: :/usr/local/cuda-11.1/bin/nvcc: not found
[3/9] :/usr/local/cuda-11.1/bin/nvcc -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/ball_query_gpu.cu -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/ball_query_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -Xfatbin -compress-all -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_37,code=compute_37 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_37,code=sm_37 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_70,code=sm_70 -std=c++14
FAILED: /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/ball_query_gpu.o
:/usr/local/cuda-11.1/bin/nvcc -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/ball_query_gpu.cu -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/ball_query_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -Xfatbin -compress-all -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_37,code=compute_37 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_37,code=sm_37 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_70,code=sm_70 -std=c++14
/bin/sh: 1: :/usr/local/cuda-11.1/bin/nvcc: not found
[4/9] :/usr/local/cuda-11.1/bin/nvcc -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/group_points_gpu.cu -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/group_points_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -Xfatbin -compress-all -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_37,code=compute_37 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_37,code=sm_37 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_70,code=sm_70 -std=c++14
FAILED: /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/group_points_gpu.o
:/usr/local/cuda-11.1/bin/nvcc -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/group_points_gpu.cu -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/group_points_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -Xfatbin -compress-all -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_37,code=compute_37 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_37,code=sm_37 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_70,code=sm_70 -std=c++14
/bin/sh: 1: :/usr/local/cuda-11.1/bin/nvcc: not found
[5/9] c++ -MMD -MF /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/group_points.o.d -pthread -B /home/Jing/anaconda3/envs/SAPIEN/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/group_points.cpp -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/group_points.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
FAILED: /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/group_points.o
c++ -MMD -MF /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/group_points.o.d -pthread -B /home/Jing/anaconda3/envs/SAPIEN/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/group_points.cpp -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/group_points.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -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++
In file included from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/Parallel.h:149,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/utils.h:3,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/nn/cloneable.h:5,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/nn.h:3,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:12,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/extension.h:4,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include/group_points.h:2,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/group_points.cpp:1:
/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/ParallelOpenMP.h:84: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
84 | #pragma omp parallel for if ((end - begin) >= grain_size)
|
In file included from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include/utils.h:2,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/group_points.cpp:2:
/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/cuda/CUDAContext.h:5:10: fatal error: cuda_runtime_api.h: No such file or directory
5 | #include <cuda_runtime_api.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
[6/9] c++ -MMD -MF /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/interpolate.o.d -pthread -B /home/Jing/anaconda3/envs/SAPIEN/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/interpolate.cpp -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/interpolate.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
FAILED: /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/interpolate.o
c++ -MMD -MF /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/interpolate.o.d -pthread -B /home/Jing/anaconda3/envs/SAPIEN/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/interpolate.cpp -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/interpolate.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -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++
In file included from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/Parallel.h:149,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/utils.h:3,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/nn/cloneable.h:5,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/nn.h:3,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:12,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/extension.h:4,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include/interpolate.h:3,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/interpolate.cpp:1:
/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/ParallelOpenMP.h:84: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
84 | #pragma omp parallel for if ((end - begin) >= grain_size)
|
In file included from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include/utils.h:2,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/interpolate.cpp:2:
/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/cuda/CUDAContext.h:5:10: fatal error: cuda_runtime_api.h: No such file or directory
5 | #include <cuda_runtime_api.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
[7/9] c++ -MMD -MF /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/ball_query.o.d -pthread -B /home/Jing/anaconda3/envs/SAPIEN/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/ball_query.cpp -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/ball_query.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
FAILED: /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/ball_query.o
c++ -MMD -MF /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/ball_query.o.d -pthread -B /home/Jing/anaconda3/envs/SAPIEN/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/ball_query.cpp -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/ball_query.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -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++
In file included from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/Parallel.h:149,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/utils.h:3,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/nn/cloneable.h:5,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/nn.h:3,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:12,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/extension.h:4,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include/ball_query.h:2,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/ball_query.cpp:1:
/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/ParallelOpenMP.h:84: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
84 | #pragma omp parallel for if ((end - begin) >= grain_size)
|
In file included from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include/utils.h:2,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/ball_query.cpp:2:
/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/cuda/CUDAContext.h:5:10: fatal error: cuda_runtime_api.h: No such file or directory
5 | #include <cuda_runtime_api.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
[8/9] c++ -MMD -MF /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/sampling.o.d -pthread -B /home/Jing/anaconda3/envs/SAPIEN/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/sampling.cpp -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/sampling.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
FAILED: /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/sampling.o
c++ -MMD -MF /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/sampling.o.d -pthread -B /home/Jing/anaconda3/envs/SAPIEN/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/sampling.cpp -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/sampling.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -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++
In file included from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/Parallel.h:149,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/utils.h:3,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/nn/cloneable.h:5,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/nn.h:3,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:12,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/extension.h:4,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include/sampling.h:2,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/sampling.cpp:1:
/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/ParallelOpenMP.h:84: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
84 | #pragma omp parallel for if ((end - begin) >= grain_size)
|
In file included from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include/utils.h:2,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/sampling.cpp:2:
/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/cuda/CUDAContext.h:5:10: fatal error: cuda_runtime_api.h: No such file or directory
5 | #include <cuda_runtime_api.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
[9/9] c++ -MMD -MF /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/bindings.o.d -pthread -B /home/Jing/anaconda3/envs/SAPIEN/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/TH -I/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/THC -I:/usr/local/cuda-11.1/include -I/home/Jing/anaconda3/envs/SAPIEN/include/python3.6m -c -c /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/bindings.cpp -o /tmp/pip-req-build-5jkb37_5/build/temp.linux-x86_64-3.6/pointnet2_ops/_ext-src/src/bindings.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -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++
In file included from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/Parallel.h:149,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/utils.h:3,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/nn/cloneable.h:5,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/nn.h:3,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:12,
from /home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/torch/extension.h:4,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/include/ball_query.h:2,
from /tmp/pip-req-build-5jkb37_5/pointnet2_ops/_ext-src/src/bindings.cpp:1:
/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/include/ATen/ParallelOpenMP.h:84: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
84 | #pragma omp parallel for if ((end - begin) >= grain_size)
|
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 1539, in _run_ninja_build
env=env)
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
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-5jkb37_5/setup.py", line 38, in <module>
include_package_data=True,
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/setuptools/__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/distutils/core.py", line 148, in setup
dist.run_commands()
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/distutils/command/install.py", line 545, in run
self.run_command('build')
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/setuptools/command/build_ext.py", line 79, in run
_build_ext.run(self)
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/distutils/command/build_ext.py", line 339, in run
self.build_extensions()
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 670, in build_extensions
build_ext.build_extensions(self)
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/distutils/command/build_ext.py", line 448, in build_extensions
self._build_extensions_serial()
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/distutils/command/build_ext.py", line 473, in _build_extensions_serial
self.build_extension(ext)
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/setuptools/command/build_ext.py", line 196, in build_extension
_build_ext.build_extension(self, ext)
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/distutils/command/build_ext.py", line 533, in build_extension
depends=ext.depends)
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 500, in unix_wrap_ninja_compile
with_cuda=with_cuda)
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 1255, in _write_ninja_file_and_compile_objects
error_prefix='Error compiling objects for extension')
File "/home/Jing/anaconda3/envs/SAPIEN/lib/python3.6/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/Jing/anaconda3/envs/SAPIEN/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-5jkb37_5/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-5jkb37_5/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-dm7mj6u4/install-record.txt --single-version-externally-managed --compile --install-headers /home/Jing/anaconda3/envs/SAPIEN/include/python3.6m/pointnet2-ops Check the logs for full command output.
I have solved this question accoding to your reply. thx a lot!