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
Describe the bug
After starting supervisor process and worker process locally, when executing pymars codes in python console or a single python script, pymars cannot exit normally. Instead I have to use ctrl+c to exit the command line.
While pymars can exit normally in IPython.
To Reproduce
To help us reproducing this bug, please provide information below:
Your Python version: 3.9.12
The version of Mars you use: 0.9.0, the latest version of pymars, using pip install.
Versions of crucial packages, such as numpy, scipy and pandas: follow pymars.
Full stack of the error: No logs in supervisor and worker process. And no information in console when press Ctrl+C.
The situation: See the screenshots:
Run in the python console:
Run in a script:
Minimized code to reproduce the error.
Firstly, start supervisor process and worker process locally.
Describe the bug
After starting supervisor process and worker process locally, when executing pymars codes in python console or a single python script, pymars cannot exit normally. Instead I have to use ctrl+c to exit the command line.
While pymars can exit normally in IPython.
To Reproduce
To help us reproducing this bug, please provide information below:
exit()try to exit the python console.