If you use wp-cli, this is a real pain, so I’ve changed:
$this->WP_Widget('author_image', __('Author Image', 'sem-author-image'), $widget_ops)
to
parent::__construct('author_image', __('Author Image', 'sem-author-image'), $widget_ops)
in the constructor of the author_image widget (I’m giving no futher information as I strongly discourage you from editing the source code of plugins unless you know what you’re doing)