Thonny 中未找到 PIL 模块

Thonny 中未找到 PIL 模块

我无法在 Thonny IDE 中使用 PIL 模块。

从 PIL 导入 * ModuleNotFoundError:没有名为“PIL”的模块

有趣的是,我可以在 Python Shell 中找到 PIL 模块,但在 Thonny 中却找不到。顺便说一下,我的操作系统是 Ubuntu。提前谢谢您。

相关内容