Mycallback
Results
2
issues of
Mycallback
Easy fix - need to replace basestring with str. See https://docs.python.org/3.0/whatsnew/3.0.html
I'm getting the below error. python3.6/site-packages/ltree/__init__.py", line 1, in from _ltree import Ltree # noqa ModuleNotFoundError: No module named '_ltree' I think you just need to change the import statement...