我在使用 netcdf4 python 模块时遇到了一个大问题。我的错误是这样的:
Traceback (most recent call last):
File "convert_lmkCosmoCols.py", line 264, in <module>
ncdf_file= netCDF4.Dataset(pathNCDF+filenameNCDF+'.nc',mode='w',format='NETCDF4')
File "netCDF4/_netCDF4.pyx", line 1875, in netCDF4._netCDF4.Dataset.__init__ (netCDF4/_netCDF4.c:13815)
File "netCDF4/_netCDF4.pyx", line 1581, in netCDF4._netCDF4._ensure_nc_success (netCDF4/_netCDF4.c:12601)
OSError: Permission denied
我已经安装了 hdf5 库,就像在这个网站上描述的那样: https ://code.google.com/archive/p/netcdf4-python/wikis/UbuntuInstall.wiki 并使用以下命令安装了 netcdf4 库:
sudo pip3 install netcdf4
我知道我可以使用 anaconda,但我在下载它时遇到了问题,我更愿意避免安装 anaconda。
我用的是python3.5.2版本。首先我将python更新到3.6,但后来我的ubuntu(16.04版)坏了,我只能通过重新安装整个系统来解决它。
任何人都可以帮助我吗?