Opened 4 days ago
Last modified 45 hours ago
#36272 new Bug
[MacOS] geoip aka libgeoip disabled on 2024-12-12
Description ¶
While following the GeoDjango installation instructions for MacOS, I encountered the following error regarding libgeoip
, an alternative name for geoip
per the Homebrew Formulae page.
$ brew install libgeoip Error: geoip has been disabled because it has an archived upstream repository! It was disabled on 2024-12-12.
Django Project Docs:
https://docs.djangoproject.com/en/5.1/ref/contrib/gis/install/#homebrew
Django Source:
https://github.com/django/django/blob/922c1c732a47c02aa5ef28b0b1a2bd9bc9b92d87/docs/ref/contrib/gis/install/index.txt#L272C6-L272C28
Related Blog Post:
https://blog.maxmind.com/2020/06/retirement-of-geoip-legacy-downloadable-databases-in-may-2022/
According to the ticket's flags, the next step(s) to move this issue forward are:
- To provide a patch by sending a pull request. Claim the ticket when you start working so that someone else doesn't duplicate effort. Before sending a pull request, review your work against the patch review checklist. Check the "Has patch" flag on the ticket after sending a pull request and include a link to the pull request in the ticket comment when making that update. The usual format is:
[https://github.com/django/django/pull/#### PR]
.
Change History (2)
comment:1 by , 3 days ago
Summary: | geoip aka libgeoip disabled on 2024-12-12 → [MacOS] geoip aka libgeoip disabled on 2024-12-12 |
---|
comment:2 by , 45 hours ago
Triage Stage: | Unreviewed → Accepted |
---|