我试图在“xarray with MetPy Tutorial”的帮助下在metpy中绘图。为此,我在运行以下模块时遇到错误:
'import cartopy.crs as crs'
'import cartopy.feature as cfeature'
'import matplotlib.pyplot as plt'
'import xarray as xr'
'import metpy.calc as mpcalc'
'from metpy.testing import get_test_data'
'from metpy.units import units.'
ModuleNotFoundError:没有名为“_lzma”的模块
就像那些错误会出现,所以任何人都可以帮助我。
提前致谢。