1
I am trying to install the mod-wsgi-httpd package via the Pip command, but am getting the following error:
...
File "c:\python39\lib\urllib\request.py", line 641, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
Downloading http://www.us.apache.org/dist/apr/apr-1.5.1.tar.gz
I put only the end of the error, and can repair that it tries to download a file and does not find, I navigated to the url: http://www.us.apache.org/dist/apr/ in the browser searching for the Apr-1.5.1.tar. gz file but no longer exists, the lowest version there is at 1.6.5.
Can anyone tell me if it is possible to get around this problem?
I’m trying to do this because I want to deploy a flask api to run in windows with apache.
I found this file here: https://archive.apache.org/dist/apr/ Now how to install I do not know
– Natan Fernandes