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