Wagtail 2.16 support #517
Answered
by
zerolab
winterleitner
asked this question in
Q&A
|
After upgrading to wagtail 2.16 I get the following error when doing a pip install: ERROR: Cannot install wagtail-localize==1.0.1 and wagtail~=2.16 because these package versions have conflicting dependencies. The conflict is caused by: Is wagtail localize really incompatible with Wagtail 2.16 ? |
Answered by
zerolab
Feb 7, 2022
Replies: 1 comment 2 replies
|
The 1.0.1 release is constrained to Wagtail < 2.16. The |
2 replies
Answer selected by
winterleitner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The 1.0.1 release is constrained to Wagtail < 2.16. The
mainbranch will happily install. So you can use that. Aiming to make a new release towards the end of the week