CornerNet-Lite
CornerNet-Lite copied to clipboard
command 'gcc' failed with exit status 1
When running ‘python setup.py install --user’ ,Error occurred ‘command 'gcc' failed with exit status 1’
i have same error, has you solved this issue?
I have the same same error: "error: command 'gcc' failed with exit status 1"
i have same error, has you solved this issue?
我猜测,问题可能是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
Cuda version and pytorch version cause this problem. You can use the corner pooling code from thie https://github.com/learnerjsk/CornerNet-Lite