How to fix ModuleNotFoundError: No module named 'future'

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

Verification

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