This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 112
Support for pip install for Python3 #78
Comments
matwilso
changed the title
Upload the newest version of the python code to PyPI
Support for pip install for Python3
Sep 23, 2018
Update: I just tried a workaround of installing from this repo directly:
But it looks like there are some other Python3 incompatibilities, like
|
Thanks for the feedback @matwilso. Will follow-up internally. |
Could we possibly get a status update about this? I really need this for my project (or otherwise I am considering to simply use the google-cloud-storage lib instead of this one). I know we devs are always busy, but it would pleasant to know whether this is going to be fixed in the near-future or in 2020 for example. |
Afaik, It isn't planned at this time. I recommend you use the google-cloud-storage package as it's actively maintained. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Google Cloud Storage docs (here) show how to read and write to Cloud Storage using this library. I tried to install this with pip, but when I try to use python3, it fails as in this SO post, because the changes in #33 have not been uploaded to PyPI.
I saw here (#33), that they suggest using the google-cloud-python library. If that is indeed the recommend library, then the GCS docs should be updated. If it is not, the version number in setup.py needs to be bumped up and the new version needs to be uploaded to PyPI.
The text was updated successfully, but these errors were encountered: