1 Answers
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 16 days ago
Relevant questions
Can you swap environment URLs with a retired environment?
asked a month agoHow to clone a Bitbucket repo from a Springboot microservice running on AWS EKS?
asked 5 months agoCan we use a conda environment on AWS Glue-ETL?
asked 22 days agoI was trying to use conda env create command in amazon linux 2 in an EC2 instance, it is taking forever at "Collecting package metadata (repodata.json): \"
asked 2 months agoLightGBM on SageMaker
Accepted AnswerHow to export environment variables from a Lambda function.
asked 4 months agoNot able to clone a conda environment on deep learning amis
asked 6 months agoLocate the json file which contains changes that we made on a newly created rekognition dataset
asked 8 months agoElastic Beanstalk not terminating environment from pipeline
asked 7 months agoHow can I copy/clone an entire AWS Cloud9 environment?
Accepted Answerasked 8 months 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.