Open hiwanz opened 1 year ago
This issue is similar to https://github.com/actions/setup-python/issues/649 , but the solution did not work for me.
Hi @hiwanz,
Did you try upgrading your Python version? I faced a similar issue. The reason seems to be that tkinter
(specifically tk.h
) is a pre-built Python library, and its version appears to be incompatible with libtk.a
. To upgrade the tkinter
version, you might want to try upgrading your Python version.
Hi @hiwanz,
Did you try upgrading your Python version? I faced a similar issue. The reason seems to be that
tkinter
(specificallytk.h
) is a pre-built Python library, and its version appears to be incompatible withlibtk.a
. To upgrade thetkinter
version, you might want to try upgrading your Python version.
It might work, but I'd like to know if there is any solution that solves the problem with Python <3.11
Describe the bug
To Reproduce
run
svc-gui
in terminalAdditional context
No response
Version
3.14.1
Platform
macOS Ventura V13.4
Code of Conduct
No Duplicate