kitconcept / volto-light-theme

https://light-theme.kitconcept.io
11 stars 8 forks source link

Building the Backend (Docker) fails with: Error: The requirement ('plone.app.vocabularies>=4.3.0') is not allowed by your [versions] constraint #4

Closed tisto closed 1 year ago

tisto commented 1 year ago
make start-backend-docker
==> Start Docker-based Plone Backend
Download error on https://effbot.org/downloads: [Errno 111] Connection refused -- Some packages may not be found!
Getting distribution for 'mr.developer==2.0.0'.
Got mr.developer 2.0.0.
Download error on https://effbot.org/downloads: [Errno 111] Connection refused -- Some packages may not be found!
Getting distribution for 'collective.xmltestreport==2.0.2'.
Got collective.xmltestreport 2.0.2.
Getting distribution for 'zope.testrunner==5.2'.
Got zope.testrunner 5.2.
Uninstalling plonesite.
Uninstalling precompiler.
Uninstalling zopepy.
Uninstalling instance.
Unused options for buildout: 'deprecation-warnings' 'effective-user'.
Installing _mr.developer.
Generated script '/plone/instance/bin/develop'.
Installing instance.
Getting distribution for 'plone.reload==3.0.1'.
Got plone.reload 3.0.1.
Getting distribution for 'plone.volto'.
WARNING: The easy_install command is deprecated and will be removed in a future version.
Got plone.volto 4.0.0.
Version and requirements information containing plone.app.vocabularies:
  [versions] constraint on plone.app.vocabularies: 4.2.0
  Requirement of plone.volto: plone.app.vocabularies>=4.3.0
While:
  Installing instance.
Error: The requirement ('plone.app.vocabularies>=4.3.0') is not allowed by your [versions] constraint (4.2.0)make: *** [start-backend-docker] Error 1

FYI: @ericof @sneridagh @davisagli

sneridagh commented 1 year ago

Fixed, although we can improve the first hand experience when building a bare add-on, eg. automate the use of @plone/scripts npx addon command.