首先我从pythonlibs网站下载了Cython的.whl文件,然后打开了bash终端并执行以下命令:
python install Cython
这是输出:
unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools,
如果有帮助,我的操作系统是Windows 10,谢谢