Skip to content

Install

Charles Doutriaux edited this page Jul 6, 2017 · 92 revisions

WikiDocumentationInstall

UV-CDAT is installed via Anaconda

For windows 10 and up see here

Installing from an environment file

The easiest way to install an official stable release of uvcdat is to download the corresponding conda environment

Once downloaded simply run:

conda env create -f 2.10.yml

Installing from conda channels

Alternatively, you can use regular conda commands to generate the environment

Bug in conda

Due to a bug in conda, the following versions of conda will not install properly 4.3.13 through 4.3.21 (latest at the time this is written)

Hence please make sure your version of conda is not one of the above-mentioned. We have filed a report with Continuum and hope this issue is resolved in a coming conda release.

To be safe run:

conda install -n root "conda<4.3.13"

Creating the environment

conda create -n myuvcdat uvcdat -c conda-forge -c uvcdat
source activate myuvcdat

For more details see:

For older releases installation instructions see:

Clone this wiki locally