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
SolverProblemError
Because yourmodule depends on hooks (rev main) which depends on regex (^2021.11.10), regex is required.
So, because yourmodule depends on regex (^2022.3.2), version solving failed.
and
SolverProblemError
Because yourmodule depends on hooks (rev main) which depends on regex (^2021.11.10), regex is required.
So, because yourmodule depends on regex (^2022.3.2), version solving failed.
specifically, this came up when migrating a project to Poetry.
Suggested Fix
Update the versions.
The text was updated successfully, but these errors were encountered:
I was manually adding packages to poetry, I did not apply a version restriction to regex so the latest regex version caused the same issue for me too
SolverProblemError
Because hooks (rev v0.3.0) depends on regex (^2021.11.10)
and myapp depends on regex (^2022.3.15), hooks is forbidden.
So, because myapp depends on hooks (tag v0.3.0), version solving failed.
But I've worked around it for now by downgrading the myapp regex dependency to (^2021.11.10) as I didn't actually need the latest version).
Description
Some of the version restrictions, namely:
are causing solver problems:
and
specifically, this came up when migrating a project to Poetry.
Suggested Fix
Update the versions.
The text was updated successfully, but these errors were encountered: