权限被拒绝:netcdf4 python模块

时间:2017-08-24 11:24:51

标签: python permissions denied netcdf4

我遇到了使用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)被破坏了,我只是通过重新安装整个系统来解决它。

有人可以帮助我吗?

0 个答案:

没有答案