Skip to content

pip install rabbyt does not work for python 3 on windows #7

@dublank

Description

@dublank

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions