How to fix ModuleNotFoundError: No module named 'executing'

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

Verification

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