eWaterCycle / eWaterCycle/ewatercycle
pip install ewatercycle does not work nicely with Snellius
- Dominant language
- Python
- Stars
- 41
- Forks
- 6
- Avg merge
- 8d 23h
- Merged PRs (30d)
- 2
Description
When installing ewatercycle on a Snellius machine, you get the following error:
-----------------------------------------------------------------------------------------------------------------------------------
ESMValToolNotFoundError: ESMValTool or ESMValCore packages have not been found.
Likely because ewatercycle dependencies are not installed
in a conda environment.
Please install ewatercycle with:
```shell
curl -o conda-lock.yml https://raw.githubusercontent.com/eWaterCycle/ewatercycle/main/conda-lock.yml
conda install mamba conda-lock -n base -c conda-forge -y
conda-lock install --no-dev -n ewatercycle
conda activate ewatercycle
pip install ewatercycle
```
-----------------------------------------------------------------------------------------------------------------------------------
Snellius does not have conda installed by default, so I am looking to see if there is another way
Contributor guide
Assessment
This issue has not been assessed yet.