I’m following the tutorial in the Sentinel Hub Processing API requests chapter
(https://sentinelhub-py.readthedocs.io/en/latest/examples/sentinelhub_request.html)
when I try to run the imports, I don’t get the ‘BoxSelector’ import
from utils import BBoxSelector
I get this message
ImportError: cannot import name ‘BBoxSelector’ from ‘utils’ (/home/jjph/anaconda3/envs/eo-learn/lib/python3.7/site-packages/utils/init.py)
Someone can give me some guidance.