# Poetry 2.0 export command does not exist poetry-plugin-export official

Status: search-observed
Product: Poetry
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/poetry-2-0-export-command-does-not-exist-poetry-plugin-export-official
Machine JSON: https://gitdocs.org/api/fixes/poetry-2-0-export-command-does-not-exist-poetry-plugin-export-official.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

The project files cannot prove whether a familiar command still ships in the CLI core or now requires an external plugin.

## Fix

```
Verifier checks a declared/reproducible plugin dependency or the supported replacement command. Check reproducibility from a clean environment and artifact contents where relevant.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- Poetry 2.0 export command does not exist poetry-plugin-export official
- site:python-poetry.org poetry export plugin export
- https://python-poetry.org/docs/plugins/
- https://github.com/python-poetry/poetry-plugin-export
- 'export' in https://python-poetry.org/history/

## Sources

- Poetry 2.0.0: https://python-poetry.org/blog/announcing-poetry-2.0.0/
- Official reference opened by Codex: https://python-poetry.org/docs/plugins/
- GitHub source file or repository reference: https://github.com/python-poetry/poetry-plugin-export
