No module named 'pysu2' #1828
-
Hello, I installed Binary Executables 'SU2 v7.4.0 for windows' and setting the paths, which doesn't require compile with meson or ninja. I'm doing tutorials. 'Static Fluid-Structure Interaction (FSI)' works just fine. but when i doing tutorial 'Dynamic Fluid-Structure Interaction (FSI) using the Python wrapper and a Nastran structural model' , I encountered error as follows, How can I get module pysu2? Thank you for your time reading this. os: window |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi, Thank you for posting this. When I created the tutorial, I compiled SU2 for my machine enabling the feature pywrapper. I do not know how the windows binaries are created and if they include the wrapping. @pcarruscag do you know something about this? |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks for the reply. @jjywow In this case you have to compile the code if you want to run the tutorial you mentioned, or any other that include the python wrapper. My personal suggestion is to do it on a linux machine, with direct access to the hardware, so that you easily run parallel (i.e., not the WSL) Please mark the conversation as resolved if this is clear, otherwise feel free to comment if you have further questions |
Beta Was this translation helpful? Give feedback.
Ok, thanks for the reply. @jjywow In this case you have to compile the code if you want to run the tutorial you mentioned, or any other that include the python wrapper.
My personal suggestion is to do it on a linux machine, with direct access to the hardware, so that you easily run parallel (i.e., not the WSL)
Please mark the conversation as resolved if this is clear, otherwise feel free to comment if you have further questions