如何修复 ModuleNotFoundError:没有名为“_tkinter”的模块的错误

发布于 2025-01-09 19:27:20 字数 624 浏览 0 评论 0原文

我从 Windows 计算机使用 PyCharm 连接到远程服务器(谷歌云虚拟机实例 - Centos7),并希望通过 PyCharm 使用远程计算机的 python3.8.8 执行代码。但是,我收到错误消息

File "/usr/local/lib/python3.8/tkinter/init.py", line 36, in

import _tkinter # 如果失败,你的 Python 可能无法配置 Tk

ModuleNotFoundError: No module named '_tkinter'

我尝试做一些不同的 pip 安装 (pip install 的输出

python3-tkinter、pip install python3-tk、pip install python3.8-tkinter 等), “pip install python3-tkinter”

已经是包 python3-tkinter-3.6.8-18.el7.x86_64已安装且最新版本 没什么可做的。

这是 python3.6 的 tkinter 吗?

我该如何修复这个错误?

I connected to the remote server (google cloud VM instance - Centos7) with PyCharm from my Windows computer and wanted to execute the code using the remote computer's python3.8.8 via PyCharm. However, I got the error that says

File "/usr/local/lib/python3.8/tkinter/init.py", line 36, in

import _tkinter # If this fails your Python may not be configured for Tk

ModuleNotFoundError: No module named '_tkinter'

I tried to do some different pip installs (pip install python3-tkinter, pip install python3-tk, pip install python3.8-tkinter, etc.) and output of

"pip install python3-tkinter" is

Package python3-tkinter-3.6.8-18.el7.x86_64 already installed and latest version
Nothing to do.

Is this tkinter for python3.6?

How can I fix this error?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文