You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
storage#quick-start says you install the client lib by doing pip install --upgrade google-cloud-storage, which doesn't work:
$ pip install --upgrade google-cloud-storage
Collecting google-cloud-storage
Could not find a version that satisfies the requirement google-cloud-storage (from versions: )
No matching distribution found for google-cloud-storage
The text was updated successfully, but these errors were encountered:
We have yet to make a release to google-cloud-storage, sorry you got caught in the weird transitional state this library is in. I plan on cutting a release some time today.
storage#quick-start says you install the client lib by doing
pip install --upgrade google-cloud-storage
, which doesn't work:$ pip install --upgrade google-cloud-storage Collecting google-cloud-storage Could not find a version that satisfies the requirement google-cloud-storage (from versions: ) No matching distribution found for google-cloud-storage
The text was updated successfully, but these errors were encountered: