googlearchive / PyDrive

Google Drive API Python wrapper library
Other
1.31k stars 273 forks source link

AttributeError: module 'googleapiclient' has no attribute '__version__' #196

Closed liu-darren closed 4 years ago

liu-darren commented 4 years ago

Hello, I believe google-api-python-client 1.8.1 has made the imported package apiclient obsolete, the proposed solution is to import googleapiclient instead, as prescribed here: https://stackoverflow.com/questions/61334085/breaking-change-for-google-api-python-client-1-8-1-attributeerror-module-goo

shcheklein commented 4 years ago

It should be fixed in the maintained PyDrive2, please give it a try.

liu-darren commented 4 years ago

@shcheklein great, thank you