如何修复 ModuleNotFoundError:没有名为“_tkinter”的模块的错误
我从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论