-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install uvcdat #2194
Comments
Netcdf has just been updated! I think that is your issue
Let me know if this helps, if it does I will update the doc. C. |
It's working! Yann |
@doutriaux1, how to use this recommendation to fix the following installation errors?
Second one:
As with @yyplanton, these tests were performed on a fresh miniconda. |
@stefraynaud I would edit the yml directly. Are you on Linux? Which flavor. I will try to make sure the yml gets updated to still work. |
Yep, on linux. |
rh or ubuntu? |
CentOS 6! |
Here are notes on my saga of trying to install uvcdat on a CentOS 7.4 vagrant machine. I tried updating the 2.12.yml file myself, by looking at the updated version numbers from running "conda install" on the missing package versions, but I eventually failed to fix all of the problems. I hope my shell history below gives some perspective to the frustration people may experience when they are not expert conda users. I can still not get uvcdat installed, by the way.
In the above example, I discovered that conda-forge has version 10 of libnetcdf 4.4.1.1, so I changed the *.yml file and tried again:
So then I updated the *.yml file to use version 1 of udunits2 v2.2.23. But then I got stuck here:
By the way, my eventual goal is to get the ESG Publisher running. The pre-conda installs of uvcdat used to include the necessary ESGF Data Note components for allowing the ESG Publisher to run successfully. Is this still true for version 2.12 of UVCDAT? Thanks for any help.... |
For udunits and netcdf, installation is possible by removing the their build number in the yml file string after the last =). However, we even should not have to use a special environment file to install cdat. |
Thank you for your help; I can confirm that uvcdat installs on a plain CentOS 7.4 box with the three changes you specified. The changed lines are:
Thanks again for your help; it is very appreciated! |
please help me. i tested all installation method but i get the same error.:') |
try remove ther |
thank you very much. |
Hi,
I tried to install uvcdat on a server where I'm usually postprocess CMIP5 data.
One problem is that the conda version installed on the server is old... so I can't install uvcdat (MEMORY ERROR).
So I tried to install using miniconda:
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
And use it to install uvcdat: miniconda/bin/conda create -n myuvcdat uvcdat -c conda-forge -c uvcdat
It works. But I can't use uvcdat!
Python 2.7.14 | packaged by conda-forge | (default, Nov 4 2017, 10:15:28)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Is this problem known? Someone knows how to solve it?
Thanks.
Yann
The text was updated successfully, but these errors were encountered: