When i try to build detectron2, im getting this error
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
subprocess.run(
File "/home2/mukilan/anaconda3/envs/sf/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
I have set the correct cuda arch using these commands
My virtual env has :
python 3.8 pytorch 1.10 cuda 10.2
When i try to build detectron2, im getting this error
When I use this command
I get this error,
I have set the correct cuda arch using these commands
Please help me figure what I am doing wrong here. Thanks !!