解决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项目实战零基础入门