1 Answer
- Newest
- Most votes
- Most comments
0
Cannot reproduce that, is it possible you are running on a VPC without internet access?
Check the error log, you should see a command like this and hopefully the reason it's not installed (maybe some conflict):
pip3 install --upgrade --user lxml==4.9.2
Collecting lxml==4.9.2 Downloading lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB)
Checking pymodule installation result for List(lxml==4.9.2):
Relevant content
- asked a year ago
- asked 2 years ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago
- How can I use a Lambda function to automatically start an AWS Glue job when a crawler run completes?AWS OFFICIALUpdated 2 years ago
Yes, you are right. Working on a client machine in a private subnet. No internet access. Thank you Sir!