Closed Vawter-001 closed 1 month ago
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. The following information is missing: "Instructions To Reproduce the Issue and Full Logs"; "Your Environment";
Requested information was not provided in 7 days, so we're closing this issue.
Please open new issue if information becomes available. Otherwise, use github discussions for free-form discussions.
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?