Skip to content

Commit ed12aa9

Browse files
authored
Mentioned fix in recent python-build-standalone
1 parent c332377 commit ed12aa9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/backends/_backend_tk.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646
raise ImportError(
4747
"Failed to import tkagg backend. This is likely caused by using a "
4848
"Python executable based on python-build-standalone, which is not "
49-
"compatible with Tk. "
50-
"Please use another Python interpreter or select another backend."
49+
"compatible with Tk. Recent versions of python-build-standalone "
50+
"should be compatible with Tk. Please update your python version "
51+
"or select another backend."
5152
) from e
5253
else:
5354
raise

0 commit comments

Comments
 (0)