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