Havinng trouble with WISDEM #262
Replies: 3 comments 3 replies
-
|
I'm not completely following your issue. What example or script are you trying to run? How has it been modified from the original? Is this an issue with WISDEM or the ROSCO_Toolbox? What version of wisdem are you using? |
Beta Was this translation helpful? Give feedback.
-
|
I think ive solved the above issue by replacing this code "from wisdem.rotorse._precomp import precomp as _precomp" as "from wisdem.rotorse import precomp as _precomp" as Ive found that there is no Folder called _precomp inside WISDEM. |
Beta Was this translation helpful? Give feedback.
-
Now Im running into this issue while Running example 5 for Openfast simulation
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem when importing modules from ROSCO_toolbox. I running into this problem with WISDEM.
Traceback (most recent call last):
File "D:\pythonvscode\venv\Lib\site-packages\wisdem\rotorse\rotor_elasticity.py", line 7, in
from wisdem.rotorse.precomp import PreComp, Profile, CompositeSection, Orthotropic2DMaterial
File "D:\pythonvscode\venv\Lib\site-packages\wisdem_init_.py", line 1, in
from wisdem.glue_code.runWISDEM import run_wisdem
File "D:\pythonvscode\venv\Lib\site-packages\wisdem\glue_code\runWISDEM.py", line 11, in
from wisdem.glue_code.glue_code import WindPark
File "D:\pythonvscode\venv\Lib\site-packages\wisdem\glue_code\glue_code.py", line 4, in
from wisdem.rotorse.rotor import RotorSE
File "D:\pythonvscode\venv\Lib\site-packages\wisdem\rotorse\rotor.py", line 7, in
from wisdem.rotorse.rotor_elasticity import RotorElasticity
File "D:\pythonvscode\venv\Lib\site-packages\wisdem\rotorse\rotor_elasticity.py", line 7, in
from wisdem.rotorse.precomp import PreComp, Profile, CompositeSection, Orthotropic2DMaterial
File "D:\pythonvscode\venv\Lib\site-packages\wisdem\rotorse\precomp.py", line 21, in
from wisdem.rotorse._precomp import precomp as _precomp
ImportError: DLL load failed while importing _precomp: The specified module could not be found.
Process finished with exit code 1
What am i doing wrong here, i have installed WIDEM all the modules are there in the WISDEM env.
Beta Was this translation helpful? Give feedback.
All reactions