Skip to content

Instantly share code, notes, and snippets.

@gcarothers
Created May 22, 2015 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcarothers/464d82d1c88ba58f666f to your computer and use it in GitHub Desktop.
Save gcarothers/464d82d1c88ba58f666f to your computer and use it in GitHub Desktop.
unhappy pip
pip install --upgrade 'pip>=1.4.1'
Requirement already up-to-date: pip>=1.4.1 in /home/lex/lib/python2.7/site-packages
pip install --upgrade 'setuptools>=0.8'
Requirement already up-to-date: setuptools>=0.8 in /home/lex/lib/python2.7/site-packages
pip install wheel
Requirement already satisfied (use --upgrade to upgrade): wheel in /home/lex/lib/python2.7/site-packages
pip wheel -w wheelhouse -f wheelhouse -r requirements.txt
ERROR: 'pip wheel' requires setuptools >= 0.8 for dist-info support. To fix this, run: pip install --upgrade setuptools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment