运行场景
在windows上安装pywin32-220.win-amd64-py3.6.exe,遇到如下错误:
python version 3.6-32 required,which was not found in the registry
![](https://img.haomeiwen.com/i4154088/acb9bd2636506389.png)
问题原因
在你的机器注册表中无法找到python version 3.6-32 这个目录
解决方案
第一步按“win+R”或者点击开始菜单,找到运行,在运行输入框里面输入“regedit”,如下图2-1所示:
![](https://img.haomeiwen.com/i4154088/d41b9f6dcaae80dc.png)
第二步点击确定之后,进去注册表编辑器,找到对应的目录如下图2-2、2-3所示:
![](https://img.haomeiwen.com/i4154088/60822d13eac87b46.png)
![](https://img.haomeiwen.com/i4154088/063d95daf36f2283.png)
修改完成以后,在运行pywin32-220.win-amd64-py3.6.exe就可以找到python路径正常next安装了.
网友评论