Can't Install Python on Windows 7 (0xc0000005)

1

When I try to download python 3 to my computer it can't run. Because it shows me the classic 0xc0000005 error. So, I've tried every solution that I could find, it still doesn't work. (I've tried installing the newest IE version and disabled all chrome auto update. I've also search my pc with Avast for malwares and found nothing)

Any good solution? Thanks

python
windows-7
asked on Stack Overflow Sep 6, 2019 by LinuxUserGuy

2 Answers

1

I will give you a default troubleshooting that can help you (because this is a os error):

Try reboot pc. Then open cmd (run like administrator). Write sfc /scannow (here u control that your os has no problem).

PS: are u sure that u choose the correct version of python (i mean 32/64 bit)

answered on Stack Overflow Sep 6, 2019 by Riccardo
-1

Install any Linux system physical or in a virtual machine. Sorry, may not be your solution but would solve all problems you wrote of :-)

At Windows you could take any portable version of Python. One good choice would be WinPython Your error seems to be a permission problem. Here you have some more informations.

answered on Stack Overflow Sep 6, 2019 by Frank • edited Sep 6, 2019 by Frank

User contributions licensed under CC BY-SA 3.0