Skip to content

Breaking change in ClassRegistry v5 #133

@BertrandRenault

Description

@BertrandRenault

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions