Skip to content
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

Added support for Python 3.10 #1119

Merged
merged 1 commit into from
Jun 25, 2022
Merged

Added support for Python 3.10 #1119

merged 1 commit into from
Jun 25, 2022

Conversation

giswqs
Copy link
Member

@giswqs giswqs commented Jun 25, 2022

ee.Initialize() does not work with Python 3.10. Here is a workaround. With this PR, users can continue to use geemap.Map() or geemap.ee_initialize() to initialize ee with Python 3.10.

import ee
import httplib2
ee.Authenticate(auth_mode='notebook')
ee.Initialize(http_transport=httplib2.Http())

Relevant issues:

@giswqs giswqs merged commit 796bf8c into master Jun 25, 2022
@giswqs giswqs deleted the python-310 branch June 25, 2022 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant