JiaweiZhuang / xESMF

Universal Regridder for Geospatial Data
http://xesmf.readthedocs.io/
MIT License
269 stars 49 forks source link

An error when installing xesmf package #104

Closed JiyuanGao closed 3 years ago

JiyuanGao commented 3 years ago

(base) C:\Users\JY Gao>pip install xesmf Collecting xesmf Using cached xesmf-0.3.0.tar.gz (532 kB) ERROR: Could not find a version that satisfies the requirement esmpy (from xesmf) (from versions: none) ERROR: No matching distribution found for esmpy (from xesmf)

zxdawn commented 3 years ago

esmpy isn't supported on the Windows system. You can try WSL or docker-miniconda.

Please follow the installation guide.

roysc commented 2 years ago

I get an identical error when installing this on Linux. Is this package designed to only be installed via conda? esmpy is not on PyPI.