Replies: 3 comments 1 reply
-
|
I wanted to add google-drive-downloader to requirements.txt, but it was not available on conda-forge earlier last year when I started this geemap project. I just checked again and found it on conda-forge under a different name. I have now added |
Beta Was this translation helpful? Give feedback.
-
|
I just committed code 354063a to fix this. You can update the package using |
Beta Was this translation helpful? Give feedback.
-
|
@12rambau geemap v0.8.11 has been released. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I realize recently that the
commonmodule (https://github.com/giswqs/geemap/blob/134c936e686fe9d89b3bbc8c6d5404a767e8d5f8/geemap/common.py#L695) the method test the existence of thegoogle-drive-downloaderif it's not installed it force install it.If the user concent is not ask why not putting the lib in the requirements ?
context
I develop in a plateform env where i don't have the right to execute the pip install command. Every time I do it the installation is is falling back to a user install. As I didn't get messages I didn't realize that a (outdated) version was install in my .local folder.
I assume that I'm not the only one and it can lead to installation conflict.
2 possible output :
xarray-leaflet?Beta Was this translation helpful? Give feedback.
All reactions