sentinel-hub/sentinelhub-py

sentinelhub pillow dependency

giswqs opened this issue · 2 comments

Does sentinelhub require a specific version of pillow? I installed sentinelhub through conda, and it fails pip check.

sentinelhub 3.4.4 has requirement pillow<=8.4.0,>=8.3.2, but you have pillow 9.1.0.

Steps to reproduce:

conda install -c conda-forge sentinelhub
pip check

This was resolved in sentinelhub version 3.5.0 (#249). The new version is available on PyPI and can be installedt with pip.

Note that the new version hasn't been yet updated on conda as the conda recipe update is waiting for an approval: conda-forge/sentinelhub-feedstock#25.

@AleksMat Thanks for clarifying. I am also building a conda recipe, so I can only use sentinelhub on conda-forge. I will wait for v3.5.0. Thanks.