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
Seems like most of the 0install tools are all python2-based. Is there any plan to make the upgrade to python3? Python2 is deprecated and no longer supported.
Im particularly facing issues with this when following the template, publish, release and compile process.
To give an example, trying to sign the XML program Im getting:
$> 0publish HelloWorld.xml --xmlsign
AttributeError: module 'base64' has no attribute 'encodestring'
And apparently there's no more support for this?
The text was updated successfully, but these errors were encountered:
Seems like most of the 0install tools are all python2-based. Is there any plan to make the upgrade to python3? Python2 is deprecated and no longer supported.
Im particularly facing issues with this when following the template, publish, release and compile process.
To give an example, trying to sign the XML program Im getting:
And apparently there's no more support for this?
The text was updated successfully, but these errors were encountered: