Skip to content
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

running in google cloud function #825

Closed
mikeyoungbhep opened this issue Jan 23, 2019 · 4 comments
Closed

running in google cloud function #825

mikeyoungbhep opened this issue Jan 23, 2019 · 4 comments

Comments

@mikeyoungbhep
Copy link

mikeyoungbhep commented Jan 23, 2019

First off, thanks for the library - very useful.

I am running into an issue trying to use this in a google cloud function (haven't tried similar with AWS yet though). When the function is deploying the build fails with
{"error": {"canonicalCode": "INVALID_ARGUMENT", "errorMessage": "pip_download_wheels had stderr output:\n Failed building wheel for fbprophet\nERROR: Failed to build one or more wheels\n\nerror: pip_download_wheels returned code: 1", "errorType": "InternalError", "errorId": "433B238B"}}

I'm pretty certain this is a gcp execution environment issue, but just curious if anyone had successfully used this in a serverless function successfully

Update

I tried testing with pystan like mentioned here and I get the following:
Error: function crashed. Details: command 'x86_64-linux-gnu-gcc' failed with exit status 1

So it does look like it's due to the runtime I think... gcp functions run in Ubuntu 18.04

@IronistM
Copy link

I don't know if this will be helpful to you : fb-prophet transformation for aws lambda.

@mikeyoungbhep
Copy link
Author

@IronistM thanks a lot for this. I'll see if I can replicate something similar in GCP

@bletham bletham closed this as completed Mar 9, 2019
@hugopalmer
Copy link

Hello @mikeyoungbhep !
I am getting through this error. Did you succeed in making this work with GCP?

@mikeyoungbhep
Copy link
Author

mikeyoungbhep commented Mar 13, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants