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