-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting pgcli to work on Windows 7 #974
Comments
What kind of error are you getting? |
This should be it: Just wondered if there is a general solution lurking somewhere and not just hints that it is possible. |
Yes, newer versions of Line 19 in 3b9041f
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? |
I haven't tried it but I'd recommend https://www.anaconda.com/download/#windows Which includes a compiled version of psycopg2 (https://docs.anaconda.com/anaconda/packages/py3.6_win-64/) After installing anaconda you should start an "Anaconda Prompt" And run the following command: Then you should be able te start pgcli from the same anaconda prompt. |
Thanks for the suggestion. Was hoping for something 'simpler' though. |
Commit 96eb37f changed the requirement to |
The aforementioned fix has been included in version 4.1.0 of pgcli. I am closing this. |
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
Windows 7 64bit
pip freeze
command.The text was updated successfully, but these errors were encountered: