TypeError: ‘>=‘ not supported between instances of ‘NoneType‘ and ‘str‘

File “G:\Anaconda3\lib\distutils\cygwinccompiler.py”, line 129, in init
if self.ld_version >= “2.10.90”:
TypeError: ‘>=’ not supported between instances of ‘NoneType’ and ‘str’

conda install libpython

即可解决问题,如果海报gcc的错误,那就下载visual studio2015+(鉴于python3.0+)

猜你喜欢

转载自blog.csdn.net/BigData_Mining/article/details/112940813