QWQyyy opened a new issue, #5401:
URL: https://github.com/apache/openwhisk/issues/5401

   We deploy OpenWhisk in myself cluster with the openwhisk-kube-deploy,use 
virtualenv for deploy python:3 action, but it is not work:
   
![image](https://user-images.githubusercontent.com/54056797/235617878-61254a45-5ab4-48d0-bf66-5497e433c4f1.png)
   
![image](https://user-images.githubusercontent.com/54056797/235617931-dfd3cfcb-7c8e-41dc-a3b1-93477a6fbd90.png)
   However, I think my action virtualenv is OK:
   
![image](https://user-images.githubusercontent.com/54056797/235618212-b34236ed-0c84-4580-84cc-28878df03016.png)
   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@openwhisk.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to