-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build pyarrow #242
Comments
Sorry to hear you have having trouble. From the build logs it looks like you are not specifying a Python version for your application so we are installing the latest available version, which is Python
|
Thank you so much for the explanation! I ended up setting the version in the cloud build yaml file like so:
|
@expressintegrations can you share a little bit about where you're deploying this container? |
I am using cloud run and cloud build to deploy changes to my project synced with a git repository. I opted to use the cloud build inline yaml file to manage the build/deployment. |
Thank you. |
I haven't changed anything recently in my project, but when I tried to deploy it last, I received this error in the logs:
ERROR: Could not build wheels for pyarrow, which is required to install pyproject.toml-based projects
See the full log here:
log-d20114fe-3eeb-4a8d-8926-3a971882894c.txt
This is my
requirements.txt
:requirements.txt
The text was updated successfully, but these errors were encountered: