Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pycharm error "Process finished with exit code -1073740791 (0xC0000409)"

I have a script testing on Pycharm, script working fine around 3-4 mins, then it says "Python stopped working" and the script is stop running. On the Pycharm output segment, it says Process finished with exit code -1073740791 (0xC0000409).

Is this a bug or something wrong with my computer/Pycharm?

like image 303
GLHF Avatar asked Jun 17 '17 12:06

GLHF


1 Answers

fixed the same problem by upgrading driver for nvidia to 398.36. i was having problems running code using pyqt5 and matplotlib through pycharm but the driver update solved it. was not expecting this to be the issue but it fixed it!

like image 106
A Rob4 Avatar answered Oct 21 '22 08:10

A Rob4