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
Python 3.9 removed the function encodestring from base64 module which makes the plugin fail to start in my system. I have a local fix by using the equivalent function encodebytes, which was introduced in 3.0 but I don't know if this would break supported installations. I can open a PR with the fix if desired.
The text was updated successfully, but these errors were encountered:
Python 3.9 removed the function
encodestring
from base64 module which makes the plugin fail to start in my system. I have a local fix by using the equivalent functionencodebytes
, which was introduced in 3.0 but I don't know if this would break supported installations. I can open a PR with the fix if desired.The text was updated successfully, but these errors were encountered: