You will need to put the library in the docker image for that runtime. Then you don’t have to bundle it with the action.
-r On Fri, Mar 4, 2022 at 9:04 AM Aro0oj <m.ar...@hotmail.com> wrote: > Hi , > I have installed Lean OpenWhisk on raspberry pi 4 B with 32 OS (raspbain > OS) > > I have created python action in virtual env which using opencv library . > First I try to pakckage python code with folder Virtualenv and the size of > that zip is more than 48MB .So I tried to only include the lib folder I > need it with python code but when I create the action then invoke the > action it shows me an error ( see the screenshot of the log of that action > > > > > I have follow the same steps in this link : > https://medium.com/openwhisk/python-packages-in-openwhisk-8d10dcd91257 section > speed up deployment > > > > Best regards, > Areej >