python3 setup.py build works fine but then running the result:
$ PYTHONPATH=build/lib/ python3 build/scripts-3.5/diamond
File "build/scripts-3.5/diamond", line 112
print "Diamond version %s" % (get_diamond_version())
^
SyntaxError: invalid syntax
this is likely just the tip of the iceberg, and there is more work to do to make diamond really py3k ready
python3 setup.py build works fine but then running the result:
this is likely just the tip of the iceberg, and there is more work to do to make diamond really py3k ready