How to fix ModuleNotFoundError: No module named 'pyarrow'

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

Verification

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