Created 03-07-2017 10:26 AM
Hello,
I am trying to install latest Ambari to Ubuntu Trusty virtual machine (VirtualBox). The default Python version is 2.7.
When I run command "sudo amberi-server setup" - I get this error:
ImportError: No module named ambari_server.BackupRestore
Can you please help?
Created 03-07-2017 11:02 AM
Do you have /usr/lib/python2.7/site-packages/ambari_server/BackupRestore.py ? Looks like the python package is not installed properly. Can you try re-installing ambari-server?
Created 03-07-2017 11:02 AM
Do you have /usr/lib/python2.7/site-packages/ambari_server/BackupRestore.py ? Looks like the python package is not installed properly. Can you try re-installing ambari-server?
Created 03-07-2017 11:51 AM
Thank you Sandeep! I have reinstalled it under sudo and then run "sudo ambari-server setup" - it is working!