First off, I would like to say thank you so much for building this! It has been incredibly easy to use and I am looking forward to testing this out in production.
In step 6, where we package our model as AWS Lambda Layer, I believe the ZipFile package that you are using is for Python 3.7+ as the compresslevel argument is not available for Python 3.6 and lower.
First off, I would like to say thank you so much for building this! It has been incredibly easy to use and I am looking forward to testing this out in production.
In step 6, where we package our model as AWS Lambda Layer, I believe the ZipFile package that you are using is for Python 3.7+ as the compresslevel argument is not available for Python 3.6 and lower.