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
byte-compiling /usr/ports/security/py-pyaxo/work-py36/stage/usr/local/lib/python3.6/site-packages/pyaxo.py to pyaxo.cpython-36.pyc
File "/usr/local/lib/python3.6/site-packages/pyaxo.py", line 127
print 'Confirm ' + other_name + ' has identity key fingerprint:\n'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print 'Confirm ' + other_name + ' has identity key fingerprint:\n')?
writing byte-compilation script '/tmp/tmp0_bsh647.py'
/usr/local/bin/python3.6 /tmp/tmp0_bsh647.py
File "/usr/local/lib/python3.6/site-packages/pyaxo.py", line 127
print 'Confirm ' + other_name + ' has identity key fingerprint:\n'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print 'Confirm ' + other_name + ' has identity key fingerprint:\n')?
Project unmessage depends on both pyaxo and opuslib. opuslib is now pythin3-only, and pyaxo is pythin2-only. This makes unmessage broken.
The text was updated successfully, but these errors were encountered:
@yurivict, thank you so much for letting us know! We will fix that. unMessage itself is python2-only regardless of its dependencies, so we'll need to work on that too.
It prints these errors:
Project
unmessage
depends on bothpyaxo
andopuslib
.opuslib
is now pythin3-only, andpyaxo
is pythin2-only. This makesunmessage
broken.The text was updated successfully, but these errors were encountered: