ImportError: cannot import name 'Literal' #415
Replies: 1 comment 3 replies
-
What version of Python are you using? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Receiving the below outputs after (seemingly) successfully installing on a Lockheed Martin firewalled linux machine and attempting to run scenarioBasicOrbit.py :
Has anyone ever seen this? I am unsure what's going on. I should be passed all of the fire wall stuff at this point and this seems unrelated.
Thank you
Kenny
(.venv) bash-4.4$ python3 scenarioBasicOrbit.py
Traceback (most recent call last):
File "scenarioBasicOrbit.py", line 222, in
from Basilisk.utilities import (SimulationBaseClass, macros, orbitalMotion,
File "/disk01/basilisk/dist3/Basilisk/utilities/SimulationBaseClass.py", line 36, in
from Basilisk.utilities import deprecated
File "/disk01/basilisk/dist3/Basilisk/utilities/deprecated.py", line 23, in
from typing import Union, Literal, TYPE_CHECKING, Any
ImportError: cannot import name 'Literal'
Beta Was this translation helpful? Give feedback.
All reactions