Search code examples
plonerelstorage

Which good version combination of RelStorage for Plone 5.x


I tried to install Plone5.1RC1 / RelStorage2.x / psycopg2.7x, but I got an error. then I tried to install Plone5.0x / RelStorage1.6x-2.x / psycopg2.7x, but I got an error.

Please let me know, best version combination of RelStorage for Plone 5.0.x and Plone 5.1.


Solution

  • For Plone 5.0: Relstorage 1.6.3

    For Plone 5.1: Relstorage 2.0

    However, be sure to have your Python version up to date. (>=2.7.9) or you'll have an issue with Plone 5.1 requiring ZEO 5.1.1 and Relstorage requiring ZEO < 5.0

    Source: https://github.com/zodb/relstorage/blob/5ab2840552066d0cca4db85ac8b51041ef778357/setup.py#L127