py-ltree
py-ltree copied to clipboard
ModuleNotFoundError: No module named '_ltree'
I'm getting the below error.
python3.6/site-packages/ltree/init.py", line 1, in
I think you just need to change the import statement to - from ._ltree import Ltree and the same with the following import statement.
I guess it's because python 3, on which I've never tested this thing.