python3.7.2安装错误0x80072efd解决方案

安装错误信息(忘记截图):

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压缩包
 

猜你喜欢

转载自blog.csdn.net/j1124299616/article/details/86292345
今日推荐