I installed boto3 library from AWS SDK but when I try to import in python interpreter, I get error. Here is the traceback:
import boto3 Traceback (most recent call last): File "", line 1, in File "/home/rahul/rahul/boto3/boto3/init.py", line 16, in from boto3.session import Session File "/home/rahul/rahul/boto3/boto3/session.py", line 17, in import botocore.session ImportError: No module named 'botocore'
Can you please help me fix this issue?