Open Ageneinair opened 4 years ago
It's hard to tell a lot just from the provided image but here are some things I've noticed:
The most important is that layer have structure like in example - inside site-packages should be installed python dependencies(I omit them for clarity).
Your folder structure is quite different - python dependenices must be inside python/lib/python3.7/site-packages/. Otherwise the won't be resolved automatically.
Hope it helps.
Really great article and it's a very clear start for me. Thank you! However, from the AWS console, it shows tesseract still not be installed:
I don't know where I did wrong. here is how my layer folder looks like: all related packages are in
tesseract-packages
Did I do something wrong for the unzipping path?