The `poetry shell` plugin was removed from Poetry 2.0 - https://python-poetry.org/blog/announcing-poetry-2.0.0/#poetry-export-and-poetry-shell-only-available-via-plugins Either need to - Remove references to `poetry shell` (and replace with `poetry run ...`) - Or add `poetry-plugin-shell` as a required project Poetry plugin Oversight in - #246
The
poetry shellplugin was removed from Poetry 2.0Either need to
poetry shell(and replace withpoetry run ...)poetry-plugin-shellas a required project Poetry pluginOversight in