Ryex/Rabbyt

pip install rabbyt does not work for python 3 on windows

dublank opened this issue · 0 comments

I am trying to install Rabbyt for python 3 on windows 10. However it fails with error:

pip install rabbyt

Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\wardb\AppData\Local\Temp\pip-install-8h2hn8u0\rabbyt\setup.py", line 17
        print "*"*80
                ^
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print("*"*80)?

So apparently it is trying to execute python 2 code. Could you let me know how to install on windows with only python3?