CornerNet-Lite icon indicating copy to clipboard operation
CornerNet-Lite copied to clipboard

command 'gcc' failed with exit status 1

Open linhuaiyuan opened this issue 5 years ago • 5 comments

When running ‘python setup.py install --user’ ,Error occurred ‘command 'gcc' failed with exit status 1’

linhuaiyuan avatar May 10 '19 17:05 linhuaiyuan

i have same error, has you solved this issue?

tc-qaq avatar May 16 '19 03:05 tc-qaq

I have the same same error: "error: command 'gcc' failed with exit status 1"

Alexychen avatar Oct 14 '19 09:10 Alexychen

i have same error, has you solved this issue?

Hhy1024 avatar Nov 04 '19 09:11 Hhy1024

我猜测,问题可能是torch或者gcc版本过高或者过低。试着安装和作者一模一样的版本。或者就是windows系统的问题吧。

I guess the problem may be that the torch or gcc version is too high or too low. Try to install the same version as the author. Or the problem with the windows system.

Follow these sets: Software Requirement Python 3.7 PyTorch 1.0.0 CUDA 10 GCC 4.9.2 or above

thfylsty avatar Apr 03 '20 08:04 thfylsty

Cuda version and pytorch version cause this problem. You can use the corner pooling code from thie https://github.com/learnerjsk/CornerNet-Lite

Devoe-97 avatar Apr 09 '20 13:04 Devoe-97