I am new to OpenStack and I am facing an error while installing openstack using devstack script.
I followed the normal steps:
- cd devstack 
- ./stack.sh 
But while running the script with the command ./stack.sh
script stopped due to the following error:
Could not find a version that satisfies the requirement
prettytable>0.7 (from versions: 0.3, 0.4, 0.5, 0.6, 0.6.1, 0.7, 0.7.1, 0.7.2) No distributions matching the version for prettytable>0.7
Can someone please help me to solve this.
Thank you