I'm sort of a newbie. I can't get it running. Getting import error:
ImportError: cannot import name '_polyiou' from partially initialized module 'obb_anns.polyiou' (most likely due to a circular import) (e:\obb_ann\obb_anns\obb_anns\polyiou__init__.py)
I think it might be about having 2 folders with same name inside each other for the package. But it seems like since noone had that problem, so issue might be simpler. I would really appreciate help.
Code is basicly
from obb_anns import OBBAnns
Importing it. Using windows and I have just followed installation guide.
I'm sort of a newbie. I can't get it running. Getting import error:
ImportError: cannot import name '_polyiou' from partially initialized module 'obb_anns.polyiou' (most likely due to a circular import) (e:\obb_ann\obb_anns\obb_anns\polyiou__init__.py)
I think it might be about having 2 folders with same name inside each other for the package. But it seems like since noone had that problem, so issue might be simpler. I would really appreciate help. Code is basicly from obb_anns import OBBAnns Importing it. Using windows and I have just followed installation guide.