Page: 148
Code: python -m pip install psycopg==3.1.18
Don't we have to install also it's binnary version pip install "psycopg[binary]"? Without this the further command on the page 150 python manage.py migrate doesn't work and gives an error django.core.exceptions.ImproperlyConfigured: Error loading psycopg2 or psycopg module
Page: 148
Code:
python -m pip install psycopg==3.1.18Don't we have to install also it's binnary version
pip install "psycopg[binary]"? Without this the further command on the page 150python manage.py migratedoesn't work and gives an errordjango.core.exceptions.ImproperlyConfigured: Error loading psycopg2 or psycopg module