We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running install running bdist_egg running egg_info writing pointnet2.egg-info/PKG-INFO writing dependency_links to pointnet2.egg-info/dependency_links.txt writing top-level names to pointnet2.egg-info/top_level.txt reading manifest file 'pointnet2.egg-info/SOURCES.txt' writing manifest file 'pointnet2.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_ext building 'pointnet2_cuda' extension gcc -pthread -B /home/anaconda3/envs/FR1/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/anaconda3/envs/FR1/lib/python3.7/site-packages/torch/include -I/home/anaconda3/envs/FR1/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/anaconda3/envs/FR1/lib/python3.7/site-packages/torch/include/TH -I/home/anaconda3/envs/FR1/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.2:/include -I/home/anaconda3/envs/FR1/include/python3.7m -c src/pointnet2_api.cpp -o build/temp.linux-x86_64-3.7/src/pointnet2_api.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointnet2_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11 cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ In file included from src/pointnet2_api.cpp:4:0: src/ball_query_gpu.h:6:10: fatal error: cuda.h: No such file or directory #include <cuda.h> ^~~~~~~~ compilation terminated. error: command 'gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered:
Please go to previously asked questions to find answers.
Sorry, something went wrong.
No branches or pull requests
running install
running bdist_egg
running egg_info
writing pointnet2.egg-info/PKG-INFO
writing dependency_links to pointnet2.egg-info/dependency_links.txt
writing top-level names to pointnet2.egg-info/top_level.txt
reading manifest file 'pointnet2.egg-info/SOURCES.txt'
writing manifest file 'pointnet2.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_ext
building 'pointnet2_cuda' extension
gcc -pthread -B /home/anaconda3/envs/FR1/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/anaconda3/envs/FR1/lib/python3.7/site-packages/torch/include -I/home/anaconda3/envs/FR1/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/anaconda3/envs/FR1/lib/python3.7/site-packages/torch/include/TH -I/home/anaconda3/envs/FR1/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.2:/include -I/home/anaconda3/envs/FR1/include/python3.7m -c src/pointnet2_api.cpp -o build/temp.linux-x86_64-3.7/src/pointnet2_api.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=pointnet2_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
In file included from src/pointnet2_api.cpp:4:0:
src/ball_query_gpu.h:6:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered: