poetry-plugin-export icon indicating copy to clipboard operation
poetry-plugin-export copied to clipboard

Downgrade of cffi fails

Open loleg opened this issue 9 months ago • 1 comments

On a fresh installation of Poetry 2.1.1 (this was also a problem on 2.0.1), installing the export plugin tries to downgrade cffi which is problematic due to compatibility issues with Python 3.13.

In my console:

$ poetry self add poetry-plugin-export
Using version ^1.9.0 for poetry-plugin-export

Updating dependencies
Resolving dependencies... (0.4s)

Package operations: 1 install, 18 updates, 0 removals

  - Downgrading cffi (1.17.1 -> 1.16.0): Failed

PEP517 build of a dependency failed

loleg avatar Mar 12 '25 09:03 loleg

duplicate https://github.com/python-poetry/poetry/issues/9841, please close

tldr I recommend never using poetry self

dimbleby avatar Mar 12 '25 16:03 dimbleby

I'm on Linux and not Windows, and if I do poetry self update it's the same problem, so I am closing this issue.

Thanks for the tip: perhaps the installation docs should warn against this too.

loleg avatar May 01 '25 07:05 loleg