skip to Main Content

502 Bad Gateway in GAE with Django, & Log say "libBLT.2.5.so.8.6 No such file or directory" – Nginx

Django 4.0.4 Python 3.8.9 I deployed Django App to GAE. But I got "502 Bad Gateway" error. And I checked server logs. That is below. Traceback (most recent call last): File "/layers/google.python.pip/pip/lib/python3.8/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker worker.init_process() File "/layers/google.python.pip/pip/lib/python3.8/site-packages/gunicorn/workers/base.py", line…

VIEW QUESTION

Postgresql – Apple M1 run Django display symbol not found in flat namespace '_PQbackendPID'

I am use django to build the project, when I run python manage.py makemigrations it get the error message: Traceback (most recent call last): File "/Users/mingzhe/Desktop/webapp/electric/env/lib/python3.10/site-packages/django/db/backends/postgresql/base.py", line 24, in <module> import psycopg2 as Database File "/Users/mingzhe/Desktop/webapp/electric/env/lib/python3.10/site-packages/psycopg2/__init__.py", line 51, in <module>…

VIEW QUESTION
Back To Top
Search