insanum / gcalcli

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

Fixed import error by replacing apiclient with googleapiclient #623

Open bdaigle opened 2 years ago

bdaigle commented 2 years ago

I got an import error ('No module named apiclient.discovery') after upgrading my Linux OS. Replacing apiclient with googleapiclient fixed it.