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
Use a pip installed breezy and apply patches to make it work.
The first is a bug in the code (missing import) the 2nd an
incompatibility with Python3 where `sys.stdin` is a string buffer while
a byte buffer is expected. `sys.stdin.buffer` can be used for that as
done in later breezy versions.
0 commit comments