Created
November 2, 2013 20:38
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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