Our Community is getting an 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]

Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

ambari-server install requires python26

avatar
New Member

i am trying to install ambari-server, but getting "requires python26" error. my environment is centos 6.6 with python 2.6 installed by default. I am sure the python 26 is available. anything wrong?

1 ACCEPTED SOLUTION
3 REPLIES 3

avatar
Master Mentor

@wei jiang see if you have multiple python versions loaded, do you have any old ambari files? Run "rpm -qa | grep ambari". See if you have any ambari files in /usr/lib/python2.6/site-packages you may need to remove them first. Please paste the whole error in /var/log/ambari-server/

avatar
Master Mentor
@wei jiang

yum install python26

and retry installing ambari

avatar