Error in import pyart
from . import core
from .radar import Radar
from netCDF4 import num2date, date2num
from ._netCDF4 import *
ImportError: libmfhdf.so.0: cannot open shared object file: No such file or directory.
Are there any libraries that I may need that was not mentioned in the Anaconda install site?
Thanks :)
Mariana
--
You received this message because you are subscribed to the Google Groups "Py-ART Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyart-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
libmfhdf.a and libmfhdf.la which are part of anaconda lib and hdf4 anaconda lib.
ImportError: libmfhdf.so.0: cannot open shared object file: No such file or directory"
I'll keep trying new things and will post back if I find a solution.
-Mariana