You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for following up. Which test imports gribapi? I could not find any.
Note that it is the minimum recommended version for gribapi (after all, it is in gribapi/__init__.py) and that the error shows up when you do import gribapi (c.f. "[...] steps to reproduce [...]" above).
What happened?
Version 1.6.0 added
codes_bufr_key_is_coordinate
in 880855c.This was added to Eccodes only in version 2.31.0, c.f. ECC-1611.
Consequently, the
min_recommended_version
should be updated ineccodes-python/gribapi/__init__.py
Line 17 in 66e7666
With older versions installed, we get runtime linker errors such as
What are the steps to reproduce the bug?
min_recommended_version
)import gribapi
Version
v1.6.0
Platform (OS and architecture)
Linux
Relevant log output
No response
Accompanying data
No response
Organisation
No response
The text was updated successfully, but these errors were encountered: