Package Details: python-dvc-render 1.0.2-3

Git Clone URL: https://aur.archlinux.org/python-dvc-render.git (read-only, click to copy)
Package Base: python-dvc-render
Description: Library for rendering DVC plots
Upstream URL: https://github.com/iterative/dvc-render
Licenses: Apache-2.0
Submitter: alerque
Maintainer: alerque
Last Packager: alerque
Votes: 0
Popularity: 0.000000
First Submitted: 2022-04-06 10:48 (UTC)
Last Updated: 2024-12-23 13:11 (UTC)

Latest Comments

micwoj92 commented on 2025-03-24 23:54 (UTC)

Needs python-flatten-dict in deps:

Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import dvc_render
  File "/usr/lib/python3.13/site-packages/dvc_render/__init__.py", line 7, in <module>
    from .plotly import ParallelCoordinatesRenderer  # noqa: F401
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/dvc_render/plotly.py", line 5, in <module>
    from .utils import list_dict_to_dict_list
  File "/usr/lib/python3.13/site-packages/dvc_render/utils.py", line 1, in <module>
    from flatten_dict import flatten  # type: ignore[import]
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'flatten_dict'