pygrib icon indicating copy to clipboard operation
pygrib copied to clipboard

Can't import pygrib

Open jjm0022 opened this issue 8 years ago • 1 comments

Whenever I attempt to import pygrib I get the error: dlopen(/Users/usrname/anaconda/lib/python2.7/site-packages/pygrib.so, 2): Library not loaded: @rpath/./libgrib_api.1.dylib Referenced from: /Users/usrname/anaconda/lib/python2.7/site-packages/pygrib.so Reason: image not found

I was using it fine yesterday with zero issues. I'm on a Mac running OSX 10.10.5 and using Python 2.7.

jjm0022 avatar Oct 27 '16 21:10 jjm0022

Can't import pygrib:

ImportError: dlopen(/anaconda3/lib/python3.6/site-packages/pygrib.cpython-36m-darwin.so, 2): Library not loaded: @rpath/libjpeg.9.dylib Referenced from: /anaconda3/lib/libeccodes.dylib Reason: Incompatible library version: libeccodes.dylib requires version 13.0.0 or later, but libjpeg.9.dylib provides version 12.0.0

Mac OSX Mojave with Python 3.7

And anaconda:

active environment : base active env location : /anaconda3 shell level : 1 user config file : /Users/deborahkhider/.condarc populated config files : /Users/deborahkhider/.condarc conda version : 4.5.11 conda-build version : 3.16.2 python version : 3.6.6.final.0 base environment : /anaconda3 (writable) channel URLs : https://repo.anaconda.com/pkgs/main/osx-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/free/osx-64 https://repo.anaconda.com/pkgs/free/noarch https://repo.anaconda.com/pkgs/r/osx-64 https://repo.anaconda.com/pkgs/r/noarch https://repo.anaconda.com/pkgs/pro/osx-64 https://repo.anaconda.com/pkgs/pro/noarch package cache : /anaconda3/pkgs /Users/deborahkhider/.conda/pkgs envs directories : /anaconda3/envs /Users/deborahkhider/.conda/envs platform : osx-64 user-agent : conda/4.5.11 requests/2.20.0 CPython/3.6.6 Darwin/18.2.0 OSX/10.14.1 UID:GID : 501:20 netrc file : None offline mode : False

khider avatar Nov 08 '18 22:11 khider