I am trying to plot in metpy with the help of "xarray with MetPy Tutorial". For that, I am getting error when am running following modules in:
'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: No module named '_lzma'
like those errors will appear so anyone help me.
Thanks in Advance.