Closed QWQyyy closed 1 year ago
I find solve way:https://github.com/apache/openwhisk/pull/1940 We can not use this .md file to deploy my virtualenv: https://github.com/apache/openwhisk/blob/master/docs/actions-python.md#creating-and-invoking-python-actions so, I hope someone major docment.
@QWQyyy How did you solve this issue? I am facing the exact same problem.
We deploy OpenWhisk in myself cluster with the openwhisk-kube-deploy,use virtualenv for deploy python:3 action, but it is not work: However, I think my action virtualenv is OK: We alse use pip3:
docker run --rm -v "/app/owa/py_func:/tmp" openwhisk/python3action bash -c "cd tmp && virtualenv virtualenv && source virtualenv/bin/activate && pip3 install -r
I hope you give me some suggestion.