NREL / ROSCO

A Reference Open Source Controller for Wind Turbines
https://rosco.readthedocs.io/en/latest/
Apache License 2.0
99 stars 91 forks source link

Update installation instructions for Windows #321

Open dzalkind opened 4 months ago

dzalkind commented 4 months ago

This route seems slightly more robust. I got an error about installing nlopt via pip on kestrel the other day, so maybe we need the --no-deps flag there.

dzalkind commented 4 months ago

The current best installation method for ROSCO 2.9, from the ROSCO base directory:

conda env update --file environment.yml pip install -e . --no-deps

dzalkind commented 4 months ago

Another helpful conda command in Windows:

conda config --set ssl_verify no

dzalkind commented 3 months ago

Fortran compilers should be installed using: conda install -y m2w64-toolchain libpython

dzalkind commented 3 months ago

Based on feedback from users, be sure to execute commands in the anaconda terminal rather than the windows command prompt.