xESMF
xESMF copied to clipboard
conda install
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.