grib_api errors in v7.1.3
(trac ticket #345 by rcesari)
I am trying to download input data for flexpart and I am having some problems with eccode.
The version of flexextract I used is 7.1.3. I have installed it in february 2023 using
git checkout dev
and the download was OK.
Now the error message is as follows:
File
"1/usr/local/apps/python3/3.11.8-01/lib/python3.11/site-packages/gribapi/gribapi.py"
, line 34, in <module>from gribapi.errors import GribInternalError
file "
/usr/local/apps/python3/3.11.8-01/lib/python3.11/site-packages/gribapi/errors.py
", line 16, in <module>
from .bindings import ENC, ffi, lib
File "1/usr/local/apps/python3/3.11.8-01/lib/python3.11/site-packages/gribapi/bindings.py1", line 35, in <module>
raise RuntimeError?("Cannot find the ecCodes library") RuntimeErro?: Cannot find the ecCodes library
Do any users know if anything has changed in the meantime?
Thank you in advance.