Unable to run new version of sentinelhub-py

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 @aswinbio
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.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.