How to fix ModuleNotFoundError: No module named 'hatchling'

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

Verification

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