Skip to content

Instantly share code, notes, and snippets.

@ivanelson
Created May 13, 2013 16:48
Show Gist options
  • Save ivanelson/5569716 to your computer and use it in GitHub Desktop.
Save ivanelson/5569716 to your computer and use it in GitHub Desktop.
Errors in installation of plugin AdvParseArgs
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