You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/03/04 13:30:55 UTC

[GitHub] [openwhisk] sciabarra commented on issue #4846: Setting requirements for Python

sciabarra commented on issue #4846: Setting requirements for Python
URL: https://github.com/apache/openwhisk/issues/4846#issuecomment-594523235
 
 
   Hi, actually the newer runtimes for python does have support for compilation. Adding support for requirements.txt is a matter of adding a pip install -r requirements.txt here:
   
   https://github.com/apache/openwhisk-runtime-python/blob/90a8e853dcf1db761ab51da7a6cc78ff749b66d3/core/python3ActionLoop/bin/compile#L59
   
   and I planned to add this feature in the next PR where I clean a few bugs and use the latest runtime. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services