Skip to content
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

Error on pip install psycopg2cffi on Windows 10 #132

Open
charleslstone opened this issue Aug 14, 2022 · 0 comments
Open

Error on pip install psycopg2cffi on Windows 10 #132

charleslstone opened this issue Aug 14, 2022 · 0 comments

Comments

@charleslstone
Copy link

Greetings! I am getting the error below installing under pypy virtual env on Windows 10. I have read "you must have libpq headers, pg_config somewhere on your $PATH, Python development headers (python-dev or similar), and ffi-dev for cffi." and I have Path variables set up for Posgres directories containing the libpq.h files and pg_config.exe.

Any help will be appreciated. Full trace attached.

    File "C:\Users\Dad\AppData\Local\Temp\pip-install-t0v4zcb3\psycopg2cffi_aa81a359b03f4a21bf5a835bb39f404c\psycopg2cffi\_impl\libpq.py", line 2, in <module>
      from psycopg2cffi._impl._libpq import ffi, lib as libpq
  ModuleNotFoundError: No module named 'psycopg2cffi._impl._libpq'

psycopg2cffi install error win10.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant