I just installed anaconda python 3.6 on a CentOS 7.5 machine and I used conda to install the modules. I get an error when I simply type "import pyart". It looks like the error is due to geos module which I did not install but I think Basemap did need it. Pyart has almost all the optional dependencies (trmm_rsl, h5py, Basemap, wradlib, nose, gdal). Cartopy is also installed. Attached is the list of installed modules. I am not finding any answers. Here is the error:
mycomputer:~$ python
Python 3.6.4 |Anaconda custom (64-bit)| (default, Jan 16 2018, 18:10:19)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyart
## You are using the Python ARM Radar Toolkit (Py-ART), an open source
## library for working with weather radar data. Py-ART is partly
## supported by the U.S. Department of Energy as part of the Atmospheric
## Radiation Measurement (ARM) Climate Research Facility, an Office of
## Science user facility.
##
## If you use this software to prepare a publication, please cite:
##
## JJ Helmus and SM Collis, JORS 2016, doi: 10.5334/jors.119
/usr/local64/python-3.6/anaconda3/lib/python3.6/site-packages/pyart/config.py:22: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
python: geos_ts_c.cpp:3408: int GEOSCoordSeq_setOrdinate_r(GEOSContextHandle_HS*, geos::geom::CoordinateSequence*, unsigned int, unsigned int, double): Assertion `0 != cs' failed.
Abort (core dumped)
Thank you for your help!
Paul