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
I am installing corels with poetry and there is a numpy conflict with other libraries, corels need numpy<=1.16 while other libraries require numpy>=1.20.
SolverProblemError
Because no versions of corels match >1.1.29,<2.0.0
and corels (1.1.29) depends on numpy (<=1.16), corels (>=1.1.29,<2.0.0) requires numpy (<=1.16).
And because pacmap (0.5.5) depends on numpy (>=1.20), corels (>=1.1.29,<2.0.0) is incompatible with pacmap (0.5.5).
So, because plato depends on both pacmap (0.5.5) and corels (^1.1.29), version solving failed.
The text was updated successfully, but these errors were encountered:
I am installing
corels
with poetry and there is a numpy conflict with other libraries,corels
neednumpy<=1.16
while other libraries requirenumpy>=1.20
.The text was updated successfully, but these errors were encountered: