How to fix ModuleNotFoundError: No module named 'editables'

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

Verification

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