Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Python 3.9 #5

Open
nathanielrindlaub opened this issue Sep 14, 2022 · 0 comments
Open

Upgrade to Python 3.9 #5

nathanielrindlaub opened this issue Sep 14, 2022 · 0 comments
Assignees

Comments

@nathanielrindlaub
Copy link
Member

We are currently stuck on Python 3.7 because in Lambda environments >3.7 the Perl executable we load via a Lambda Layer gets stored in /opt/bin/perl, where as previously I think it was stored in /usr/bin/perl.

This is problematic because the exiftool executable directs the computer to use perl in the latter location in the first line of the script (#!/usr/bin/perl -w).

The fix is likely to change that line to #!/opt/bin/perl -w in a step in the Dockerfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant