i want to install openStack on ubuntu 16.04 when i enter the command **./stack.sh**
i get the following error
ERROR: Package 'keystone' requires a different Python: 3.5.2 not in '>=3.6'
python version is 2.7.12 , i also read the openstack.org documentaion, it said in Prerequisites that use to up version 2.7.
Each time I get error, I re-enter the following commands:
**./unstack.sh**
**./clean.sh**
**./stack.sh**
But I get the same error again
You can try to add "USE_PYTHON3=True" parameter to your local.conf, it should work