setuptools which is incompatible
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
google-auth 1.21.1 requires setuptools>=40.3.0, but you'll have setuptools 39.0.1 which is incompatible.
To fix
- pip install --upgrade setuptools