princeton-vl / CornerNet-Lite

BSD 3-Clause "New" or "Revised" License
1.78k stars 431 forks source link

command 'gcc' failed with exit status 1 #66

Open linhuaiyuan opened 5 years ago

linhuaiyuan commented 5 years ago

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

tc-qaq commented 5 years ago

i have same error, has you solved this issue?

Alexychen commented 4 years ago

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

Hhy1024 commented 4 years ago

i have same error, has you solved this issue?

thfylsty commented 4 years ago

我猜测,问题可能是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

Devoe-97 commented 4 years ago

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