I ran the test script, and it kept giving me this error. All I had to do was go into from_dict.py and go to line 9 and turn it from:
from collections import Mapping
to
from collections.abc import Mapping
I might branch it and fix it... who knows...
Stackoverflow thread with fix
I ran the test script, and it kept giving me this error. All I had to do was go into
from_dict.pyand go to line9and turn it from:to
I might branch it and fix it... who knows...
Stackoverflow thread with fix