pip3 install pybwa installation failed with message:
aotgpwh/pybwa/setup.py", line 33
print "unable to get git branch"
^
SyntaxError: Missing parentheses in call to 'print'
I think this means it won't work for Python 3.x (right?). If so, maybe someone with more CS savvy than I could update this for Python 3?
pip3 install pybwainstallation failed with message:aotgpwh/pybwa/setup.py", line 33print "unable to get git branch"^SyntaxError: Missing parentheses in call to 'print'I think this means it won't work for Python 3.x (right?). If so, maybe someone with more CS savvy than I could update this for Python 3?