ImportError No module named boto3

0 votes

Hi Guys,

I am getting this below error, when I tried to import boto3 module in my python code.

>>> import boto3
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named boto3
Apr 28, 2020 in AWS by akhtar
• 38,230 points
23,944 views

1 answer to this question.

0 votes

Hi@akhtar,

I think boto3 module is missing from your system. Use this below given command to install boto3.

$ python -m pip install --user boto3

Hope this will help you.

answered Apr 28, 2020 by MD
• 95,440 points

Related Questions In AWS

0 votes
1 answer
+1 vote
1 answer

'No module named 'requests'' on the AWS Python Lambda function?

Hi@akhtar, For a detailed, You can even check ...READ MORE

answered Apr 15, 2020 in AWS by MD
• 95,440 points
15,932 views
+1 vote
1 answer

Unable to import module 'lambda_function': No module named lambda_function

Hi@akhtar, This error appears when you haven’t named ...READ MORE

answered Apr 28, 2020 in AWS by MD
• 95,440 points
49,132 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,023 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,409 views
0 votes
1 answer

ImportError: No module named 'awscli'

Hi@akhtar, To install aws cli in your system, ...READ MORE

answered Apr 27, 2020 in AWS by MD
• 95,440 points
4,513 views
0 votes
1 answer

ImportError: No module named botocore.session

Hi@akhtar, I think you are using previous version ...READ MORE

answered Apr 27, 2020 in AWS by MD
• 95,440 points
4,568 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP