`Attrdict` is no longer supported in `Python 3.10+`
nicolay-r opened this issue · 1 comments
nicolay-r commented
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
nicolay-r commented
No description provided.