-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
why using http_transport in ee.Initialize function? #914
Comments
dfguerrerom
added a commit
that referenced
this issue
May 5, 2024
that args was used a long time ago because of a bug in GEE api. It might not be needed anymore. Can you make a PR removing it to check if the tests are happy ? |
but until we don't fix #905, we cannot advance with the tests.
|
this was fixed with f183455 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I started to see this problem in one of the apps I'm developing and in which I want to use a
ThreadPoolExecutor
to improve the loading speed of some GEE requests.I managed to create an small reproducible example:
The kernel will crash if I use
ee.Initialize(http_transport=httplib2.Http())
, however, if I remove the http_transport protocol, it works... I'm not sure why that arg was used, is there any reason for that?The text was updated successfully, but these errors were encountered: