Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00148a8

Browse files
committed
DOC: Add install instructions for pixi and uv
Closes#29746.Notes on issues with uv an tk taken fromastral-sh/uv#6893 (comment)
1 parentb8ee229 commit00148a8

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

‎doc/index.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,32 @@ Install
2929
3030
conda install -c conda-forge matplotlib
3131
32+
..tab-item::pixi
33+
34+
..code-block::bash
35+
36+
pixi add matplotlib
37+
38+
..tab-item::uv
39+
40+
..code-block::bash
41+
42+
uv add matplotlib
43+
44+
..warning::
45+
46+
Python versions distributed by uv do not contain tk bindings that are
47+
usable by Matplotlib (see `this issue`_ for details). Therefore, the
48+
``tkagg`` backend is not available. If you want matplotlib to be able
49+
to display plots in a window, you should install one of the other
50+
:ref:`supported GUI frameworks<optional_dependencies>`, e.g.
51+
52+
..code-block::bash
53+
54+
uv add matplotlib pyside6
55+
56+
.. _this issue:https://github.com/astral-sh/uv/issues/6893#issuecomment-2565965851
57+
3258
..tab-item::other
3359

3460
..rst-class::section-toc

‎doc/install/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ precompiled wheel for your OS and Python.
2828
The following backends work out of the box: Agg, ps, pdf, svg
2929

3030
Python is typically shipped with tk bindings which are used by
31-
TkAgg.
31+
TkAgg. Notably, python-build-standalone -- used by ``uv`` -- does
32+
not include tk bindings that are usable by Matplotlib.
3233

3334
For support of other GUI frameworks, LaTeX rendering, saving
3435
animations and a larger selection of file formats, you can

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp