Created
March 12, 2014 20:21
-
-
Save jcockhren/9515467 to your computer and use it in GitHub Desktop.
error when creating virtualenv inside Iron Worker
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
Traceback (most recent call last): | |
File "/mnt/task/__pips__/__bin__/virtualenv", line 5, in <module> | |
from pkg_resources import load_entry_point | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2815, in <module> | |
working_set.require(__requires__) | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 690, in require | |
needed = self.resolve(parse_requirements(requirements)) | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 588, in resolve | |
raise DistributionNotFound(req) | |
pkg_resources.DistributionNotFound: virtualenv==1.11.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment