Importing 'itertree' gives a ModuleNotFoundError
Closed this issue · 5 comments
Paebbels commented
ModuleNotFoundError: No module named 'itertree.itree_indepth_helpers'
It's used like that:
from itertree import iTree
Source: https://github.com/pyTooling/pyTooling/blob/main/tests/performance/Tree/IterTree.py#L32
BR1py commented
I can reproduce the issue, try to solve it soon.
BR1py commented
A subfolder of the code was not packed in the package. The package must be repacked. New release will come soon.
Paebbels commented
Thanks. I saw it a while ago but was unsure if it's a package error or on my side.
BR1py commented
Issue should be solved in release 1.1.3
Paebbels commented
Thanks. I'll test it soon.
Btw. did you experiment with Cython?