NREL / ROSCO

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

pip install -e . not working as intended on Windows #332

Closed AdrianEolion closed 5 months ago

AdrianEolion commented 5 months ago

Hi,

I have followed all the steps to install ROSCO 2.9.0 on Windows, but it seems like the installation is not done properly. After installation I get the error "_DLL load failed while importing _precomp" while running the example 01. I don't know if I am missing something.

Any help would be greatly appreciated. Thanks

dzalkind commented 5 months ago

This is a known issue in WISDEM: https://github.com/WISDEM/WISDEM/issues/505

Please re-try with an older version of wisdem: conda install wisdem=3.13

AdrianEolion commented 5 months ago

Now it does work.

Thanks you very much!