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 recently got a node install conflict that points to dynamicprompts having too specific of a dependency requirement:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
dynamicprompts 0.30.2 requires jinja2~=3.1, but you have jinja2 3.0.3 which is incompatible.
If you were to pin to >=3.1,<4 that would enable the use of non-breaking upgrades to Jinja from other packages.
The text was updated successfully, but these errors were encountered:
I recently got a node install conflict that points to
dynamicprompts
having too specific of a dependency requirement:If you were to pin to
>=3.1,<4
that would enable the use of non-breaking upgrades to Jinja from other packages.The text was updated successfully, but these errors were encountered: