Our Community is getting a major upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 09-27-2016 01:45 PM
I am in the deployment of HDP2.5 cluster, other services are installed properly, but the installation hive failed, error reporting lack python-argparse, but I manually install argparse, still at the same mistake, I want to know why? Thank you! I am very eager to know where is the problem?
Created 09-28-2016 07:34 AM
I faced same issue and I resolved the issue after update the python package with
yum update python*
Once try and if this also help you to resolve the issue.
Created on 09-28-2016 01:26 AM - edited 08-18-2019 03:39 AM
@Ayub PathanThank you for your attention, I have installed argparse, the following picture is specific information
Created 09-28-2016 07:34 AM
I faced same issue and I resolved the issue after update the python package with
yum update python*
Once try and if this also help you to resolve the issue.
Created 09-28-2016 07:49 AM
@Ashnee SharmaThank you very much ! I'll try it right away.
Created 09-28-2016 07:56 AM
@Ashnee SharmaI never did not install or upgrade python!Can you describe the specific steps?Thank you !
Created 09-28-2016 04:14 PM
Are you have internet on your machine, then only need to execute the command
yum update python*
If you dont have then you need to configure local cent os repo.
Created 09-30-2016 01:08 AM
@Ashnee SharmaThank you very much. The problem is solved. I upgraded the python according to your method. I feel so excited! But I am confused, why does this problem appear?Is the official not taking into account this problem?
Created 10-01-2016 12:23 PM
Please accept the answer. So it will help to others.
Created 10-09-2016 02:14 PM
Created 10-20-2016 07:53 AM
For the cluster without Internet connection,
1) download the package on the other host (internet reachable).
http://mirror.centos.org/centos/6/os/x86_64/Packages/python-argparse-1.2.1-2.1.el6.noarch.rpm
2) copy and install it to all the nodes in the cluster.
Created 11-14-2016 09:16 AM
Thank you very much !