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 use poetry to manage my dependencies and go the following error which prevented me from installing ApiLogicServer. I could install ApiLogicServer with pip but using poetry is my preferred option.
poetry add apilogicserver
Using version ^10.4.32 for apilogicserver
Because safrs (3.1.3) depends on Werkzeug (>=2.3.8)
and no versions of safrs match >3.1.3, safrs (>=3.1.3) requires Werkzeug (>=2.3.8).
And because apilogicserver (10.4.32) depends on both Werkzeug (2.3.3) and safrs (>=3.1.3), apilogicserver is forbidden.
So, because no versions of apilogicserver match >10.4.32,<11.0.0
and api-logic-server-samples depends on apilogicserver (^10.4.32), version solving failed.
The text was updated successfully, but these errors were encountered:
I use poetry to manage my dependencies and go the following error which prevented me from installing ApiLogicServer. I could install ApiLogicServer with pip but using poetry is my preferred option.
poetry add apilogicserver
Using version ^10.4.32 for apilogicserver
Updating dependencies
Resolving dependencies... (4.0s)
Because safrs (3.1.3) depends on Werkzeug (>=2.3.8)
and no versions of safrs match >3.1.3, safrs (>=3.1.3) requires Werkzeug (>=2.3.8).
And because apilogicserver (10.4.32) depends on both Werkzeug (2.3.3) and safrs (>=3.1.3), apilogicserver is forbidden.
So, because no versions of apilogicserver match >10.4.32,<11.0.0
and api-logic-server-samples depends on apilogicserver (^10.4.32), version solving failed.
The text was updated successfully, but these errors were encountered: