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