Unable to install from source code. #5363
Labels
invalid/unrelated
unrelated to this project or invalid type of issues
needs-more-info
More info is needed to complete the issue
I tried to install detectron2 by the following code:
git clone https://github.com/facebookresearch/detectron2.git
cd detectron2
python setup.py install
but I got a error:
gcc: fatal error: Killed signal terminated program cc1plus
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
What should I do to solve it?
The text was updated successfully, but these errors were encountered: