Ticket #20185 (new Bug)

Opened 16 months ago

Error: Couldn't find a distribution for 'plone.recipe.precompiler'

Reported by: mekell Owned by: smcmahon
Priority: blocker Milestone: 4.x
Component: Installers Version: 4.3
Keywords: Cc:

Description

I get the following error when installing with Plone-4.3.4-UnifiedInstaller.tgz:

Couldn't find index page for 'plone.recipe.precompiler' (maybe misspelled?)
Getting distribution for 'plone.recipe.precompiler'.
While:
  Installing.
  Getting section precompiler.
  Initializing section precompiler.
  Installing recipe plone.recipe.precompiler.
  Getting distribution for 'plone.recipe.precompiler'.
Error: Couldn't find a distribution for 'plone.recipe.precompiler'.

My install command params are the following:

./install.sh --clients=2 --target=/home/Plone-4.3.4 --instance=zeocluster --daemon-user=plone_daemon --owner=plone_buildout --group=plone_group --clients=2 --password=admin --libjpeg=yes --readline=no --build-python zeo

if running the buildout (after getting the error above), the buildout gets plone.recipe.precompiler and Plone-4.3.4 seems to work. Some hint?

See also  https://github.com/plone/Installers-UnifiedInstaller/issues/24

Note: See TracTickets for help on using tickets.