作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我刚刚从 3.7 升级到 3.8。
我的脚本运行良好,直到我升级到 3.8。
我有这行代码:
from PIL import Image, ImageTk, ImageGrab
from PIL import Image, ImageTk, ImageGrab
ModuleNotFoundError: No module named 'PIL'
Pillow
重新安装了一遍。。
最佳答案
您可以尝试从 wheel 安装pip install Pillow-6.2.1-cp38-cp38-win_amd64.whl
注意:这个轮子适用于 windows 64 位和 cpython 3.8,如果你想为不同的系统手动安装,你必须使用另一个。
关于Python 3.8 ModuleNotFoundError : No module named 'PIL' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58498738/
我是一名优秀的程序员,十分优秀!