ecmwf / eccodes-python

Python interface to the ecCodes GRIB/BUFR decoder/encoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't install on ubuntu

larssl780 opened this issue · comments

What happened?

Actual Results: Can't import eccodes
Expected Results: Would expect "import eccodes" to work after having done pip install eccodes

What are the steps to reproduce the bug?

pip install eccodes
ipython3
import eccodes

Also doesn't work to do:
python3 -m eccodes selfcheck

Version

Latest as of 2024-03-27

Platform (OS and architecture)

Linux postman-lite 5.15.0-1053-azure #61~20.04.1-Ubuntu SMP Tue Nov 21 17:50:57 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Relevant log output

No response

Accompanying data

No response

Organisation

No response

i am facing the same issues

python -m eccodes selfcheck

selfcheck is failing too, did you find any solution to this ?