Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking change in ClassRegistry v5 #133

Open
BertrandRenault opened this issue Feb 10, 2025 · 0 comments
Open

Breaking change in ClassRegistry v5 #133

BertrandRenault opened this issue Feb 10, 2025 · 0 comments

Comments

@BertrandRenault
Copy link

BertrandRenault commented Feb 10, 2025

Hello,

Since release of ClassRegistry v5,

we get the following error:
ImportError: cannot import name 'EntryPointClassRegistry' from 'class_registry'

As mentionned in https://class-registry.readthedocs.io/en/latest/upgrading_to_v5.html#imports

EntryPointClassRegistry should now be imported with:

from class_registry.entry_points import EntryPointClassRegistry

(in vot/utilities/__init__.py : 605)

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

No branches or pull requests

1 participant