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