pygrib icon indicating copy to clipboard operation
pygrib copied to clipboard

ImportError

Open zlcbs opened this issue 4 years ago • 1 comments

Python 3.6.9 (default, Jul 17 2020, 12:50:27) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information.

import pygrib Traceback (most recent call last): File "", line 1, in ImportError: libjasper.so.4: cannot open shared object file: No such file or directory

zlcbs avatar Aug 18 '20 04:08 zlcbs

export LD_LIBRARY_PATH=/usr/local/jasper/lib

zlcbs avatar Aug 18 '20 07:08 zlcbs