Skip to content

Poetry project give's this error message #376

Description

@0hsn
The current project's supported Python range (>=3.13) is not compatible with some of the required packages Python requirement:
  - chk requires Python <4.0,>=3.13, so it will not be installable for Python >=4.0

Because no versions of chk match >0.5.0,<0.6.0
 and chk (0.5.0) requires Python <4.0,>=3.13, chk is forbidden.
So, because weather-fargate depends on chk (^0.5.0), version solving failed.

  * Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For chk, a possible solution would be to set the `python` property to ">=3.13,<4.0"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions