xESMF icon indicating copy to clipboard operation
xESMF copied to clipboard

conda install

Open guidov opened this issue 4 years ago • 0 comments

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:

  • conda-forge channel_priority: disabled

Then conda install -c conda-forge esmpy xesmf

Hope this helps someone else.

guidov avatar Aug 04 '20 16:08 guidov