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 ed12aa9 commit 6d1f6d3Copy full SHA for 6d1f6d3
lib/matplotlib/backends/_backend_tk.py
@@ -39,8 +39,8 @@
39
raise ImportError(
40
"Failed to import tkagg backend. You appear to be using an outdated "
41
"version of uv's managed Python distribution which is not compatible "
42
- " with Tk. Please upgrade to the latest uv version, then update "
43
- " Python with: `uv python upgrade --reinstall`"
+ "with Tk. Please upgrade to the latest uv version, then update "
+ "Python with: `uv python upgrade --reinstall`"
44
) from e
45
else:
46
0 commit comments