Closed slgobinath closed 4 years ago
google-api-python-client
strictly requires rs
version between 3.1.4
and 4.1
. If you already have a higher version of rsa
installed, it may happen. To fix this problem, uninstall the existing rsa
module and install a version within the expected range:
sudo pip3 uninstall rsa
sudo pip3 install rsa==4.0
Finally run gcalendar
. It should run as expected.
The following error occurred while running
gcalendar
Related to https://github.com/linuxmint/cinnamon-spices-desklets/issues/540