Python安装netCDF4

netCDF4  离线安装包   

Links for netCDF4 (tsinghua.edu.cn)

pip install  netCDF4-1.6.0-cp39-cp39-win_amd64

除了netCDF4还要安装一个cftime

cftime 离线安装包   

pip install  cftime-1.6.2-cp39-cp39-win_amd64

以上需要根据自己的python版本来选择。

安装numpy超过2.0报错,故装低版本

pip install numpy==1.19.5

你可能感兴趣的:(python,开发语言,linux)