2019-08-04 12:22:33 UTC - Pepi Paraskevoulakou: i tried doing this but also i have an error : devops@ubuntu-openwhisk:~$ wsk -i activation get a1e224244afb4a5fa224244afbfa5f76 ok: got activation a1e224244afb4a5fa224244afbfa5f76 { “namespace”: “guest”, “name”: “python”, “version”: “0.0.1", “subject”: “guest”, “activationId”: “a1e224244afb4a5fa224244afbfa5f76", “start”: 1564773440395, “end”: 1564773440395, “duration”: 0, “statusCode”: 0, “response”: { “status”: “whisk internal error”, “statusCode”: 0, “success”: false, “result”: { “error”: “Failed to provision resources to run the action.” } }, “logs”: [], “annotations”: [ { “key”: “path”, “value”: “guest/python” }, { “key”: “waitTime”, “value”: 60086 }, { “key”: “kind”, “value”: “python:3” }, { “key”: “timeout”, “value”: false }, { “key”: “limits”, “value”: { “concurrency”: 1, “logs”: 10, “memory”: 256, “timeout”: 60000 } } ], “publish”: false } https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564921353381200?thread_ts=1564777471.373800&cid=C3TPCAQG1 ---- 2019-08-04 12:22:55 UTC - Pepi Paraskevoulakou: may i need to push a docker image with python runtime? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564921375381400?thread_ts=1564777471.373800&cid=C3TPCAQG1 ---- 2019-08-04 12:34:56 UTC - Pepi Paraskevoulakou: i got the following error when i am trying to invoke python actions devops@ubuntu-openwhisk:~$ wsk -i activation get a1e224244afb4a5fa224244afbfa5f76 ok: got activation a1e224244afb4a5fa224244afbfa5f76 { “namespace”: “guest”, “name”: “python”, “version”: “0.0.1", “subject”: “guest”, “activationId”: “a1e224244afb4a5fa224244afbfa5f76", “start”: 1564773440395, “end”: 1564773440395, “duration”: 0, “statusCode”: 0, “response”: { “status”: “whisk internal error”, “statusCode”: 0, “success”: false, “result”: { “error”: “Failed to provision resources to run the action.” } }, “logs”: [], “annotations”: [ { “key”: “path”, “value”: “guest/python” }, { “key”: “waitTime”, “value”: 60086 }, { “key”: “kind”, “value”: “python:3” }, { “key”: “timeout”, “value”: false }, { “key”: “limits”, “value”: { “concurrency”: 1, “logs”: 10, “memory”: 256, “timeout”: 60000 } } ], “publish”: false } https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564922096382200 ---- 2019-08-04 12:39:51 UTC - Pepi Paraskevoulakou: do i need to initialize python actions ? such as docker pull openwhisk/python3action ? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564922391383000 ----