Open larsbergstrom opened 8 years ago
That step resulted in:
root@MACHINE:~# pip install --upgrade setuptools
Downloading/unpacking setuptools from https://pypi.python.org/packages/2d/76/bce013588c82099ea243241441364db1e55a8d2d1a7cc962cee8873ccaea/setuptools-27.1.2-py2.py3-none-any.whl#md5=5f5be1c83ef30979bb1bf0ed3cb2b417
Downloading setuptools-27.1.2-py2.py3-none-any.whl (464kB): 464kB downloaded
Installing collected packages: setuptools
Found existing installation: setuptools 3.3
Not uninstalling setuptools at /usr/lib/python2.7/dist-packages, owned by OS
Successfully installed setuptools
Cleaning up...
We were getting:
Which was due to a broken (recursive deps) setuptools: https://github.com/pypa/setuptools/blob/master/CHANGES.rst#v2712
I was a Bad Admin and just logged in and did a bunch of:
But we should do the right thing here and make sure we properly are updating setuptools.