New to coding so appreciate this might be obvious - throwing an error at line 1:
from sgp4.earth_gravity import wgs84
which returns:
"No module named 'sgp4' "
however when I go to install using pip I'm told:
"Requirement already satisfied: sgp4 in c:\ ..."
Any ideas?