Skip to content

Instantly share code, notes, and snippets.

@todd-dsm
Created November 2, 2013 20:38
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 todd-dsm/7283231 to your computer and use it in GitHub Desktop.
Save todd-dsm/7283231 to your computer and use it in GitHub Desktop.
On a new Fedora 19 install, I began updating eggs with pip-python. When I got to: # pip-python install --upgrade urlgrabber fpconst distribute chardet boto It (first) failed, then nothing would work after that; everything errors with the message below now.
# pip-python freeze | cut -d = -f 1 | xargs -n 1 pip-python search | grep -B2 'LATEST:'
Traceback (most recent call last):
File "/bin/pip-python", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
Traceback (most recent call last):
File "/bin/pip-python", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment