Re: plone 4.3.7: pytz version conflict
Maurits van Rees <m.van.rees-1kr/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.devel |
|---|---|
| Organization | Zest Software |
| Message-ID | <[email protected]> |
Op 28-09-15 om 10:05 schreef robert: > hi there, > > I just wanted to update a buildout environment to plone 4.3.7. > I cleaned out the eggs directory to get everything afresh. > > Now builout produces the following error: > > from plone.recipe.zope2instance: > There is a version conflict. > We already have: pytz 2012c. > While: > Installing. > Getting section instance. > Initializing section instance. > Installing recipe plone.recipe.zope2instance. > Error: There is a version conflict. > We already have: pytz 2012c > > if I set the pytz version to > pytz = 2012c > > buildout finishes. > But this seems wrong. > I tried to locate the error, but failed. > > any ideas? Maybe pytz is in your system python already and it fails to update because of that? If that is the case, you could try it with a virtualenv. -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl ------------------------------------------------------------------------------