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