[Setup] Re: PLone 3.3: errors in downloading files in buildout

Maurits van Rees m.van.rees at zestsoftware.nl
Fri Aug 21 21:39:47 UTC 2009


Mirto Silvio Busico, on 2009-08-21:
>
> Hi all,
> I have errors in downloading files when running the buildout generated 
> by unified installer (zeo version).
> ....
> Installing 'collective.recipe.backup'.
> Download error: unknown url type: https -- Some packages may not be found!
> Download error: unknown url type: https -- Some packages may not be found!
> Download error: unknown url type: https -- Some packages may not be found!
> Download error: unknown url type: https -- Some packages may not be found!
> Download error: unknown url type: https -- Some packages may not be found!
> Download error: unknown url type: https -- Some packages may not be found!
> Download error: unknown url type: https -- Some packages may not be found!
> Download error: unknown url type: https -- Some packages may not be found!
> Download error: unknown url type: https -- Some packages may not be found!
> Download error: unknown url type: https -- Some packages may not be found!
> Download error: unknown url type: https -- Some packages may not be found!
> We have the best distribution that satisfies 'collective.recipe.backup'.
> Picked: collective.recipe.backup = 1.0

Okay, so this recipe *is* actually found.  The problem here is that
buildout is looking at the next page to see where versions of this
package can be found:
http://pypi.python.org/simple/collective.recipe.backup

And that page links to some https urls, which buildout (or some other
code responsible here) apparently does not like.  So it refuses to
visit those urls and warns you that it might have missed some versions
of this package.

So basically: there is nothing serious going on here.

-- 
Maurits van Rees | http://maurits.vanrees.org/
            Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]




More information about the Setup mailing list