Conversation
romainr
left a comment
There was a problem hiding this comment.
👍 We can fix the issues in follow-up when making the Web Sockets GA
|
ERROR: Cannot install -r /root/repo/desktop/core/requirements.txt (line 11), -r /root/repo/desktop/core/requirements.txt (line 13), -r /root/repo/desktop/core/requirements.txt (line 14), -r /root/repo/desktop/core/requirements.txt (line 7) and Django==3.0.12 because these package versions have conflicting dependencies. The conflict is caused by: To fix this you could try to:
|
|
Upgrade django-babel 0.6.2 --> to remove FYI: could also use one the fork does not work You can point to a git directly, e.g. |
b0a2a14 to
2d7ad95
Compare
For this type of error, I was trying to understand that what changes between python2 and python3 but not found as of now. |
|
Quick hint, seems to come from:
|
|
|
||
| @check_job_access_permission() | ||
| def create_coordinator(request, workflow=None): | ||
| def create_coordinator(request, workflow=None, *args, **kwargs): |
There was a problem hiding this comment.
Feels kind of invalid but this code should not be used anymore

…to Django==3.0.12
What changes were proposed in this pull request?
Upgrading other packages version as per requirement of Django==3.0.12
How was this patch tested?