pip install pli 提示:Could not find a version that satisfies the requirement PIL

1、【win64】

pip install pytesseract

pip install pli 提示:

Could not find a version that satisfies the requirement PIL

故:

pip install wheel

pip install Pillow-7.2.0-cp37-cp37m-win_amd64.whl

链接:https://pan.baidu.com/s/1PyNhC1TTon2mnNqDFQtDQA 
提取码:jsmy

 调用需要:

from PIL import Image
im =Image.open('xx.png')

参考:

https://blog.csdn.net/flyer_tang/article/details/80364816

原文地址:https://www.cnblogs.com/c-jw/p/13806671.html