Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
glimmung opened this issue Jan 10, 2018 · 2 comments

Comments

@glimmung
Copy link

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
Copy link

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

  • bzip2 -d buildout-cache.tar.bz2
  • tar -xf buildout-cache.tar

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:

  • tar -cf buildout-cache.tar buildout-cache
  • bzip2 buildout-cache.tar

@smcmahon
Copy link
Member

smcmahon commented Mar 4, 2019

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

@smcmahon smcmahon closed this as completed Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants