I found in this script: https://unidata.github.io/python-training/gallery/declarative_500_hpa/ a plot done using a grb2 file. I just copy and paste the code, it works well. I am trying to do the same, for another date with a downloaded grb2 file from https://www.ncei.noaa.gov/products/weather-climate-models/global-forecast and i get this error, just after replacing the name of the file with a local grb2 downloaded from NCEI:
ValueError: did not find a match in any of xarray's currently installed IO backends ['netcdf4', 'h5netcdf', 'scipy', 'pydap', 'zarr']. Consider explicitly selecting one of the installed backends via the engine
parameter to xarray.open_dataset(), or installing additional IO dependencies
I also tried pip install xarray[complete] and pip install netcdf4. Nothing worked. What am i doing wrong? Best regards, Fede