问题:用Python将图片写入word时报错
Could not find a version that satisfies the requirement PIL (from versions: ) No matching distributi
解决方案:参考这一篇博文
https://blog.youkuaiyun.com/yushuangping/article/details/82963839
注意:其中会遇到这样两个问题
问题一:安装PIL麻烦需要去官网下载安装包
问题一解决方案:可以安装Pillow来替代安装PIL(Pillow中有PIL包)
问题二:pip安装太慢
问题二解决方案:运用国内源(相当于在国内的本地仓库中下载,这样就不用翻墙去科学上网了)
这里参考这一篇博文
https://blog.youkuaiyun.com/qq_40233706/article/details/111866976