Problem with enums, AttributeError: 'dict' object has no attribute '_member_names'

from enum import Enum
class Numbers(Enum):
ONE = 1
TWO = 2
THREE = 3
#%%
a = Numbers.ONE

This is definitely a bug, we will fix it soon, and will keep you updated.
Thank you!

2 Likes

Problem was fixed and fix has been deployed on production servers.
Thank you for reporting!

2 Likes