-
-
Notifications
You must be signed in to change notification settings - Fork 648
Issue with Enum on Python3.11 #2904
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
Labels
Comments
@kalkun thanks a lot for reporting this issue! Definitely, we have to fix this. |
vfdev-5
added a commit
that referenced
this issue
Apr 6, 2023
Fixes #2904 - Replaced DynamicClassAttribute by property - other minor updates
This was referenced Apr 6, 2023
Merged
Just for visibility:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug description
Importing
ignite.distributed
fails on Python3.11.To reproduce:
python3.11 -m pip install pytorch-ignite python3.11 -c 'import ignite.distributed'
I get the following
AttributeError
:Environment
pip
The text was updated successfully, but these errors were encountered: