ModuleNotFoundError: No module named ‘boto3’
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is another possible scenario that might get some people as well (if you have python and python3 on your system):
Note the use of
pip3
indicates the use of Python 3’s pip installation vs justpip
which indicates the use of Python 2’s.try this way:
I had a similar problem, but the accepted answer did not resolve it – I was not using a virtual environment. This is what I had to do:
I do not know why this behaved differently from
sudo pip install boto3
.install by using below command