insanum / gcalcli

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

DeprecationWarning #675

Open newmanth opened 4 months ago

newmanth commented 4 months ago

I'm getting this error message with any command:

==================

~$ gcalcli --version /usr/bin/gcalcli:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import load_entry_point usage: gcalcli [-h]...{full list of options} gcalcli: error: argument command: invalid choice: '' (choose from 'list', 'search', 'edit', 'delete', 'agenda', 'updates', 'conflicts', 'calw', 'calm', 'quick', 'add', 'import', 'remind')

============================

Running Ubunty 23.10 with gcalcli version 4.3.0-1

It seems like the deprecationwarning is being treated as the command. Is there someway to turn off the notification?