Open jreniel opened 2 months ago
Add matplotlib to your dependencies, try to use TkAgg:
import matplotlib matplotlib.use("TkAgg")
OR
import matplotlib.pyplot as plt plt.plot([0], [0]) plt.show()
A plot should appear
We get problems with TkInter not loading.
rye 0.39.0 commit: 0.39.0 (bf3ccf818 2024-08-21) platform: linux (x86_64) self-python: cpython@3.12.5 symlink support: true uv enabled: true
No response
Related to https://github.com/astral-sh/uv/issues/6893
Steps to Reproduce
Add matplotlib to your dependencies, try to use TkAgg:
OR
Expected Result
A plot should appear
Actual Result
We get problems with TkInter not loading.
Version Info
rye 0.39.0 commit: 0.39.0 (bf3ccf818 2024-08-21) platform: linux (x86_64) self-python: cpython@3.12.5 symlink support: true uv enabled: true
Stacktrace
No response