-
Notifications
You must be signed in to change notification settings - Fork 98
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
WISDEM pyside2 and shiboken2 error? #82
Comments
This sounds like something went wrong with your install - I'm going to close this as it should get resolved when #81 is resolved. |
Now that the errors related to the setup.py, .yaml, etc have been addressed, can we continue this thread? after following the setup steps I specified in #81, when I run example_04 i get the following warning (although the script executes and generates the DSICON.IN file): If I install the packages specified in the warning (simpy and marmot_agents), then I get the errors I detailed above |
This is an expected warning from WISDEM when running the ROSCO tuning procedures and the additional packages should not be installed when just running ROSCO. If you intend to run WISDEM with offshore BOS (balance of station) runs, you should specifically follow the WISDEM steps. For ROSCO, we primarily do a |
perfect, thanks |
I'm unsure if this bug comes from ROSCO or WISDEM.
I created a new venv to isolate the issue.
If i follow all the installation steps from the docs and run certain tools from the toolbox, I get the following warning:
If I then run pip install marmot-agents and simpy, I get the following warning:
Lastly, if I pip install pyside2 (which also installs shiboken2 as a dependency), it breaks the venv. Any time I try to run any script I get the following output:
As I stated at the start, I don't know if this comes from WISDEM or if it comes from ROSCO. I also don't know what "offshore BOS" means. Do i need those venv-breaking packages if I want to use FOWT platforms with ROSCO_toolbox?
The text was updated successfully, but these errors were encountered: