We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: