-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ee.Initialize() error #105
Comments
Google Earth or Google Earth Engine?
If your goal is just to run a Python script using EE API - you probably need to check https://developers.google.com/earth-engine/guides/python_install |
Google Earth. I input code that imported Earth Engine and initialized it to sync up with Google Earth but that has done nothing. |
But this is the repository for QGIS Earth Engine plugin, please ask questions about Google Earth maybe in https://support.google.com/earth/?hl=en#topic=7364880 |
Have you found a solution to this yet? Having the same issue... |
I am having the same issue. Any help? |
Hi @mnowatzki @karina-marques @LightningRpper The issue is not directly from this plugin, it comes from a library that uses ee that is not yet compatible with Python 3.10, the (temporal) solution is using (downgrade) the Qgis with a Python < 3.10 (alternative use the Qgis from Conda) Related issue: https://github.com/google/earthengine-api/issues/181 |
Hello, I'm trying to run a Python file for Google Earth. That application unfortunately isn't taking python files so I'm trying to run it in VS code. When I put in this code here,
import ee ee.Initialize()
I get an error that says
Exception has occurred: AttributeError module 'collections' has no attribute 'Callable'
Why is it saying that and what can I do to fix it?
The text was updated successfully, but these errors were encountered: