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

posted @ 2020-09-05 19:34  橙子Cjw  阅读(387)  评论(0编辑  收藏  举报