What does CompileError/LinkerError: “command 'gcc' failed with exit status 1” mean, when running %%cython-magic cell in IPython
问题 Sometimes, when I run a %%cython-cell in an IPython-notebook I get a long backtrace with ends with a quite short error message: CompileError: command 'gcc' failed with exit status 1 or LinkError: command 'gcc' failed with exit status 1 On Windows the corresponding messages are: CompileError: command 'C:.\Microsoft Visual Studio\..\cl.exe' failed with exit status X and LinkError: command 'C:..\Microsoft Visual Studio\..\link.exe' failed with exit status YYYY Is it possible to get more precise