Hi there ~
The root cause is the google-auth-oauthlib[tool]. it updated and not compatible any more. So we have to define the version as 0.2.
</s>sudo python -m pip install --upgrade google-auth-oauthlib[tool]==0.2
<e>
We updated the wiki and it can work now. thanks.