I am trying to run a simple program that I can use as a working example for the Google Earth Engine API, however I get the above error whenever I run it. Here is the code:
import ee
import ee.mapclient
image1 = ee.Image(1);
print(image1);
As you can see it is a very simple program I just want to get it to run so I can do more advanced tasks but I can't even get this simple one to work.