Created
August 27, 2014 05:38
-
-
Save struys/7e11b0c708f7067e0a3b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
YELP-9:pre-commit.github.io kstruys$ pre-commit | |
Traceback (most recent call last): | |
File "/usr/local/bin/pre-commit", line 5, in <module> | |
from pkg_resources import load_entry_point | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in <module> | |
working_set.require(__requires__) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require | |
needed = self.resolve(parse_requirements(requirements)) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve | |
raise DistributionNotFound(req) # XXX put more info here | |
pkg_resources.DistributionNotFound: jsonschema | |
YELP-9:pre-commit.github.io kstruys$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment