On MacOS, installing with the following worked for me:
python -m pip install statsmodels
Calling pip directly (pip install statsmodels) failed to resolve the ModuleNotFoundError
pip install statsmodels