Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

file_cache is unavailable when using oauth2client >= 4.0.0 #673

Closed
renatosamperio opened this issue Nov 13, 2016 · 2 comments
Closed

file_cache is unavailable when using oauth2client >= 4.0.0 #673

renatosamperio opened this issue Nov 13, 2016 · 2 comments

Comments

@renatosamperio
Copy link

Hi,

I had installed version 4.0.0 (SHA 92e4ad3) from repository and I had received this message:
Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect from . import file_cache File "/usr/local/lib/python2.7/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> 'file_cache is unavailable when using oauth2client >= 4.0.0')

The exception appears when I use the package googleapiclient (SHA f19307d). I have very little idea of how both packages work in their insides.

Any feedback is very welcome.

Regards,

Renato

@theacodes
Copy link
Contributor

Typicallly this is a warning and not an error. Is it causing your application to halt? If so, can we see a complete traceback?

@renatosamperio
Copy link
Author

Thanks for your reply.

Indeed it is a warning and it seems is not breaking anything.

Regards,

Renato.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants