question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pgcli get stuck indefinitely on Windows

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:21 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
amjithcommented, Sep 1, 2016

@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?

pip install -U https://github.com/dbcli/pgcli/archive/master.zip
1reaction
kumarharshcommented, Sep 2, 2016

Works like a charm!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found