python-poetry / python-poetry/poetry-plugin-export
poetry self add poetry-plugin-export doesn't work with poetry 1.8.2
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 335
- Forks
- 57
- Avg merge
- 1h 23m
- Merged PRs (30d)
- 3
Description
I tried to install the plugin with poetry self add poetry-plugin-export with Poetry version 1.8.2 and Python version 3.9.20.
I get the following error:
Because no versions of poetry-plugin-export match >1.9.0,<2.0.0
and poetry-plugin-export (1.9.0) depends on poetry (>=2.0.0,<3.0.0), poetry-plugin-export (>=1.9.0,<2.0.0) requires poetry (>=2.0.0,<3.0.0).
So, because poetry-instance depends on both poetry (1.8.2) and poetry-plugin-export (^1.9.0), version solving failed.
When I try specifying an older version of the plugin explicitly, it works as expected:
poetry self add poetry-plugin-export==1.8.0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing poetry self add poetry-plugin-export with Poetry 1.8.2 and Python 3.9.20, then inspect the plugin's dependency constraints and release metadata. Compare the failing default install with the working poetry-plugin-export==1.8.0 case; done means the compatibility behavior is corrected or the supported version requirement is made explicit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100