[Repoze-dev] attempt to install repoze.grok project fails
Tres Seaver
tseaver at palladion.com
Mon Oct 29 22:52:12 UTC 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Brandon Craig Rhodes wrote:
> 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?
I don't think there is a zc.recip.egg version available for Python 2.5
(I don't know why it wasn't released as an sdist, anyway). We should be
releasing a repoze.grok soon which depends on grok 0.10.2, which drops
this dependency. I've uploaded a new egg, repoze.grok-0.10.3, which
depends on grok-0.10.2; you should be able to run 'repozeproject' now
and get the eggs installed.
Tres.
- --
===================================================================
Tres Seaver +1 540-429-0999 tseaver at palladion.com
Palladion Software "Excellence by Design" http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHJmQb+gerLs4ltQ4RArR+AJ0ehNQ0TKyMoGiuKKCQNNZd8nIqowCfW4ED
rZJM9wgTKE6sGz4LaijV2GU=
=Bg71
-----END PGP SIGNATURE-----
More information about the Repoze-dev
mailing list