I am trying to set up a Django-Apache platform to host my Django Application on my local network.
I am facing an issue with installing the mod_wsgi module with the command :
'''
pip install mod_wsgi
'''
The command is actually downloading all the versions of mod_wsgi starting from mod_wsgi-4.1.0 to mod_wsgi-4.9.0 and is ultimately getting terminated while raising the error: ERROR: No matching distribution found for mod_wsgi and ModuleNotFoundError: No module named '_distutils_hack'.
Given below is the screenshot of the issue:

Please help me resolve this.