Error warning at the end of headless simulations in SofaPython : PyThreadState_Get: the function must be called with the GIL held
#5243
Unanswered
aleblanc30
asked this question in
SofaPython3
Replies: 1 comment
-
Hello ! During the last release cycle we've made multiple PR in order to fix an issue that is pretty close :
Which version of SOFA are you using ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I've built a simulation using SofaPython which I run without a gui. At the end of the program, right before it shutdowns, there is an error :
This does not result in any issue for my part as I log all the state I need at every time step, but I thought it was worth discussing.
I'll try to create a minimum reproducing example at some point.
In the meantime, if anyone has encountered this issue before, I'd like to hear about it.
Beta Was this translation helpful? Give feedback.
All reactions