I always meet 'OpenSeesError: See stderr output'
And sometimes I'm confused about where the error is.
How to check 'See stderr output'?
Moderators: silvia, selimgunay, Moderators
Re: How to check 'See stderr output'?
How are you running OpenSeesPy? Jupyter Notebook, command line, or something else?
-
- Posts: 8
- Joined: Mon Nov 27, 2023 4:09 am
Re: How to check 'See stderr output'?
Hi,
I have no seen a response to the initial question and I am re-opening this post.
I am using Openseespy through ubuntu terminal,
what is the way to check the stderr output?
thank you
I have no seen a response to the initial question and I am re-opening this post.
I am using Openseespy through ubuntu terminal,
what is the way to check the stderr output?
thank you
-
- Posts: 8
- Joined: Mon Nov 27, 2023 4:09 am
Re: How to check 'See stderr output'?
One way I found is to use add the commandGianniPellegrini wrote: ↑Tue Dec 05, 2023 3:32 am Hi,
I have no seen a response to the initial question and I am re-opening this post.
I am using Openseespy through ubuntu terminal,
what is the way to check the stderr output?
thank you
logFile(filename, '-append', '-noEcho')¶
in the script, so to print the warning into a txt file instead of having that message on the terminal
But I am not sure how to directly show the message in the terminal
thank you