Closed garrettr closed 7 years ago
Looks like we ran headfirst into https://docs.travis-ci.com/user/common-build-problems/#Git-cannot-clone-my-Submodules, @msheiny is on the case.
ok what the heck, Travis?!?
Looks like this might be related: http://setuptools.readthedocs.io/en/latest/history.html#v34-0-0
As discovered in #940, not all versions of pip will successfully install Setuptools from its pre-built wheel. If you encounter issues with “No module named six” or “No module named packaging”, especially following a line “Running setup.py egg_info for package setuptools”, then your pip is not new enough.
Closes #93.