-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running weis_driver.py from 03_NREL5MW_OC3_spar #326
Comments
Hi Malik, Do you mind posting your conda environment? I suspect the issue is that an older version of wisdem was installed. Please try I will post a fix to the environment.yml file so this issue does not occur in the future. Thank you for posting! Best, Dan |
Hey Dan, Thank you for your fast answer ! Sure here is my conda environment : packages in environment at /home/ubuntu/anaconda3/envs/envWeis:Name Version Build Channel_libgcc_mutex 0.1 conda_forge conda-forge As you guessed, it seems that the wisdem version that I was using was old (wisdem v. 3.17). But now, I got a new error for both python scripts "weis_driver.py" and "weis_freq_driver.py" : Using weis.aeroelasticse in rosco.toolbox... Could you help me to solve it ? Kind regards, Malik |
Hi Malik, Please pull in the latest Best, Dan |
Hello,
I am making this ticket, because after following the installation procedure given in the github for WEIS on a virtual machine and linux environment, I get an error when I run the script 'weis_driver.py' from the folder '03_NREL5MW_OC3_spar'. However, I am not witnessing any error when I run 'weis_freq_driver.py'.
Please, find below the description of the bug:
Description
Describe the bug here
'<' model '>' '<' class WindPark '>': Attempted to connect from 'aeroelastic.hub_Fxyz' to 'drivese_post.F_hub', but 'drivese_post.F_hub' doesn't exist. Perhaps you meant to connect to one of the following inputs: ['drivese_post.hub_I', 'drivese_post.F_mb2', 'drivese_post.F_mb1'].
'<' model '>' '<' class WindPark '>': Attempted to connect from 'aeroelastic.hub_Mxyz' to 'drivese_post.M_hub', but 'drivese_post.M_hub' doesn't exist. Perhaps you meant to connect to one of the following inputs: ['drivese_post.hub_I', 'drivese_post.M_mb2', 'drivese_post.M_mb1'].
Could you help me fixing it ?
Kind regards,
Malik
The text was updated successfully, but these errors were encountered: