ecmwf / eccodes-python

Python interface to the ecCodes GRIB/BUFR decoder/encoder
Apache License 2.0
113 stars 33 forks source link

Doesn't install on ubuntu #88

Open larssl780 opened 5 months ago

larssl780 commented 5 months ago

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

satish1901 commented 4 months ago

i am facing the same issues

python -m eccodes selfcheck

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