Error on installing awscli in 64 bit windows 10 and Python 3.7

I have tried both msi and pip installation for awscli for windows 10, python 3.7. I am getting the error

'File "C:\Program Files\Python37\Scripts\aws.cmd", line 50, in

import awscli.clidriver

ModuleNotFoundError: No module named 'awscli''.

The pip installations I tried were pip install awscli,

pip install awscli --upgrade --user. All of them were giving the same error. Can anybody help me with this?

3 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like