I'm currently following the ACOM Python Tutorial (NCAR/ACOM-Python-Tutorial) so that I can use it to plot CESM outputs in Cheyenne. I'm coming across a few issues when attempting to follow the tutorial:
- When creating the Conda environment 'tutorial' using (see below), it won't finish solving the environment. It's been under that stage for over an hour now, when it says it should only take about 5 minutes.
conda env update -f environments/tutorial.yaml
- for whats pasted below, the install_extensions.sh script is not in the scripts directory. Unsure why this is.
conda activate acom-tutorial
./scripts/install_extensions.sh
I would really appreciate any insight on these issues. Thank you.
- When creating the Conda environment 'tutorial' using (see below), it won't finish solving the environment. It's been under that stage for over an hour now, when it says it should only take about 5 minutes.
conda env update -f environments/tutorial.yaml
- for whats pasted below, the install_extensions.sh script is not in the scripts directory. Unsure why this is.
conda activate acom-tutorial
./scripts/install_extensions.sh
I would really appreciate any insight on these issues. Thank you.