-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
[macOS 11.01, M1 Chip] Symbol not found: _PQbackendPID #1208
Comments
Same problem and save environment here... i spent 1 day around this problem. |
@ValerioMC FYI, I gave up on it eventually. Installed postgresql@12 via homebrew and linked those libraries via |
My two cents... solved by |
Brilliant Thank You |
Hey 👋 I struggled with installing psycopg2 on the new Apple Mac M1. The solution that finally worked for me for installing not only psycopg2, but also other packages (e.g. pandas and numpy) was using Conda. Created a virtual environment with conda, installed these packages that were having some problems with the M1 (such as psycopg2) with conda install psycopg2 and it worked! |
Hi everyone. After trying everything out, the solution that worked was this one. Important! Don't forget to add |
For what it's worth, I followed all of the above and linked advice to no avail. I was only able to get everything working from the advice here after deleting and recreating the |
Deleted last nonsense comment. |
What worked with me on M1 Chip
|
Hello there. I'm trying to get
psycopg2-binary
running on Python 3.9.0 running natively on Apple Silicon architecture. The installation is successful, but if I try to run Django (2.2.17 in this case) I receive the following error:Install log:
I realise that Apple Silicon is very new and not officially supported by most projects, but if anyone has time to help, I'd super appreciate it. Thanks.
The text was updated successfully, but these errors were encountered: