Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c332377 commit ed12aa9Copy full SHA for ed12aa9
1 file changed
lib/matplotlib/backends/_backend_tk.py
@@ -46,8 +46,9 @@
46
raise ImportError(
47
"Failed to import tkagg backend. This is likely caused by using a "
48
"Python executable based on python-build-standalone, which is not "
49
- "compatible with Tk. "
50
- "Please use another Python interpreter or select another backend."
+ "compatible with Tk. Recent versions of python-build-standalone "
+ "should be compatible with Tk. Please update your python version "
51
+ "or select another backend."
52
) from e
53
else:
54
raise
0 commit comments