Created
March 9, 2015 18:26
-
-
Save bensternthal/7b898b9e42ca2be9ea19 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
Traceback (most recent call last): | |
File "/usr/local/bin/fig", 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 2797, in <module> | |
parse_requirements(__requires__), Environment() | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 576, in resolve | |
raise DistributionNotFound(req) | |
pkg_resources.DistributionNotFound: docker-py>=0.5.3,<0.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment