Comment 6 for bug 1548591

Revision history for this message
Xu Ao (xuao) wrote :

Run these two command to install the setuptools-20.1.1:
        pip uninstall setuptools && pip install 'setuptools < 20.2'
        in the devstack/tools/install_pip.sh
Then comment the line 135(pip_install -U setuptools) in devstack/tools/install_pip.sh
It works!