getting typerror while importing xarray and odc python packages

Viewed 151

packages I imported - >

import xarray as xr
from odc.stac import configure_rio, stac_load

my error ->


TypeError: <class 'numpy.typing._dtype_like._SupportsDType'> is not a generic class

can someone please point me to the correct direction for solving this issue.

1 Answers
Related