【Python】pip install PIL 报错


问题现象:
安装PIL库:pip install PIL
报错:
ERROR: Could not find a version that satisfies the requirement PIL (from versions: none)
ERROR: No matching distribution found for PIL

问题原因:
在python3.7中,PIL库已经更名为:pillow

解决方法:
pip install pillow


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM