gpt4 book ai didi

python 不使用在 Mac 上安装 Homebrew 软件的 tkinter 8.6

转载 作者:行者123 更新时间:2023-12-01 23:33:46 26 4
gpt4 key购买 nike

我在 Mac OS 10.15.7 (Catalina) 上使用 python 3.9.1。 Python 是用 Homebrew 软件安装的。当我导入 tkinter 时,我得到的是 8.5.9 版,而我想要的是 8.6 版。

brew info tcl-tk 给出

tcl-tk: stable 8.6.10 (bottled) [keg-only]
Tool Command Language
https://www.tcl-lang.org
/usr/local/Cellar/tcl-tk/8.6.10 (3,022 files, 50.9MB)
Poured from bottle on 2020-03-10 at 17:57:25
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/tcl-tk.rb
License: TCL
==> Dependencies
Required: openssl@1.1 ✔
==> Caveats
tcl-tk is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have tcl-tk first in your PATH run:
echo 'export PATH="/usr/local/opt/tcl-tk/bin:$PATH"' >> /Users/saul/.bash_profile

For compilers to find tcl-tk you may need to set:
export LDFLAGS="-L/usr/local/opt/tcl-tk/lib"
export CPPFLAGS="-I/usr/local/opt/tcl-tk/include"

For pkg-config to find tcl-tk you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/tcl-tk/lib/pkgconfig"

==> Analytics
install: 362,394 (30 days), 390,184 (90 days), 474,512 (365 days)
install-on-request: 9,609 (30 days), 17,845 (90 days), 60,715 (365 days)
build-error: 0 (30 days)

我将建议的行放在我的 bash_profile 中,但它们似乎没有任何效果。

>>> import tkinter
>>> tcl = tkinter.Tcl()
>>> print(tcl.call("info", "patchlevel"))
8.5.9

在网上找了很多关于这个问题的资料,但是好像都和我没用过的pyenv有关,除了上面说的好像和我的有关,我也挑不出什么情况。

我需要做什么?

编辑

我也尝试将这些行添加到我的 .bashrc 文件中,但没有效果。

最佳答案

显然我的 python 已经过时了。 (我从没想过,因为它是上个月的。)无论如何,

brew update && brew upgrade python@3.9

固定的东西。

关于python 不使用在 Mac 上安装 Homebrew 软件的 tkinter 8.6,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65910347/

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