Skip to content

Instantly share code, notes, and snippets.

@emtwo
Created January 20, 2020 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emtwo/2ff76d778e0889a557289c4c446245d0 to your computer and use it in GitHub Desktop.
Save emtwo/2ff76d778e0889a557289c4c446245d0 to your computer and use it in GitHub Desktop.
worker_1 | [2020-01-20 16:27:51,178][PID:375][INFO][rq.job.redash.tasks.queries.samples] job.func_name=redash.tasks.queries.samples.update_sample job.id=65e1ea43-20b9-414b-928c-16243e9ce5dc task=update_sample state=start table_name=logs.cloudaudit_googleapis_com_activity_20191115
worker_1 | [2020-01-20 16:27:51,223][PID:375][WARNING][googleapiclient.discovery_cache] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
worker_1 | Traceback (most recent call last):
worker_1 | File "/usr/local/lib/python3.7/site-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect
worker_1 | from google.appengine.api import memcache
worker_1 | ModuleNotFoundError: No module named 'google.appengine'
worker_1 |
worker_1 | During handling of the above exception, another exception occurred:
worker_1 |
worker_1 | Traceback (most recent call last):
worker_1 | File "/usr/local/lib/python3.7/site-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module>
worker_1 | from oauth2client.contrib.locked_file import LockedFile
worker_1 | ModuleNotFoundError: No module named 'oauth2client.contrib.locked_file'
worker_1 |
worker_1 | During handling of the above exception, another exception occurred:
worker_1 |
worker_1 | Traceback (most recent call last):
worker_1 | File "/usr/local/lib/python3.7/site-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module>
worker_1 | from oauth2client.locked_file import LockedFile
worker_1 | ModuleNotFoundError: No module named 'oauth2client.locked_file'
worker_1 |
worker_1 | During handling of the above exception, another exception occurred:
worker_1 |
worker_1 | Traceback (most recent call last):
worker_1 | File "/usr/local/lib/python3.7/site-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect
worker_1 | from . import file_cache
worker_1 | File "/usr/local/lib/python3.7/site-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module>
worker_1 | 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth')
worker_1 | ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment