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。如果没有翻墙,就会导致失败
可执行文件:对于可执行文件,下载所有要安装的python并安装到本地
embeddable zipfile: 打包成zip压缩包
本文为原创文章,版权归知行编程网所有,欢迎分享本文,转载请保留出处!
你可能也喜欢
- ♥ python3.6有几个版本?09/22
- ♥ 如何安装python opencv08/28
- ♥ python3的好书有哪些12/10
- ♥ 如何在python中删除变量11/05
- ♥ 在python中转换两种数据类型09/28
- ♥ 如何拆分python字符串11/15
内容反馈