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 64d0b0c commit bc2ed87Copy full SHA for bc2ed87
lib/matplotlib/backends/_backend_tk.py
@@ -39,7 +39,8 @@
39
raise ImportError(
40
"Failed to import tkagg backend. You are using a uv-installed python "
41
"executable, which is not compatible with Tk. "
42
- "Please use another Python interpreter or select another backend."
+ "Please update your python via: "
43
+ "`uv self update && uv python upgrade --reinstall`"
44
) from e
45
else:
46
0 commit comments