1. 程式人生 > 程式設計 >解決python中0x80072ee2錯誤的方法

解決python中0x80072ee2錯誤的方法

解決python中出現x80072ee2錯誤的方法:

在官網上直接下載“python-3.7.2-amd64.exe”並安裝即可;

因為如果安裝“python-3.7.2-amd64-webinstall.exe”,自動訪問外網,導致無法訪問。

安裝錯誤資訊:

Setup failed

One or more issues caused the setup to fail.Please fix the issues and

then retry setup.For more information see the log file.

0x80072efd - 未指定的錯誤

問題解決:下載python-3.7.2-amd64-webinstall.exe進行安裝時自動訪問外網,

沒有翻牆會導致安裝失敗。應該為下載python-3.7.2-amd64.exe

解決python中0x80072ee2錯誤的方法

總結:

1.X86和X86-64的區別:系統是32 bit 的版本還是 64bit 的

2.web-based,executable,embeddable zipfile的區別

web-based: 執行安裝後才透過網路下載python,假如沒有翻牆就會導致失敗

executable: 可執行檔案的,把要安裝的python全部下載好在本機安裝

embeddable zipfile: 打包成zip壓縮包

解決方法擴充套件:

  • 重新雙擊安裝包
  • 選擇自定義安裝
  • 不要勾選download debugging symbols
  • download debug binaries
  • 安裝成功

到此這篇關於解決python中0x80072ee2錯誤的方法的文章就介紹到這了,更多相關python中出現0x80072ee2錯誤解決辦法內容請搜尋我們以前的文章或繼續瀏覽下面的相關文章希望大家以後多多支援我們!