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