1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
if you can access internet from your job the easiest way to add external libraries is to follow the steps described at this documentation page; while the page refers to Glue 2.0 it is applicable to Glue 3.0 as well.
Under Job parameters, do the following:
For Key, enter --additional-python-modules.
For Value, enter opencv-python, scikit-image
If your job will execute in a VPC with no internet access (not even via a NAT Gateway) please review this blog post.
hope this helps,
Relevant content
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
There is not enough information here. How did you attempt to include the packages?