图片对比UI自动化

2020-06-29  本文已影响0人  Jinwei_

引入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

上一篇 下一篇

猜你喜欢

热点阅读