sih*_*hrc 14 python windows installation gcc mingw
我正试图跑一个
python setup.py build --compiler=mingw32
Run Code Online (Sandbox Code Playgroud)
但它会导致主题中提到的错误:
error: command 'gcc' failed: No such file or directory
Run Code Online (Sandbox Code Playgroud)
但我能够从命令提示符运行gcc(我已将它添加到我的PATH env var):
>gcc
gcc: fatal error: no input files
compilation terminated
Run Code Online (Sandbox Code Playgroud)
我正在运行Windows 7 64位.Python27.具体来源我正在尝试构建:
关于这个问题的上一篇文章
任何帮助/建议/解决方案将不胜感激.