sentinelhub pillow dependency
giswqs opened this issue · 2 comments
giswqs commented
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
AleksMat commented
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.