2017-07-27 09:49:35,736 - Execution of '/usr/bin/yum -d 0 -e 0 -y install hive2_2_5_3_0_37' returned 1. Error: Package: hive2_2_5_3_0_37-2.1.0.2.5.3.0-37.el6.noarch (HDP-2.5)
Requires: python-argparse
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
2017-07-27 09:49:35,737 - Failed to install package hive2_2_5_3_0_37. Executing '/usr/bin/yum clean metadata'
2017-07-27 09:49:35,961 - Retrying to install package hive2_2_5_3_0_37 after 30 seconds
argparse api在系统python2.6.6上工作,但安装仍然失败并打印“requires:python argparse”日志。你能告诉我我能做什么吗?
1条答案
按热度按时间lndjwyie1#
报告的错误
Requires: python-argparse
指示未安装python argparse rpm。使用以下命令安装它以解决问题。