openforis / sepal

Geographical Data Processing in the Cloud
https://sepal.io/
MIT License
203 stars 45 forks source link

fix: install the holy trinity in every venv #265

Closed 12rambau closed 1 year ago

12rambau commented 1 year ago

The idea is to install the triptic gdal/proj/earthengine-api for every venv directly from the script. Here are the few scenario I thought about that should be working:

side effect: I think it Fixes #258 as gdal will be installed after numpy (which should be in the requirements.txt)

For the version I picked:

dfguerrerom commented 1 year ago

I support this idea. I think there's no problem if we install the trinity in all the venvs, and yes, it will fix #258