[Python-projects] Problems downloading apycot
Nicolas Chauvat
nicolas.chauvat at logilab.fr
Mon Jul 13 15:30:35 CEST 2009
Hi Paul,
> > Paul Hubbard here, trying to setup a continuous integration system
> > for our dev team. So far, I've got auto-doxygen working and would
> > very much like to add apycot for metrics and unit tests. However,
> > when I try to install using pip or easy_install, it looks like a
> > link is missing:
> >
> > pip install apycot
> > Downloading/unpacking apycot
> > Could not fetch URL https://www.logilab.net/elo/project/apycot
> > (from http://pypi.python.org/simple/apycot/): HTTP Error 403:
> > Forbidden
> > Will skip URL https://www.logilab.net/elo/project/apycot when
> > looking for download links for apycot
> > Could not find any downloads that satisfy the requirement apycot
> > No distributions at all found for apycot
> > Storing complete log in ./pip-log.txt
> > root at amoeba:/etc/apt# easy_install apycot
> > Searching for apycot
> > Reading http://pypi.python.org/simple/apycot/
> > Reading http://www.logilab.org/projects/apycot
> > Reading https://www.logilab.net/elo/project/apycot
> > No local packages or download links found for apycot
> > error: Could not find suitable distribution for
> > Requirement.parse('apycot')
> >
> > This is ubuntu/jaunty, python 2.6.2.
> >
> > Any help greatly appreciated!
First, https://www.logilab.net/elo is an internal URL that should not
appear outside of Logilab. I wonder why you see it.
Second, it is true that by focusing on Debian packaging for our own
use, not everything we publish is easy_installable. Please help us
improve this if you can.
Third, there are *two* apycot version.
Older one is stand-alone and its web page is
http://www.logilab.org/project/apycot with software downloadable from
http://ftp.logilab.org/pub/apycot/
Newer one is integrated with CubicWeb and dowloadable from our
list of mercurial repositories:
http://hg.logilab.org/apycotbot/
http://hg.logilab.org/cubes/apycot/
In this case, the description of the tests is stored in a CubicWeb
application and the apycotbot is run as a separate process that stores
the results of the tests in the CubicWeb instance. Tests report are
browseable in the web interface and graphs can be computed. The output
is much better than what was available with the previous version, by
setting things up is slightly more complex.
Please write again if you need more help.
--
Nicolas Chauvat
logilab.fr - services en informatique scientifique et gestion de connaissances
More information about the Python-Projects
mailing list