You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the Python dependencies for the AWS Lambda service are being installed into a special directory, cloudvision/vendored, such that they will get deployed by Serverless, they are not available for use by the included examples. I found that I had to install both the requests and Pillow packages in order for the examples to be used, as follows:
pip install requests Pillow
The text was updated successfully, but these errors were encountered:
Since the Python dependencies for the AWS Lambda service are being installed into a special directory,
cloudvision/vendored
, such that they will get deployed by Serverless, they are not available for use by the included examples. I found that I had to install both therequests
andPillow
packages in order for the examples to be used, as follows:pip install requests Pillow
The text was updated successfully, but these errors were encountered: