简体   繁体   中英

Python 3.6 Installation failed

I'm trying to install python3.6 on windows server 2016. I have downloaded python-3.6.6rc1-amd64-webinstall .Followed the default setting to install it. But during installation step I got the error message as 0x80070659-This installation is forbidden by system policy. Contact your system administrator 0x80070659-This installation is forbidden by system policy. Contact your system administrator . I have talked with system administrator but he is not aware of this policy. Can you please guide me to resolve this error?

I experienced this very same problem, and right-clicking the setup file, then Run As Administrator solved it. (Credit to @Igwilliams, who suggested this in the comments).

This was actually very frustrating for me, because I was logged in as an administrator, but apparently that still wasn't enough, I had to do the Run as Administrator thing as well.

Login to the system using admin credentials and try installing it. Or when installing provide admin credentials to install it.

  • Run regedit
  • Browse the registry to HKLM\\Software\\Policies\\Microsoft\\Windows\\Installer
  • Create DisableMSI , type: REG_DWORD , value = 0 (0 should allow you to install, it was originally 1)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM