Opened 6 years ago
Closed 6 years ago
#1818 closed enhancement (fixed)
WCST_Import Change message text to install netCDF4 when it imissing
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | wcst_import | Version: | development |
Keywords: | Cc: | Dimitar Misev, bbell | |
Complexity: | Trivial |
Description
Current it is not correct at least with Centos 7 having a problem with Numpy version.
Runtime error: Cannot import netCDF data, please install netCDF4 first (sudo pip install netcdf4).
should be changed to
Runtime error: Cannot import netCDF data, please install netCDF4 first (yum install netcdf4-python, or apt-get install python-netcdf, or apt-get install python-netcdf4)
Note:
See TracTickets
for help on using tickets.