How to fix ModuleNotFoundError: No module named 'aiohappyeyeballs'

ModuleNotFoundError: No module named 'aiohappyeyeballs'
Recommended: Install via pip into your active environment.
python -m pip install aiohappyeyeballs

Verification

Command
python -c "import aiohappyeyeballs; print(aiohappyeyeballs.__version__)"
Expected output
Success! aiohappyeyeballs version x.y.z (e.g., 2.4.0)