Hi
I am looking for help updating my plone on 4.2.5 version to latest 4.3.
In general I don't touch plone very often from an administrative point of view (but we use it quite a lot as it is our intranet), therefore am not familiar with all the Python/Buildout/anything-like-this-stuff - so maybe there are really no other helps, but maybe I am just not able to find it properly.
When I want to upgrade my plone bia buildout (according the documentation at https://docs.plone.org/4/en/manage/upgrading/plone4_minor_upgrade.html) I get the following error:
...
Installing recipe plone.recipe.zope2instance.
Error: There is a version conflict
We already have: zc.buildout 1.4.4
but zc.recipe.egg 1.3.2 requires 'zc.buildout>=1.5.0'
....
So I tried to find a way to solve it but can't find. I tried https://docs.plone.org/4/en/manage/upgrading/version_specific_migration/p42_to_p43_upgrade.html - but that does not help me at all
What I also tried: When I look into http://dist.plone.org/release/4.3... I see a newer buildout in the 4.3-Version. So I tried to put this version into buildout.cfg, but that did not help either
My environment is the following:
Debian Jessie (8), Plone installed by the UnifiedInstaller with Python built by the installer
I was thinking of: How can I update my buildout but did not find a howto or similar...