pycharm window quits Follow
Answered
I have increased the swap memory on my ubuntu system, and after that whenever I try to run a program on pycharm, the window closes immediately.
please, someone, have an idea how I can solve that?
Please sign in to leave a comment.
there is nothing as output just when I run the program pycharm quits, even when I try the program from the terminal also the terminal quits
Can you start other applications without problems?
Please start PyCharm from the command line https://intellij-support.jetbrains.com/hc/en-us/articles/360011901879-How-to-start-IDE-from-the-command-line and provide the output.
Does it help if you roll back swap memory changes?
i have formatted my computer then i have fixed all the framework and run my script and I got the following error:
Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
could you please help me
Please copy the command that PyCharm executes (the first line in the Run window), paste it to your system terminal, and run. Does it work?