pgcli icon indicating copy to clipboard operation
pgcli copied to clipboard

4.3.0 - format_timestamps import error

Open im-n1 opened this issue 6 months ago • 2 comments

I just upgraded to 4.3.0 version and I get this error:

$ pgcli -V       
Traceback (most recent call last):
  File "/usr/bin/pgcli", line 5, in <module>
    from pgcli.main import cli
  File "/usr/lib/python3/dist-packages/pgcli/main.py", line 23, in <module>
    from cli_helpers.tabular_output.preprocessors import (
    ...<3 lines>...
    )
ImportError: cannot import name 'format_timestamps' from 'cli_helpers.tabular_output.preprocessors' (/usr/lib/python3/dist-packages/cli_helpers/tabular_output/preprocessors.py)

Edit: 4.2.0-1 from http://deb.debian.org/debian/pool/main/p/pgcli/ works without any issue

im-n1 avatar Mar 31 '25 11:03 im-n1