Hi! Thank you for writing in!

We actually are going to address this in the next release:
https://github.com/saulpw/visidata/issues/1911. `pkg_resources` got removed
as a hidden dependency on our development branch.

v3.0 is slated for in the next 2-4 weeks. You discovered one workaround;
the other is to install `python3-setuptools`.

On Wed, 4 Oct 2023 at 03:09, Daniel Carpenter <danseb...@gmail.com> wrote:

> Package: visidata
> Version: 2.11-1
>
> When I install visidata in a fresh debian:sid docker container, it crashes
> when I try to start it:
>
>   File "/usr/bin/vd", line 3, in <module>
>     import visidata.main
>   File "/usr/lib/python3/dist-packages/visidata/__init__.py", line 102, in
> <module>
>     import visidata.main
>   File "/usr/lib/python3/dist-packages/visidata/main.py", line 19, in
> <module>
>     from pkg_resources import resource_filename
> ModuleNotFoundError: No module named 'pkg_resources'
>
> If I also install python3-pkg-resources, it does start. Is it a dependency?
>
> I see that bullseye is not affected, but bookworm and trixie are.
>

Reply via email to