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
pip install -r requirements/base.txt with Wagtail<=5.0.0
2.ERROR: Cannot install -r requirements/base.txt (line XX), wagtail-tag-manager and wagtail==4.2.4 because these package versions have conflicting dependencies.
Expected behavior
That Wagtail Tag Manager worked with Wagtail 4.2.4 like the setup.py indicates.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Cannot install Wagtail==4.2.4 because wagtail-modeladmin requires Wagtail >= 5 and wagtail-tag-manager requires "wagtail_modeladmin>=1.0.0,<1.1.0",
wagtail-tag-manager/setup.py
Line 6 in b416601
To Reproduce
Steps to reproduce the behavior:
2.ERROR: Cannot install -r requirements/base.txt (line XX), wagtail-tag-manager and wagtail==4.2.4 because these package versions have conflicting dependencies.
Expected behavior
That Wagtail Tag Manager worked with Wagtail 4.2.4 like the setup.py indicates.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: