Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ccooper21 opened this issue Aug 19, 2016 · 1 comment

Comments

@ccooper21
Copy link

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

@ramhiser
Copy link
Owner

ramhiser commented Sep 4, 2016

@ccooper21 Good point. I glossed over that detail -- I'll add a note to the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants