I have installed Google Earth Engine Python client library according to instructions here. I have tried both approaches, using pip and conda. On either case, I am able to install the package, and import ee
. But when I run ee.Initialize()
I get the following error:
googleapiclient.errors.UnknownApiNameOrVersion: name: earthengine version: v1alpha
Thank you for your help.