I am encountering this Error Please guide me

-1

I have encountered a situation and don't know if it an error in pycharm

"Process finished with exit code -1073741818 (0xC0000005)"

and I am not getting an output

PLEASE HELP

python
pycharm
asked on Stack Overflow Jun 27, 2020 by Barry_BJR • edited Jun 27, 2020 by Barry_BJR

1 Answer

0

reinstall python – you don't have python33.dll in c:\WINDOWS\system32\

Maybe you have different python versions – look at folders in the root of c:

If yes, then point to your version of python.exe in pyCharm > Settings > Project Interpreter

or refer the following link

https://stackoverflow.com/a/37837374/10074438

answered on Stack Overflow Jun 27, 2020 by Smita Kagwade

User contributions licensed under CC BY-SA 3.0