skip to Main Content

Redis – Apple M1: install psycopg2 package Symbol not found: _PQbackendPID

pg_config venv ❯ which pg_config /Applications/Postgres.app/Contents/Versions/latest/bin/pg_config pip3 install -r requirements.txt requirements.txt venv ❯ cat requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ alembic==1.4.2 amqp==2.6.0 billiard==3.6.3.0 celery==4.4.6 certifi==2020.6.20 chardet==3.0.4 click==7.1.2 emoji==0.5.4 fastapi==0.59.0 future==0.18.2 h11==0.9.0 httptools==0.1.1 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation !=…

VIEW QUESTION
Back To Top
Search