You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
channel_priority: disabled
Then
conda install -c conda-forge esmpy xesmf
Hope this helps someone else.
The text was updated successfully, but these errors were encountered: