Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dublank opened this issue Jun 8, 2019 · 0 comments
Open

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

dublank opened this issue Jun 8, 2019 · 0 comments

Comments

@dublank
Copy link

dublank commented Jun 8, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant