This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
Google Cloud Function: No module named pip #56
Labels
api: texttospeech
Issues related to the googleapis/python-texttospeech API.
type: question
Request for information or clarification. Not an issue.
When attempting to use google.cloud's texttospeech module in a Google Cloud Functions, Python 3.7 Runtime, there is an error stating:
"""
Build failed:
pip_install_from_wheels
had stderr output:/opt/python3.7/bin/python3.7: No module named pip
error:
pip_install_from_wheels
returned code: 1; Error ID: ECB5F712"""
This occurs when google-cloud-texttospeech has been included in the requirements.txt, particularly when uploaded from a terminal, or when derived from a google cloud source repository.
Steps to reproduce
Code example
def helloworld():
return
This originally showed up when I was trying to use the Serverless framework. It works fine with the inline editor, but once a cloud repo is used it fails.
The text was updated successfully, but these errors were encountered: