nicolay-r/THOR-ECAC

`Attrdict` is no longer supported in `Python 3.10+`

nicolay-r opened this issue · 1 comments

This is referred to the following thread:
wallento/wavedrompy#32
Solution:
is addict package
https://pypi.org/project/addict/
And it works in Python 3.10 (Tested in GoogleColab)
https://stackoverflow.com/a/73924215

No description provided.