简体   繁体   中英

module 'googleapiclient' has no attribute '__version__'

I have seen some similar issues but they seemed to be mostly environment related. 在此处输入图像描述

I am using databricks and suddenly this error came up today(google-api-python-client). I haven't changed anything so I find it really confusing. Re-install and creating another cluster didn't help.

Thank you for any advice!

To resolve this issue "module 'googleapiclient' has no attribute '_version__' ", make sure you have installed or updated the Google Client Library.

%sh pip install --upgrade google-api-python-client

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM