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