ModuleNotFoundError: No module named 'hatchling'
python -m pip install hatchling
python -c "import hatchling; print(hatchling.__version__)"
Success! hatchling version x.y.z (e.g., 2.4.0)