pgcli get stuck indefinitely on Windows
See original GitHub issueI’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.
Issue Analytics
- State:
- Created 7 years ago
- Comments:21 (10 by maintainers)
Top Results From Across the Web
Install - pgcli
macOS: The easiest way install pgcli on an macOS machine is to use Homebrew. Please be aware that this will install postgresql if...
Read more >Re: psql query gets stuck indefinitely - PostgreSQL
problem sometimes on my setup. It generally happens when the remote system is going slow for some reason (CPU utilization high etc.) ....
Read more >postgresql pgadmin keep loading forever - Stack Overflow
My environment is Window 10 and the postgresql version is 10.15 (postgresql-10.15-1-windows-x64.exe). The installation completed but when I ...
Read more >pg_restore hangs in terminal indefinitely with zero output in ...
This is the command I am using: pg_restore -f file.pgdump -U user -j 6 --verbose. This is assumes that -f filename is the...
Read more >Getting Started with PostgreSQL on Windows with Git Bash
Hi everyone, my name is Itay and I am a junior web developer. I've been trying to study SQL and at the same...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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!