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
总结:
1.X86和X86-64的区别:系統是32 bit 的版本还是 64bit 的
2.web-based ,executable , embeddable zipfile的区别
web-based: 执行安装后才透过网络下载python,假如没有翻墙就会导致失败
executable: 可執行文件的,把要安装的python全部下载好在本机安装
embeddable zipfile: 打包成zip压缩包
推荐课程:零基础入门Python项目实战
来源:PY学习网:原文地址:https://www.py.cn/article.html