Package Details: python-dvc-data 3.16.12-1

Git Clone URL: https://aur.archlinux.org/python-dvc-data.git (read-only, click to copy)
Package Base: python-dvc-data
Description: DVC’s data management subsystem
Upstream URL: https://github.com/iterative/dvc-data
Licenses: Apache-2.0
Submitter: alerque
Maintainer: alerque
Last Packager: alerque
Votes: 0
Popularity: 0.000000
First Submitted: 2022-06-08 10:47 (UTC)
Last Updated: 2025-08-21 07:26 (UTC)

Latest Comments

cebtenzzre commented on 2025-10-25 21:27 (UTC)

This depends on python-sqltrie but that isn't expressed in the PKGBUILD:

Traceback (most recent call last):
  File "/usr/lib/python3.13/site-packages/dvc/cli/__init__.py", line 212, in main
    ret = cmd.do_run()
  File "/usr/lib/python3.13/site-packages/dvc/cli/command.py", line 44, in do_run
    return self.run()
           ~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/dvc/commands/get.py", line 30, in run
    return self._get_file_from_repo()
           ~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/dvc/commands/get.py", line 33, in _get_file_from_repo
    from dvc.repo import Repo
  File "/usr/lib/python3.13/site-packages/dvc/repo/__init__.py", line 63, in <module>
    class Repo:
    ...<613 lines>...
            self.close()
  File "/usr/lib/python3.13/site-packages/dvc/repo/__init__.py", line 72, in Repo
    from dvc.repo.fetch import fetch  # type: ignore[misc]
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/dvc/repo/fetch.py", line 7, in <module>
    from dvc_data.index import DataIndex, FileStorage
  File "/usr/lib/python3.13/site-packages/dvc_data/index/__init__.py", line 1, in <module>
    from .add import add  # noqa: F401
    ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/dvc_data/index/add.py", line 3, in <module>
    from .build import build_entries, build_entry
  File "/usr/lib/python3.13/site-packages/dvc_data/index/build.py", line 10, in <module>
    from .index import DataIndex, DataIndexEntry, FileStorage
  File "/usr/lib/python3.13/site-packages/dvc_data/index/index.py", line 9, in <module>
    from sqltrie import JSONTrie, PyGTrie, ShortKeyError, SQLiteTrie
ModuleNotFoundError: No module named 'sqltrie'

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

Dependency python-shortuuid is not needed.