Skip to main content

I tried to install the new version from github since I was unable to import mosaicking order. I installed the version 3.8.0. But I now unable to import sentinelhub too, it throws me the following error.


from __future__ import annotations
^
SyntaxError: future feature annotations is not defined


Hi,
I suspect that your python is version 3.6 or lower? Future annotations are available from 3.7 onward, and sentinelhub-py officially only supports python 3.7 or newer.


Reply