-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: Could not load the ecCodes library! #16
Comments
@GloryPassarello you need to follow the instructions to install the ecCodes library: https://github.com/ecmwf/eccodes-python#system-dependencies edit You may also try to install it via APT, but the version shipped may be old:
|
@alexamici , I tried with the instruction you reported before, but I solved with the last line of code and I have back:
I have installed the version of eccodes 2.17. why is the version changed? |
this worked for ubuntu
|
If your coming here with this error on an M1 mac, see https://github.com/ecmwf/findlibs/pull/3/files homebrew install eccodes to an unrecognised place |
Hi all,
I have installed the ecCodes with
pip3 install eccodes-python
but the
python -m eccodes selfcheck
fails, giving back :RuntimeError: Could not load the ecCodes library!
I have installed it on a virtualenv and I am on Ubuntu 18.04
The text was updated successfully, but these errors were encountered: