Sanjeev-Thiyagarajan/fastapi-course

Issue with -cffi and psycopg2

Opened this issue · 1 comments

Looks like these 2 doesnt work .psycopg2-binary is there but not sure if it break it?
CFFI any idea?

can you describe better?
im noob also, but my problem was when using zsh you should use between '':

pip install 'psycopg2[binary]'

instead of:

pip install psycopg2[binary]