plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
187 stars 50 forks source link

ImportError: cannot import name 'implements' from 'zope.interface' #1187

Closed robert8103 closed 5 months ago

robert8103 commented 7 months ago

Hi, in your latest version comes this ImportError: cannot import name 'implements' from 'zope.interface' after installing with pip as described on your docs. This problem is that the function implements has been removed in v6.0 (released on 17/03/2023). A fix with your next update would be fine because if you want to try out the framework you won't bother around to fix this issue first.

In the meantime nailing the version of zope.interface < 6.0 would be a workaround.

Greetings Robert