Is it possible to use Anaconda packages as dependencies for Google Cloud Functions?
问题 I am writing a Google Cloud Function using the Python Runtime and I need to include some dependencies which are not available with pip . As described in the docs here, it should be possible to package local dependencies, however, in my case, I would like to use all the packages of a local Anaconda environment and upload them with the function. Is there a way to do so? Or alternatively, is there a way to specify Anaconda packages in the requirements.txt file instead of using pip ? 回答1: No, it