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