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