[annotator-dev] building my own store but no breakthrough so far

Randall Leeds tilgovi at hypothes.is
Tue Jul 9 08:24:13 UTC 2013


On Mon, Jul 8, 2013 at 11:27 PM, Venkatesh Palanisamy
<Palanisamy.Venkatesh at techmahindra.com> wrote:
>
> ------------------------------
> (pyenv)CTK-PCS2236817:distribute-0.6.45 Venkat$ virtualenv pyenv
> New python executable in pyenv/bin/python
> Installing setuptools.............done.
> Installing pip.............
>   Complete output from command /Users/Venkat/Python....45/pyenv/bin/python
> -x /Users/Venkat/Python...env/bin/easy_install
> /Library/Frameworks/...ort/pip-1.3.1.tar.gz:
>   Traceback (most recent call last):
>   File "/Users/Venkat/Python/distribute-0.6.45/pyenv/bin/easy_install", line
> 5, in <module>
>     from pkg_resources import load_entry_point
>   File
> "/Users/Venkat/Python/distribute-0.6.45/pyenv/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py",
> line 2603, in <module>
>     working_set.require(__requires__)
>   File
> "/Users/Venkat/Python/distribute-0.6.45/pyenv/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py",
> line 666, in require
>     needed = self.resolve(parse_requirements(requirements))
>   File
> "/Users/Venkat/Python/distribute-0.6.45/pyenv/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py",
> line 565, in resolve
>     raise DistributionNotFound(req)  # XXX put more info here
> pkg_resources.DistributionNotFound: distribute

This looks like your virtualenv installation is broken, but recovers
below. I don't know what to advise here.

> (pyenv)CTK-PCS2236817:distribute-0.6.45 Venkat$ python run.py
> python: can't open file 'run.py': [Errno 2] No such file or directory

Here and before your virtualenv and pip commands are leaving you in
the distribute directory. Changing to the top directory of the repo
might help.

You should maybe re-install or upgrade pip/distribute/virtualenv, too.




More information about the annotator-dev mailing list