Getting pgcli to work on Windows 7
See original GitHub issueDescription
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:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top 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 >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
Yes, newer versions of
pgcli
bumped psycopg requirement topsycopg2 >= 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?
Thanks for the suggestion. Was hoping for something ‘simpler’ though.