安装Python,Cython,Mingw的方法
项目场景:
提示:Python 3.9,Cython,Mingw64 8.1.0,全部为64位版本,操作系统WINDOWS 10 64位
问题描述:
提示:在执行
python setup.py build_ext --inplace
出现
File "C:\Program Files\Python39\lib\distutils\cygwinccompiler.py", line 128, in __init__
if self.ld_version >= "2.10.90":
TypeError: '>=' not supported between instances of 'NoneType' and 'str'
原因分析:
提示:ld -v 输出到shell后,
out = Popen(cmd, shell=True, stdout=PIPE).s