AWSのLambdaでskimageを使いたいです。
Lambdaに関してはほぼ初心者でlayerの追加の仕方もよくわかっていません。。。
skimageを(scikit-imageを)インストールしてみるとサイズが270MB近くあり、レイヤーに追加できません。
うまくいっているのかはわかりませんが、いらなさそうなものを消して追加すると
{ "errorMessage": "Unable to import module 'lambda_function': cannot import name 'geometry' from 'skimage._shared' (/opt/python/skimage/_shared/__init__.py)\nIt seems that scikit-image has not been built correctly.\n\nYour install of scikit-image appears to be broken.\nTry re-installing the package following the instructions at:\nhttps://scikit-image.org/docs/stable/install.html ", "errorType": "Runtime.ImportModuleError" }
と出力されます。
使いたいのはskimageのtransformだけです。
リンク
http://github.com/ryfeus/lambda-packs/tree/master/Skimage_numpy
もやって見たのですがうまくできません。。。
Lambdaでskimageを使うにはどうしたらいいでしょうか。
あなたの回答
tips
プレビュー