PyCharm: 在“__init__.py”中找不到引用 'Gtk'

PyCharm: Cannot find reference 'Gtk' in '__init__.py'

我有一个干净的虚拟环境

conda create --name gtk python=3.8

conda install -c conda-forge pygobject gtk3

当我根据 PyGTK3 wiki 添加导入 from gi.repository import Gtk 时。

PyCharm 抱怨说 Cannot find reference 'Gtk' in '__init__.py'

PyCharm 提供了一个自动修复 'Generate stubs for binary module' 解决了这个问题。