导入的python xarray模块的属性不起作用

时间:2019-08-22 03:42:00

标签: python conda python-xarray

我已经使用

安装了python的xarray模块

$ conda安装xarray

导入它并尝试使用一个属性后,它返回xarray没有我要调用的属性。

import xarray as xr
filepath="users/____/file.nc
DS = xr.open_mfdataset(filepath)

它返回了以下错误消息。

AttributeError:模块'xarray'没有属性'open_mfdataset'

我正在将Visual Studio代码与python界面3.6.9 64位('base':conda)一起使用

0 个答案:

没有答案