Skip to content

Some Python dependencies must be installed twice in order to use the examples #3

@ccooper21

Description

@ccooper21

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions