I have shotgun_api3 and a few other Python libraries set up in a layer for my AWS Lambda application. When I try to import shotgun_api3, I get an ModuleNotFoundError with six.moves. Any thoughts? Should I just include the shotgun_api3 library in the directory with the webhook instead of making it a separate layer?
1 Like
Thanks schicky! I ended up looking in GitHub to see which Python version shotgun_api3 was tested with, and it did say 3.11 there, so I tested that and got it to work.
2 Likes