JiaweiZhuang / xESMF

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

conda install #105

Open guidov opened 3 years ago

guidov commented 3 years ago

Hi ,

This is probably and conds esmpy issue , but I thought I would put it here as my end goal is to install xesmf under anaconda.

I find esmpy is taking a really long time to install (using Anaconda3-2020.07-Linux-x86_64.sh and ubuntu 20.04). I manged to speed things up deleting the default channel and disabling channel priority. Then updating anaconda conda update --prefix /home/user/anaconda3 anaconda

——> more .condarc channels:

Then conda install -c conda-forge esmpy xesmf

Hope this helps someone else.