1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
AWS Glue lets you install additional Python modules and libraries for use with AWS Glue ETL. If you want to install Python modules that aren’t included out of the box, please follow the steps lined out in the documentation here:
https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-libraries.html
Thanks.
answered 2 years ago
Relevant content
- asked 9 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
Hi, thanks for your answer. I am aware of that python modules can be installed by assigning "Python library path" as described in the document you mentioned. However, conda environment also includes "non-python" library dependencies. I wonder if a conda environment including "non-python" library (e.g., https://data.qiime2.org/distro/core/qiime2-2021.4-py38-linux-conda.yml) can be set up in AWS Glue.