You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: