Issue With 'google.cloud.storage'. Module Has No Attribute 'client'
Trying to simply connect to the google-cloud-storage using these instructions; https://googleapis.github.io/google-cloud-python/latest/storage/index.html However, I keep getting th
Solution 1:
This is a problem I've seen several times, and happens as well in other google.cloud modules. Most of the time it is related to a broken installation
Try to uninstall and then installgoogle.cloud packages. If no luck, try to use it on a newly created virtual environment (this will work for sure)
Related git issue with same solution
Post a Comment for "Issue With 'google.cloud.storage'. Module Has No Attribute 'client'"