You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Windows |[Download](https://github.com/chyok/ollama-gui/releases)|
53
+
| Mac (Apple Silicon) |[Download](https://github.com/chyok/ollama-gui/releases)|
42
54
43
-
## QA
55
+
## 📋 Q&A
44
56
### I'm using a Mac, why does the application sometimes not respond when I click on it?
45
57
46
-
The issue affects macOS Sonoma users running applications that use Tcl/Tk versions 8.6.12 or older, including various Python versions. When the mouse cursor is inside the Tkinter window during startup, GUI elements become unresponsive to clicks.
58
+
The issue affects macOS Sonoma users running applications that use Tcl/Tk versions 8.6.12 or older, including various Python versions.
59
+
When the mouse cursor is inside the Tkinter window during startup, GUI elements become unresponsive to clicks.
47
60
48
61
Solution:
49
-
Update to Tcl/Tk version 8.6.13 or newer, which fixes this problem. For Python users, this can be done by:
62
+
Update to Tcl/Tk version 8.6.13 or newer, which fixes this problem.
63
+
64
+
For Python users, this can be done by:
65
+
Using Python 3.11.7 or later, which bundles the fixed Tcl/Tk version.
66
+
Using Python 3.12 or later, which already includes the fix.
67
+
https://www.python.org/downloads/macos/
50
68
51
-
Using Python 3.11.7 or later, which bundles the fixed Tcl/Tk version.
52
-
Using Python 3.12 or later, which already includes the fix.
53
69
For other Python versions, installing Tcl/Tk 8.6.13+ separately (e.g., via Homebrew) and ensuring Python uses this version.
54
70
55
-
here is the issue: https://github.com/python/cpython/issues/110218
71
+
Here is the issue: https://github.com/python/cpython/issues/110218
0 commit comments