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.

Getting pgcli to work on Windows 7

See original GitHub issue

Description

I am not able to install pgcli via pip on Windows. I have tried to install a binary of psycopg2 (as suggested in issue #108) in advance but to no avail. Does anybody have a step-by-step guide on how to do that?

Your environment

  • Please provide your OS and version information. Windows 7 64bit
  • Please provide your CLI version.
  • What is the output of pip freeze command.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
j-bennetcommented, Nov 29, 2018

Yes, newer versions of pgcli bumped psycopg requirement to psycopg2 >= 2.7.4,<2.8:

https://github.com/dbcli/pgcli/blob/3b9041fe36798639b4316fb3e413ac7a04c43da3/setup.py#L19

and I don’t see any binaries for that in linked issue (previously the problem was solved with binaries from http://www.stickpeople.com/projects/python/win-psycopg/).

@dbcli/pgcli-core Any of you use Windows / able to help?

0reactions
tinmanjkcommented, Dec 1, 2018

Thanks for the suggestion. Was hoping for something ‘simpler’ though.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install - pgcli
The easiest way install pgcli on an macOS machine is to use Homebrew. Please be aware that this will install postgresql if it's...
Read more >
pgcli · PyPI
The easiest way to install pgcli is using Homebrew. ... Done! Alternatively, you can install pgcli as a python package using a package...
Read more >
dbcli/pgcli - Gitter
hello all, i got 2 questions about mycli usage in windows 7: 1, how can PowerCmd work with mycli? i trid and it's...
Read more >
Postgres "psql not recognized as an internal or external ...
I had your issue and got it working again (on windows 7). ... Find your binaries file where it is saved. get the...
Read more >
PGCLI: Python package for a interactive Postgres CLI
I have selected the EMNS database in my local postgres server. You also have multiple options to select and use in it like...
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