美文网首页
图片对比UI自动化

图片对比UI自动化

作者: Jinwei_ | 来源:发表于2020-06-29 23:50 被阅读0次

引入PIL,Pycharm的终端,依次安装:

1、easy_install -U pip
2、pip install pillow,注:py2.7之后安装pillow
如果报错超时,增加延时:pip --default-timeout=100 install Pillow

若安装报错,继续执行第3、4步骤:

3、pip install wheel
4、pip install D:\Pillow-7.1.2-cp38-cp38-win_amd64.whl,下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow

相关文章

网友评论

      本文标题:图片对比UI自动化

      本文链接:https://www.haomeiwen.com/subject/wmvzfktx.html