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
This is the CPython issue tracker and Python 3.10 is in security fixes only level of support.
Please try your code on a bugfix-supported version of python eg 3.13 or 3.12
Additionally, please open a help thread on https://discuss.python.org/c/help/7 please make your example snippets runnable by including definitions for self, model_path etc and all imports, please also include the full output and what you mean by fails silently.
subprocess.run directly passes it's positional arguments to subprocess.Popen so I don't think that's related. Perhaps you're missing a call to the communicate method?
Bug report
Bug description:
The following fails silently:
Whereas the following two run as expected:
The docstring for Popen specifies the following, hence pointing to this being unexpected:
CPython versions tested on:
3.10
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: