plone / Installers-UnifiedInstaller

Linux/BSD/OSX Installer
28 stars 24 forks source link

5.1-rc2: Error: Couldn't find a distribution for 'plone.recipe.precompiler'. #65

Closed glimmung closed 5 years ago

glimmung commented 6 years ago

I see that others have reported this in previous builds, but am opening a new issue as I am getting this on 5/1-rc2, which I do not see reported: -

Not found: /opt/Plone-5.1-rc2/buildout-cache/downloads/dist/plone.recipe.precompiler/ Not found: /opt/Plone-5.1-rc2/buildout-cache/downloads/dist/plone.recipe.precompiler/ Couldn't find index page for 'plone.recipe.precompiler' (maybe misspelled?) Getting distribution for 'plone.recipe.precompiler'. Not found: /opt/Plone-5.1-rc2/buildout-cache/downloads/dist/plone.recipe.precompiler/ Not found: /opt/Plone-5.1-rc2/buildout-cache/downloads/dist/plone.recipe.precompiler/ Couldn't find index page for 'plone.recipe.precompiler' (maybe misspelled?) 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'.

deankarlen commented 6 years ago

Workaround: unwrap buildout-cache.tar.bz2 from the packages area and add missing files:

Copy current versions of the 2 missing .zip files from: https://pypi.python.org/pypi/plone.recipe.precompiler/0.6 https://pypi.python.org/pypi/plone.recipe.command into: buildout-cache/downloads/dist and repackage the file:

smcmahon commented 5 years ago

Fixed with a later release. Sorry for failing to close in a timely way.