我在 Windows Powershell 中使用 Python 2.7(我设置了环境,以便可以使用 Python)。
我安装了 Cython(使用 Windows 安装程序)。
我正在尝试通过制作一个简单的“Hello World”扩展来遵循 Cython 网站上的教程,但是当我尝试构建扩展时,我收到了这个错误:
dllwrap: gcc exited with status 1
error: command 'dllwrap' failed with exit status 1
如何解决这个问题,以便我可以通过 C 扩展优化我的 python 代码?