You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I am trying to install Rabbyt for python 3 on windows 10. However it fails with error:
So apparently it is trying to execute python 2 code. Could you let me know how to install on windows with only python3?
The text was updated successfully, but these errors were encountered: