Open Source Discussions
Join open source discussions to collaborate with developers, share insights, and stay informed about cutting-edge technologies and community initiatives.
cancel
Showing results for 
Search instead for 
Did you mean: 

Using Python 3.8 in Kyma Functions

marcus_schiffer
Active Participant
0 Kudos

Hi,

when creating a kyma function (just the "hello world" template) with python 3.8 , the deployment takes forever (i.e. fails with error) and does not succeed. Where wuld I look for the logs and what might be wrong ?

Any help appreciated.

Regards

Marcus

1 ACCEPTED SOLUTION

Gunter
Product and Topic Expert
Product and Topic Expert
0 Kudos
marcus.schiffer

it's been a while since you asked but maybe my blog is still relevant to your question?

https://blogs.sap.com/2022/07/23/kymas-serverless-python-functions-a-short-excursion/

View solution in original post

3 REPLIES 3

lechnerc77
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Marcus,

on which Kyma environment are you working? If it is a trial: there are limitations concerning the resources in Kyma. In case you have running several deployments, the build job of the function will not be able to allocate enough resources and might fail. Can you check this?

Best
Christian

marcus_schiffer
Active Participant
0 Kudos

Hi Christian,

I am using the trial. For the nodejs functon it works, python however fails.

Regards

Marcus

Gunter
Product and Topic Expert
Product and Topic Expert
0 Kudos
marcus.schiffer

it's been a while since you asked but maybe my blog is still relevant to your question?

https://blogs.sap.com/2022/07/23/kymas-serverless-python-functions-a-short-excursion/