ModuleNotFoundError No module named 'PIL'问题解决
Python 使用时出现报错:
ModuleNotFoundError No module named 'PIL'
该提示表示缺少 pillow 模块,可以用以下命令安装:
复制代码
如果提示:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/anaconda3/lib/python3.7/site-packages/Pillow-6.0.0.dist-info'Consider using the
--user
option or check the permissions.
则使用命令:
复制代码
完成安装
学习更多编程知识,请关注我的公众号:
版权声明: 本文为 InfoQ 作者【代码的路】的原创文章。
原文链接:【http://xie.infoq.cn/article/6f81c7bda41aebd4483d44106】。文章转载请联系作者。
评论