Closed siddhantdixit01 closed 1 month ago
Your Python installation was not built to include shared libraries. It needs to when used in embedded systems where dynamic loading is occurring, such as in Apache. See:
and also read:
which also talks about building shared library with Python.
It's resolved, thanks a lot! I thought it was just a warning.
I have mentioned whole log
Collecting mod_wsgi Using cached mod_wsgi-5.0.1.tar.gz (498 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: mod_wsgi Building wheel for mod_wsgi (pyproject.toml) ... error error: subprocess-exited-with-error
× Building wheel for mod_wsgi (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [321 lines of output]
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for mod_wsgi Failed to build mod_wsgi ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (mod_wsgi)