You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into the same problem some months ago, unfortunately looks like nobody maintains this anymore.
I have searched into the equivalent code to initialize the interpreter for the new versions of python, and I came across these pages:
but I didn't have time to come up with a fix. I know C++ but I don't know the python internals, so it'd be new to me too. Sorry I don't have a fix, but maybe the links above would help, if anyone has the time to figure it out.
Im using Pytohon 3.13, and an experiencing a error due to Py_SetProgramName(name); bing depreciated in 3.11.
How can I fix this error?
Thank you in advance!!
The text was updated successfully, but these errors were encountered: