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?
sgp4 is a not a package, so installing via pip will not work. clone the project, git clone https://github.com/brandon-rhodes/python-sgp4.git
go the clone path
if required add path.