ImportError: cannot import name 'PlanningContext' from partially initialized module #1008
Unanswered
Roythescientist
asked this question in
Q&A
Replies: 1 comment
-
Hi @Roythescientist , do you mind showing me what happens before this line? I can not reproduce this by only running this single line. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get this error. How can i resolve it
from omnigibson.action_primitives.starter_semantic_action_primitives import (
ImportError: cannot import name 'PlanningContext' from partially initialized module 'omnigibson.action_primitives.starter_semantic_action_primitives' (most likely due to a circular import) (/home/Austine/OmniGibson/omnigibson/action_primitives/starter_semantic_action_primitives.py)
Beta Was this translation helpful? Give feedback.
All reactions