gpt4 book ai didi

python-3.x - Python3-tk 已经安装,但是 python3.7 找不到模块 tkinter

转载 作者:行者123 更新时间:2023-12-04 18:36:29 28 4
gpt4 key购买 nike

我正在使用一些在后台运行 tensorflow 的 python3.7 代码。当我运行它时,我收到以下错误:

import tkinter as Tk
ModuleNotFoundError: No module named 'tkinter'

我做了一些谷歌搜索,发现我需要安装 python3-tk 所以我运行了以下命令:
sudo apt-get install python3-tk

并获得以下输出,确认它已安装:
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-tk is already the newest version (3.5.1-1).
0 upgraded, 0 newly installed, 0 to remove and 108 not upgraded.

然而,当我进入我的 python3.7 解释器并使用以下命令对其进行测试时
$python3.7
>> import tkinter

我得到以下输出,说它没有安装:
$ python3.7
Python 3.7.3 (default, Mar 26 2019, 01:59:45)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'tkinter'

当 apt 已经认为它已安装时,如何让 tkinter 在 python3.7 上运行?另一方面,我不在 Ubuntu 16 上。

最佳答案

@davedwards 使用以下命令解决了这个问题:

sudo apt-get install python3.7-tk

关于python-3.x - Python3-tk 已经安装,但是 python3.7 找不到模块 tkinter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56178149/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com