Hello
Due to the
switch to python3 in sage 9.0.beta6, all patchbots are broken right now, unless they were already running python3.
So everybody running a patchbot must stop their patchbot, make distclean and start them from fresh on top of sage 9.0.beta6
If you want to go on running a patchbot on python2, which could be useful, you will need to do once
make configure
./configure --with-python=2
make
and hopefully the patchbot will remain using python2 after each release.