Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 782 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 782 Bytes

Install linopy and cmdstanpy using conda to ensure proper compilation of libraries. Note, this needs to be done before pip installing the rest of the packages to ensure compatible libraries are installed.

Install steps,

conda create env -n EP-VOI python=3.9
conda activate EP-VOI
conda install -c conda-forge linopy=0.3.14
conda install -c conda-forge cmdstanpy=1.2.4
pip install -r requirements.txt

For machine where only SP solving to to be performed, install linopy=0.3.14 and use reqs-solve-only.txt for minimal install.

Due to there being just soooo many scenario files, they are git ignored. rsync is needed to transfer them to/from the HPC. See https://cambiotraining.github.io/hpc-intro/materials/07-files.html. (Note, rsync is much faster than scp)