Comment 12 for bug 1658844

Revision history for this message
Kyle Corupe (kyle-corupe) wrote :

Found a work-around (https://github.com/pypa/setuptools/issues/937)

Install pip from python not packages and then setuptools from pip.

python -m pip install -U pip
pip install -U pip setuptools

When using the new pip its located in /usr/local/bin/pip