earthengine-api 0.1.365 not working with Python 3.8
earthengine-api v0.1.365 released today breaks Python 3.8. @naschmitz
https://pypi.org/project/earthengine-api/0.1.365/
```bash
conda create -n py38 python=3.8
conda activate py38
pip install -U earthengine-api
python
import ee
```

https://github.com/gee-community/geemap/pull/1674
关闭于 2023-08-24 3 条评论