DeprecationWarning in pydlm/modeler/dynamic.py
tianke2020 opened this issue · 0 comments
tianke2020 commented
I obtained the following warning when using this package. Will there be any update to address this issue? Thank you!!
DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working from collections import MutableSequence.