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
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/pph/ripyl/ripyl/__init__.py", line 13, in <module>
import ripyl.config
File "/Users/pph/ripyl/ripyl/config.py", line 101
print 'Cython status'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Cython status')?```
The text was updated successfully, but these errors were encountered:
Using Python 3.8 on macOS Catalina
The text was updated successfully, but these errors were encountered: