OSX and Homebrew Notes - projecthorus/chasemapper GitHub Wiki
Just some notes on getting this working on my new Macbook (M1, OSX 12 Monterey, Homebrew)
Needed the following packages from Homebrew:
$ brew install eccodes geos
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
This seemed to go and builds a few packages from source, which is a bit of a pain. Only took a few minutes though.