insanum / gcalcli

Google Calendar Command Line Interface
MIT License
3.27k stars 307 forks source link

GCalCli won't install on Ubuntu 20 #579

Open mbrylewi opened 3 years ago

mbrylewi commented 3 years ago

Here is what I got installing from package:

obraz

Here is what I got installing manually:

~/gcalcli$ python setup.py install File "setup.py", line 15 print('Warning: No long description generated.', file=sys.stderr) ^ SyntaxError: invalid syntax

Any idea how to fix this?

shaicoleman commented 3 years ago

You are running it through Python2, Python3 is required.

If you're still getting probably after using Python3, try installing it through pipx https://pipxproject.github.io/pipx/