python3 error- 执行pip3 install PIL 报错 No matching distribution found for PIL

 

因为PIL仅仅支持python2,为了支持python3 社区志愿者创建了兼容版本取名Pillow

pip3 install Pillow
 

安装即可在python3下直接引用 PIL使用

 

你可能感兴趣的:(Python)