python-gcs-image
python-gcs-image copied to clipboard
Would it be possibile to move this with python37?
It seems python27 won't be supported anymore on Google Cloud. Is there an alternative that works for python37?
gcs does not support get_serving_url
in the python3 environment, so no, there is no such alternative.
apparently even in go it has been deprecated, so I can only find it in python2.7 and java 8.
regardless of the language, google is not recommending using them anyway:
for more on that, check #3
As of 2021 Google committed to making these "legacy" APIs such as Images, Mail, User, Memcache, Blobstore, so they work in Python3.
https://cloud.google.com/appengine/docs/standard/python3/reference/services/bundled/google/appengine, specifically under https://cloud.google.com/appengine/docs/standard/python3/reference/services/bundled/google/appengine/api which mentions images
.
This is great! I just checked Google's docs and it seems that they are ending support for python27 by 2024-01-30. Thus, updating this lib to use Python3 is a must, I guess.
Is there anyway to run it now with a new install? I can't run it because of ending support for python2