how can I fix this

==> Cloning from GitHub - Mosanetech/school-mgmt-django-new
==> Checking out commit 92cd4df51383ea43f1b0ea529a5b2700ed20a598 in branch main
==> Using Python version 3.13.4 (default)
==> Docs on specifying a Python version: Setting Your Python Version – Render Docs
==> Using Poetry version 2.1.3 (default)
==> Docs on specifying a Poetry version: Setting Your Poetry Version – Render Docs
==> Running build command ‘pip install -r requirements.txt’…
Collecting asgiref==3.4.1 (from -r requirements.txt (line 1))
Downloading asgiref-3.4.1-py3-none-any.whl.metadata (9.2 kB)
Collecting Django==3.2.5 (from -r requirements.txt (line 2))
Downloading Django-3.2.5-py3-none-any.whl.metadata (3.9 kB)
Collecting django-widget-tweaks==1.4.8 (from -r requirements.txt (line 3))
Downloading django_widget_tweaks-1.4.8-py2.py3-none-any.whl.metadata (11 kB)
Collecting gunicorn==23.0.0 (from -r requirements.txt (line 4))
Downloading gunicorn-23.0.0-py3-none-any.whl.metadata (4.4 kB)
Collecting packaging==25.0 (from -r requirements.txt (line 5))
Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
Collecting Pillow==9.5.0 (from -r requirements.txt (line 6))
Downloading Pillow-9.5.0.tar.gz (50.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/50.5 MB 52.7 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status ‘done’
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status ‘error’
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [24 lines of output]
Traceback (most recent call last):
File “/opt/render/project/src/.venv/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py”, line 389, in
main()
~~~~^^
File “/opt/render/project/src/.venv/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py”, line 373, in main
json_out[“return_val”] = hook(**hook_input[“kwargs”])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File “/opt/render/project/src/.venv/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py”, line 143, in get_requires_for_build_wheel
return hook(config_settings)
File “/tmp/pip-build-env-32qipo4a/overlay/lib/python3.13/site-packages/setuptools/build_meta.py”, line 331, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/tmp/pip-build-env-32qipo4a/overlay/lib/python3.13/site-packages/setuptools/build_meta.py”, line 301, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File “/tmp/pip-build-env-32qipo4a/overlay/lib/python3.13/site-packages/setuptools/build_meta.py”, line 512, in run_setup
super().run_setup(setup_script=setup_script)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/tmp/pip-build-env-32qipo4a/overlay/lib/python3.13/site-packages/setuptools/build_meta.py”, line 317, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File “”, line 29, in
File “”, line 26, in get_version
KeyError: ‘version
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
==> Build failed :disappointed_face:
==> Common ways to troubleshoot your deploy: Troubleshooting Your Deploy – Render Docs