Created
February 27, 2015 05:47
-
-
Save ispyhumanfly/6aea4ac5fa01d452f03d to your computer and use it in GitHub Desktop.
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
root@ip-10-0-238-38:/home/ubuntu# x84 | |
Traceback (most recent call last): | |
File "/usr/local/bin/x84", line 5, in <module> | |
from pkg_resources import load_entry_point | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2749, in <module> | |
working_set = WorkingSet._build_master() | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 444, in _build_master | |
ws.require(__requires__) | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 725, in require | |
needed = self.resolve(parse_requirements(requirements)) | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 628, in resolve | |
raise DistributionNotFound(req) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment