How to Solve NameError: name 'Planes' is not defined -- poliastro

Solution: Import the 'Planes' module

# Add the following line to the top of your code
from poliastro.frames import Planes

 

For more information:
poliastro Planes