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 bc2ed87 commit 59b29f5Copy full SHA for 59b29f5
1 file changed
lib/matplotlib/backends/_backend_tk.py
@@ -37,10 +37,10 @@
37
is_uv_python = "/uv/python" in (os.path.realpath(sys.executable))
38
if is_uv_python:
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 update your python via: "
43
- "`uv self update && uv python upgrade --reinstall`"
+ "Failed to import tkagg backend. You appear to be using an outdated "
+ "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