In python 3.10 the attributes of container used in miscellaneous_aliases.py need to be attributes of container.abc
This hack will solve the issue for python3.10
Change the import collections at the top of the file for import collections.abc as collections
In python 3.10 the attributes of
containerused inmiscellaneous_aliases.pyneed to be attributes ofcontainer.abcThis hack will solve the issue for python3.10
Change the
import collectionsat the top of the file forimport collections.abc as collections