Skip to content

Conversation

@simplysuvi
Copy link

This pull request fixes issue #1605

The application was failing to start after upgrading to Python 10, with the error pkg_resources.DistributionNotFound: The 'zope.event' distribution was not found and is required by the application.

This was caused by a missing dependency, zope.interface, which is a dependency of zope.event. This pull request adds zope.interface to requirements/base.txt to ensure it is installed, which resolves the startup error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant