So I wanted to install one dependency ("cycle" to be exact) using "pip install". But I've came along some syntax errors
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("cycle o
nly supports Python 2.7 and higher")?
I've tried downloading the package manually and trying to install it again, but still, the same error. I don't know many stuff about python to be honest, so... yeah.