The worst.

Results 5 comments of The worst.

I'm getting the same error. According to https://github.com/googleapis/google-api-python-client/issues/299 you either need to change the logging level `import logging logging.getLogger('googleapiclient.discovery_cache').setLevel(logging.ERROR)` or disable the cache adding `cache_discovery=False` in `discover.build(api, version, http=http, cache_discovery=False)`...

That's odd. I'm running version 1.3.1 (updated 2016 according to PyPi) and the warning occurs. The file above has been changed in 2018. I'll try using `git+https://github.com/googledrive/PyDrive.git#egg=PyDrive` instead.

I'm running into the same issue as njezersek. Is there a way to uninstall pyenv-win completely? I only need it for python development and I'll do any python development using...

You can set the environment variable [`UV_GITHUB_TOKEN`](https://docs.astral.sh/uv/reference/environment/#uv_github_token).