Bug#1053449: VisiData requires python3-pkg-resources

2023-12-15 Thread Anja
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  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 
> import visidata.main
>   File "/usr/lib/python3/dist-packages/visidata/__init__.py", line 102, in
> 
> import visidata.main
>   File "/usr/lib/python3/dist-packages/visidata/main.py", line 19, in
> 
> 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.
>


Bug#1053449: VisiData requires python3-pkg-resources

2023-10-04 Thread Daniel Carpenter
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 
import visidata.main
  File "/usr/lib/python3/dist-packages/visidata/__init__.py", line 102, in

import visidata.main
  File "/usr/lib/python3/dist-packages/visidata/main.py", line 19, in

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.