Package Details: pgcli-git v3.4.0.r1.g25eb9f54-1

Git Clone URL: https://aur.archlinux.org/pgcli-git.git (read-only, click to copy)
Package Base: pgcli-git
Description: a command line interface for Postgres with auto-completion and syntax highlighting
Upstream URL: http://pgcli.com/
Licenses: BSD
Conflicts: pgcli
Provides: pgcli
Submitter: fzerorubigd
Maintainer: fzerorubigd
Last Packager: fzerorubigd
Votes: 13
Popularity: 0.000010
First Submitted: 2015-02-17 07:53 (UTC)
Last Updated: 2022-02-27 12:29 (UTC)

Latest Comments

1 2 Next › Last »

MarsSeed commented on 2022-02-26 00:29 (UTC)

GitHub is permanently discontinuing git:// protocol access by mid-March.

Please kindly update the Git repo URL in source array to use git+https:// protocol.

locuaz commented on 2022-01-05 19:34 (UTC)

@fzerorubigd, I've solved this problem with these steps (by using Python 3.10.1):

$ sudo pacman -Rsn pgcli-git
$ pip install pgspecial cli_helpers
$ pip install -U pgcli

fzerorubigd commented on 2022-01-05 19:03 (UTC)

@locuaz strange. but please remove both python-pgspecial and python-cli_helpers as well, then try to rebuild this one. it seems that the new python version is the reason, not sure tho.

locuaz commented on 2022-01-04 05:40 (UTC) (edited on 2022-01-04 05:41 (UTC) by locuaz)

Recently I've updated my system (Manjaro KDE) and I cannot run pgcli anymore, so I've uninstalled, and installed pgspecial, and installed this package again, and I get this error:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.10/site-packages/pgcli/main.py", line 6, in <module>
    from pgspecial.namedqueries import NamedQueries
ModuleNotFoundError: No module named 'pgspecial'

Nukesor commented on 2020-12-12 12:03 (UTC)

This is gissing a dependency:

community/python-pendulum

ArteS commented on 2018-06-16 04:28 (UTC) (edited on 2018-06-16 04:33 (UTC) by ArteS)

Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3.6/site-packages/pgcli/main.py", line 46, in <module> import keyring ModuleNotFoundError: No module named 'keyring'</module></module></string>

You must add the missing package depending: 'python-keyring'

ArteS commented on 2017-07-25 01:00 (UTC) (edited on 2018-06-16 04:28 (UTC) by ArteS)

An error occurred after the update: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3.6/site-packages/pgcli/main.py", line 19, in <module> from cli_helpers.tabular_output import TabularOutputFormatter ModuleNotFoundError: No module named 'cli_helpers'</module></module></string>

You must add the missing package depending: "python-cli_helpers"

fzerorubigd commented on 2016-03-16 16:17 (UTC)

@Svenstaro thanks for your heads-up. updated. Also create some required and new package :)

svenstaro commented on 2016-03-16 13:24 (UTC)

Please take care of the package! It currently doesn't build due to upstream changes.

tomi77 commented on 2016-03-03 11:36 (UTC)

the package also requires python-humanize