Created
May 13, 2013 16:48
-
-
Save ivanelson/5569716 to your computer and use it in GitHub Desktop.
Errors in installation of plugin AdvParseArgs
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
sudo easy_install TracAdvParseArgsPlugin | |
Traceback (most recent call last): | |
File "/usr/local/bin/easy_install", line 5, in <module> | |
from pkg_resources import load_entry_point | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2807, in <module> | |
parse_requirements(__requires__), Environment() | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 594, in resolve | |
raise DistributionNotFound(req) | |
pkg_resources.DistributionNotFound: distribute==0.6.24dev-r0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment