Opened 2 years ago

Last modified 2 years ago

#64429 closed defect

Python poetry dependency issues with 'keyring' — at Initial Version

Reported by: danieljamesscott (Daniel Scott) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: poetry

Description

When running poetry, I receive the following error:

pkg_resources.DistributionNotFound: The 'keyring<22.0.0,>=21.2.0' distribution was not found and is required by poetry

This seems to be caused by the file /opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/poetry-1.1.12-py3.9.egg-info/requires.txt which contains this restriction.

I currently have poetry 1.1.12 installed, which only appears to set a lower bound on keyring https://github.com/python-poetry/poetry/blob/master/pyproject.toml#L46 so I'm not sure where the upper limit is being set.

Should this limit be set? Is it possible to remove/increase the upper bound of the dependency?

Change History (0)

Note: See TracTickets for help on using tickets.