E 16:35:47.227 The API call images.Transform() is currently not enabled.
Traceback (most recent call last):
File "/home/vmagent/python_vm_runtime/lib/webapp2-2.5.2/webapp2.py", line 570, in dispatch
return method(*args, **kwargs)
... File "/home/vmagent/python_vm_runtime/google/appengine/api/images/__init__.py", line 800, in execute_transforms
return rpc.get_result()
File "/home/vmagent/python_vm_runtime/google/appengine/api/apiproxy_stub_map.py", line 613, in get_result
return self.__get_result_hook(self)
File "/home/vmagent/python_vm_runtime/google/appengine/api/images/__init__.py", line 885, in execute_transforms_hook
rpc.check_success()
File "/home/vmagent/python_vm_runtime/google/appengine/api/apiproxy_stub_map.py", line 579, in check_success
self.__rpc.CheckSuccess()
File "/home/vmagent/python_vm_runtime/google/appengine/ext/vmruntime/vmstub.py", line 321, in _WaitImpl
raise self._TranslateToError(parsed_response)
File "/home/vmagent/python_vm_runtime/google/appengine/ext/vmruntime/vmstub.py", line 174, in _TranslateToError
raise self._ErrorException(exception_type, msg)
FeatureNotEnabledError: The API call images.Transform() is currently not enabled.
I've tried installing PIL properly as per
https://groups.google.com/forum/#!topic/google-appengine/KgCZa1pb7FA but it didn't help. This only happens in the Managed VM environment, and I'm having trouble debugging it. Does anyone have a solution for this problem? I'm using the python runtime (
gcr.io/google_appengine/python-compat).