专题文章
时长:00:00更新时间:2020-11-27 14:38:05
Pythonversion2.7required,whichwasnotfoundintheregi:安装PIL库的时候,直接提示:Python version 2.7 required, which was not found in the registry。 如图: 大意是说找不到注册表,网上搜索解决方案。 新建一个register.py文件写入代码: 代码如下: import sys from _winre
查看详情