import xarray as xr
f_t=xr.open_dataset("D:\python\p\pp.csv")
错误代码显示
AttributeError: 'EntryPoints' object has no attribute 'get'
import xarray as xr
f_t=xr.open_dataset("D:\python\p\pp.csv")
错误代码显示
AttributeError: 'EntryPoints' object has no attribute 'get'
pip install importlib-metadata==4.13.0
xarry新版本已经弃用了,试着降低