Hello,
I want to deploy my django app but I get this error:
Apr 2 10:32:34 PM ==> Cloning from https://github.com/DevIA05/jskanban...
Apr 2 10:32:35 PM ==> Checking out commit a9dfb96d0052e0fd727ba7e5c777a45194d0fcbc in branch deploy
Apr 2 10:32:41 PM ==> Running build command 'pip install -r requirements.txt'...
Apr 2 10:32:41 PM Defaulting to user installation because normal site-packages is not writeable
Apr 2 10:32:42 PM Collecting asgiref==3.6.0
Apr 2 10:32:42 PM Downloading asgiref-3.6.0-py3-none-any.whl (23 kB)
Apr 2 10:32:42 PM Collecting Django==3.2.18
Apr 2 10:32:42 PM Downloading Django-3.2.18-py3-none-any.whl (7.9 MB)
Apr 2 10:32:42 PM ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/7.9 MB 53.0 MB/s eta 0:00:00
Apr 2 10:32:42 PM Collecting django-filter==23.1
Apr 2 10:32:42 PM Downloading django_filter-23.1-py3-none-any.whl (91 kB)
Apr 2 10:32:42 PM ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.6/91.6 kB 18.0 MB/s eta 0:00:00
Apr 2 10:32:42 PM Collecting djangorestframework==3.14.0
Apr 2 10:32:42 PM Downloading djangorestframework-3.14.0-py3-none-any.whl (1.1 MB)
Apr 2 10:32:42 PM ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 54.1 MB/s eta 0:00:00
Apr 2 10:32:43 PM Collecting Faker==18.3.2
Apr 2 10:32:43 PM Downloading Faker-18.3.2-py3-none-any.whl (1.7 MB)
Apr 2 10:32:43 PM ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 56.2 MB/s eta 0:00:00
Apr 2 10:32:43 PM Collecting psycopg2==2.9.5
Apr 2 10:32:43 PM Downloading psycopg2-2.9.5.tar.gz (384 kB)
Apr 2 10:32:43 PM ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.3/384.3 kB 40.1 MB/s eta 0:00:00
Apr 2 10:32:43 PM Preparing metadata (setup.py): started
Apr 2 10:32:43 PM Preparing metadata (setup.py): finished with status 'done'
Apr 2 10:32:43 PM Collecting python-dateutil==2.8.2
Apr 2 10:32:43 PM Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Apr 2 10:32:43 PM ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 33.1 MB/s eta 0:00:00
Apr 2 10:32:44 PM Collecting pytz==2023.3
Apr 2 10:32:44 PM Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB)
Apr 2 10:32:44 PM ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 36.0 MB/s eta 0:00:00
Apr 2 10:32:44 PM Collecting six==1.16.0
Apr 2 10:32:44 PM Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Apr 2 10:32:44 PM Collecting sqlparse==0.4.3
Apr 2 10:32:44 PM Downloading sqlparse-0.4.3-py3-none-any.whl (42 kB)
Apr 2 10:32:44 PM ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.8/42.8 kB 7.8 MB/s eta 0:00:00
Apr 2 10:32:44 PM Collecting tzdata==2023.3
Apr 2 10:32:44 PM Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
Apr 2 10:32:44 PM ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 18.7 MB/s eta 0:00:00
Apr 2 10:32:44 PM Collecting dj-database-url==1.3.0
Apr 2 10:32:44 PM Downloading dj_database_url-1.3.0-py3-none-any.whl (7.4 kB)
Apr 2 10:32:44 PM Collecting gunicorn==20.1.0
Apr 2 10:32:44 PM Downloading gunicorn-20.1.0-py3-none-any.whl (79 kB)
Apr 2 10:32:44 PM ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 5.1 MB/s eta 0:00:00
Apr 2 10:32:44 PM Requirement already satisfied: typing-extensions in /usr/local/lib/python3.7/dist-packages (from asgiref==3.6.0->-r requirements.txt (line 1)) (4.4.0)
Apr 2 10:32:44 PM Requirement already satisfied: setuptools>=3.0 in /usr/lib/python3/dist-packages (from gunicorn==20.1.0->-r requirements.txt (line 13)) (40.8.0)
Apr 2 10:32:44 PM Building wheels for collected packages: psycopg2
Apr 2 10:32:44 PM Building wheel for psycopg2 (setup.py): started
Apr 2 10:32:56 PM Building wheel for psycopg2 (setup.py): finished with status 'done'
Apr 2 10:32:56 PM Created wheel for psycopg2: filename=psycopg2-2.9.5-cp37-cp37m-linux_x86_64.whl size=525886 sha256=5128fed89f5ebbed17fe2b268fbe6cdb8fd80edd3152067b3e2b2cb72e75c642
Apr 2 10:32:56 PM Stored in directory: /opt/render/.cache/wheels/30/77/7e/778deea163626d27261621a5fc6905fe8b592f5dd8b7fa8ec5
Apr 2 10:32:56 PM Successfully built psycopg2
Apr 2 10:32:56 PM Installing collected packages: pytz, tzdata, sqlparse, six, psycopg2, gunicorn, asgiref, python-dateutil, Django, Faker, djangorestframework, django-filter, dj-database-url
Apr 2 10:32:56 PM WARNING: The script sqlformat is installed in '/opt/render/.local/bin' which is not on PATH.
Apr 2 10:32:56 PM Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Apr 2 10:32:57 PM WARNING: The script gunicorn is installed in '/opt/render/.local/bin' which is not on PATH.
Apr 2 10:32:57 PM Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Apr 2 10:32:59 PM WARNING: The script django-admin is installed in '/opt/render/.local/bin' which is not on PATH.
Apr 2 10:32:59 PM Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Apr 2 10:33:01 PM WARNING: The script faker is installed in '/opt/render/.local/bin' which is not on PATH.
Apr 2 10:33:01 PM Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Apr 2 10:33:01 PM Successfully installed Django-3.2.18 Faker-18.3.2 asgiref-3.6.0 dj-database-url-1.3.0 django-filter-23.1 djangorestframework-3.14.0 gunicorn-20.1.0 psycopg2-2.9.5 python-dateutil-2.8.2 pytz-2023.3 six-1.16.0 sqlparse-0.4.3 tzdata-2023.3
Apr 2 10:33:01 PM
Apr 2 10:33:01 PM [notice] A new release of pip is available: 23.0 -> 23.0.1
Apr 2 10:33:01 PM [notice] To update, run: python3 -m pip install --upgrade pip
Apr 2 10:33:01 PM ==> Generating container image from build. This may take a few minutes...
Apr 2 10:34:03 PM ==> Uploading build...
Apr 2 10:34:30 PM ==> Build uploaded in 21s
Apr 2 10:34:30 PM ==> Build successful 🎉
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:42 PM ==> Starting service with 'gunicorn jskanbanproject.wsgi:application'
Apr 2 10:34:42 PM bash: gunicorn: command not found
Apr 2 10:34:50 PM ==> Starting service with 'gunicorn jskanbanproject.wsgi:application'
Apr 2 10:34:50 PM bash: gunicorn: command not found
Apr 2 10:35:10 PM ==> Starting service with 'gunicorn jskanbanproject.wsgi:application'
Apr 2 10:35:10 PM bash: gunicorn: command not found
Apr 2 10:35:41 PM ==> Starting service with 'gunicorn jskanbanproject.wsgi:application'
Apr 2 10:35:41 PM bash: gunicorn: command not found
Apr 2 10:36:38 PM ==> Starting service with 'gunicorn jskanbanproject.wsgi:application'
Apr 2 10:36:39 PM bash: gunicorn: command not found
Apr 2 10:38:22 PM ==> Starting service with 'gunicorn jskanbanproject.wsgi:application'
Apr 2 10:38:22 PM bash: gunicorn: command not found
Apr 2 10:39:45 PM ==> Starting service with 'gunicorn jskanbanproject.wsgi:application'
Apr 2 10:39:45 PM bash: gunicorn: command not found
Apr 2 10:39:54 PM ==> Starting service with 'gunicorn jskanbanproject.wsgi:application'
Apr 2 10:39:54 PM bash: gunicorn: command not found
Apr 2 10:40:14 PM ==> Starting service with 'gunicorn jskanbanproject.wsgi:application'
Apr 2 10:40:14 PM bash: gunicorn: command not found
Apr 2 10:34:03 PM ==> Uploading build...
Apr 2 10:34:30 PM ==> Build uploaded in 21s
Apr 2 10:34:30 PM ==> Build successful 🎉
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:03 PM ==> Uploading build...
Apr 2 10:34:30 PM ==> Build uploaded in 21s
Apr 2 10:34:30 PM ==> Build successful 🎉
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:03 PM ==> Uploading build...
Apr 2 10:34:30 PM ==> Build uploaded in 21s
Apr 2 10:34:30 PM ==> Build successful 🎉
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Apr 2 10:34:30 PM ==> Deploying...
Failed
Exited with status 127 while running your code.
requirements.txt
asgiref==3.6.0
Django==3.2.18
django-filter==23.1
djangorestframework==3.14.0
Faker==18.3.2
psycopg2==2.9.5
python-dateutil==2.8.2
pytz==2023.3
six==1.16.0
sqlparse==0.4.3
tzdata==2023.3
dj-database-url==1.3.0
gunicorn==20.1.0
I added in Environment Variables
PYTHON_VERSION 3.10.5
In Terminal (windows)
(.env) λ which python
/c/../.env/Scripts/python
(.env) λ python --version
Python 3.10.5