Brian Hill
Results
1
comments of
Brian Hill
I had same issue... as a hacky fix I changed the import statement in `Curve/venv/lib/python2.7/site-packages/dpath/util.py` from ``` from collections.abc import MutableMapping from collections.abc import MutableSequence ``` to ``` try: from...