You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tried to run the trackISS.py with the python command and got this error
File "trackISS.py", line 8
print(("Target acquired, tracking active: the location of the ISS is {}, {}.".format(lat,long))),print("Landmarks the station is visible from: ", g.country)
^
SyntaxError: invalid syntax
I'm new too linux and python. it might be me
I changed all "print" to "printf" and got error:
Traceback (most recent call last):
File "ytrackISS.py", line 1, in
from geopy.distance import geodesic
ImportError: No module named geopy.distance
The text was updated successfully, but these errors were encountered:
I am new to this as well but it appears to just be the print function location. I was able to move the second print function in line 8 down a line with an indent. On line 21 you have to add ; on the second print.
tried to run the trackISS.py with the python command and got this error
File "trackISS.py", line 8
print(("Target acquired, tracking active: the location of the ISS is {}, {}.".format(lat,long))),print("Landmarks the station is visible from: ", g.country)
^
SyntaxError: invalid syntax
I'm new too linux and python. it might be me
I changed all "print" to "printf" and got error:
Traceback (most recent call last):
File "ytrackISS.py", line 1, in
from geopy.distance import geodesic
ImportError: No module named geopy.distance
The text was updated successfully, but these errors were encountered: