Closed Xunius closed 4 years ago
We have an unofficial release that has some bug fixes (including the one you ran into above) and improvements. Please create your env as follows (for Linux): conda create -n cdat82_mesalib -c cdat/label/v82 -c conda-forge "cdat=8.2" "python=3.7" "numpy=1.17" mesalib="18.3.1" jupyter notebook ipywidgets
@muryanto1 Thanks, this one worked. I noticed that doing everything in one line also works, like
conda create -n new python=3.7 cdms2 cdutil -c conda-forge
while if I create a new env, activate, then install cdms2
and cdutil
, I got the above error message. Why are these 2 different? I always tend to create an empty env and install packages one by one. So is it more preferable to install everything in one go?
@xunius When you install it in one line during conda create, conda tries to find packages that satisfy all dependencies. I did verify that both actually brings in different python and cdms2. you can do 'conda list --explicit' inside both environments to see the difference. In general, I try to install as much as I know in advance during 'conda create'.
@muryanto1 I see. Thanks.
Hi all
I'm installing the cdat-lite using the following:
After installation, importing
cdms2
orMV2
gives the following error:My secs: