pgcli: pgcli get stuck indefinitely on Windows
I’m using Powershell on ConEmu to run pgcli after installing it via pip, and it just gets stuck when I run pgcli. Only pgcli --help outputs the help, nothing else works.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 21 (10 by maintainers)
@kumarharsh This latest exception you’re seeing is due to a known bug that is fixed in master. Can you try upgrading directly from master using the following command?
Works like a charm!
@darikg I got it working using @j-bennet’s suggestion:
However, after I write the first word in the cli, say `SEL…<ENTER>’ to select the ‘SELECT’ keyword and then I press <kbd>Space</kbd>, there is an error thrown:
I can, however, keep writing the rest of the command. But the autocomplete breaks after that, and never triggers.