You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current project's supported Python range (>=3.12) is not compatible with some of the required packages Python requirement: - loguru requires Python <4.0,>=3.5, so it will not be installable for Python >=4.0Because loguru (0.7.3) requires Python <4.0,>=3.5 and no versions of loguru match >0.7.3, loguru is forbidden.So, because ragondin depends on loguru (>=0.7.3), version solving failed. * Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties For loguru, a possible solution would be to set the `python` property to ">=3.12,<4.0"
The text was updated successfully, but these errors were encountered:
Description
I'm having a problem installing project's dependencies using
poetry
.System Info
OS Version:
Installed python versions:
Default python version:
Poetry version:
Reproducing the problem
When I run:
$ poetry config virtualenvs.in-project true $ poetry install
I get:
The text was updated successfully, but these errors were encountered: