我试图安装Plone5.1RC1 / RelStorage2.x /piccopg2.7x,但我得到了一个错误。然后我尝试安装Plone5.0x / RelStorage1.6x-2.x /piccopg2.7x,但我得到了一个错误。
请告诉我,RelStorage的最佳版本组合为Plone 5.0.x和Plone 5.1。
发布于 2018-02-22 20:29:28
Plone 5.0: Relstorage 1.6.3
对于Plone 5.1: Relstorage 2.0
但是,一定要更新Python版本。(>=2.7.9)否则您会对Plone 5.1要求Zeo5.1.1和Relstorage要求ZEO < 5.0有问题。
来源:https://github.com/zodb/relstorage/blob/5ab2840552066d0cca4db85ac8b51041ef778357/setup.py#L127
https://stackoverflow.com/questions/47522662
复制相似问题