gcalcli icon indicating copy to clipboard operation
gcalcli copied to clipboard

GCalCli won't install on Ubuntu 20

Open mbrylewi opened this issue 4 years ago • 1 comments
trafficstars

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?

mbrylewi avatar Jan 09 '21 21:01 mbrylewi

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/

shaicoleman avatar Feb 12 '21 16:02 shaicoleman