Comment 4 for bug 1579157

Revision history for this message
david harkness (nullserver) wrote :

2 days of fighting with it, I get it working a minute after I ask for help...

Here's what worked for me on my Mac

sudo su -
pip freeze | grep -v "^-e" | xargs pip uninstall -y
exit
pip install python-openstackclient

Good now