aeddi / aws-lambda-python-opencv

Simple script that builds an AWS Lambda deployment package including OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.6 support?

wobeng opened this issue · comments

Hi,
Aws release lambda runtime python 3.6. Do you have instruction on how to build opencv for python 3?

commented

The tough bit about this one is that the Amazon Linux does not have python installed by default.

This process works with the assumption that the system that your code runs on in lambda is similar to the default amazon linux instance.

You would probably have to install python 3 and its library and also build numpy with python3.

@p0wdrdotcom is right again ;)

I built it...do you still need it?

No thanks.

@wobeng I need opencv in python3.6, can you mind sharing how did you build it?
Thanks.

@charlie0077 what's your email

Hi @wobeng ,

can you also show me how you build the opencv with python3.6, thank you very very much! my email is yvictorck@gmail.com thanks!

HI @wobeng ,
wondering if you could also share with me how you built opencv with python3.6. my email is jontang@gmail.com thanks!