- 报错信息
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
- base: mirrors.cloud.aliyuncs.com
- extras: mirrors.cloud.aliyuncs.com
- updates: mirrors.cloud.aliyuncs.com
File “/usr/libexec/urlgrabber-ext-down”, line 28
except OSError, e:
^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
File “/usr/libexec/urlgrabber-ext-down”, line 28
except OSError, e:
^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
Exiting on user cancel
-
错误原因:
yum需要用python2编译,如果服务器安装的是python3.6并作为默认编译器的话,就会出现这个错误。 -
修复方法:
vi /usr/libexec/urlgrabber-ext-down修改文件
第一行指定python2.7 -
再次运行,成功!