[Repoze-dev] attempt to install repoze.grok project fails
Brandon Craig Rhodes
brandon at rhodesmill.org
Mon Oct 29 22:11:54 UTC 2007
I have successfully run as root:
easy_install -f http://dist.repoze.org/ repoze.project
but I then get a failure when, as my normal user, I attempt:
repozeproject repoze.grok --path=$HOME/rgrok
The error I get is:
------------------------------------------------------------------------
No local packages or download links found for zc.recipe.egg==1.0.0b6
error: Could not find suitable distribution for Requirement.parse('zc.recipe.egg==1.0.0b6')
Traceback (most recent call last):
File "/home/brandon/rgrok/bin/repozeproject", line 8, in <module>
load_entry_point('repoze.project==0.0.4', 'console_scripts', 'repozeproject')()
File "/home/brandon/rgrok/lib/python2.5/site-packages/repoze.project-0.0.4-py2.5.egg/repoze/project/bootstrap.py", line 172, in main
virtualenv.call_subprocess(sub_args)
File "/home/brandon/rgrok/lib/python2.5/site-packages/virtualenv-0.9.1-py2.5.egg/virtualenv.py", line 389, in call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /home/brandon/rgrok/bin/easy_install --index-url http://dist.repoze.org/simple repoze.grok failed with error code 1
------------------------------------------------------------------------
Am I doing something wrong?
--
Brandon Craig Rhodes brandon at rhodesmill.org http://rhodesmill.org/brandon
More information about the Repoze-dev
mailing list