There was an error while loading. Please reload this page.
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_dict.py
9
from collections import Mapping
to
from collections.abc import Mapping
I might branch it and fix it... who knows...
Stackoverflow thread with fix