Open K-Niu opened 6 years ago
Did you do any more research on this issue?
I looked into it a little bit but unfortunately I was unable to resolve it.
I have the same trouble but with a .exe built with pyinstaller! did you find a solution?
I was not able to find a solution, but Google is releasing Python 3.7 support for Cloud Functions in the next couple days!
Yes as I also wrote in the readme a few weeks ago - I would highly recommend looking into using the official products, this library is a POC and is (hopefully) approaching end of life as google launches proper python support!
Has anyone else had trouble publishing to a pubsub topic from within a cloud function?
I have deployed a cloud function something along the lines of:
and when I invoke the function and look at the logs, I see the following error:
Exception in 'grpc._cython.cygrpc.ssl_roots_override_callback' ignored E0424 15:48:44.194749483 17 security_connector.cc:1170] assertion failed: pem_root_certs != nullptr
I am using Python 2.7