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 59b29f5 commit c332377Copy full SHA for c332377
lib/matplotlib/backends/_backend_tk.py
@@ -38,9 +38,9 @@
38
if is_uv_python:
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 with Tk. "
42
- "Please upgrade to the latest uv version, then update Python with:"
43
- "`uv python upgrade --reinstall`"
+ "version of uv's managed Python distribution which is not compatible "
+ " 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