I am trying to install Amazon Web Services in pip, with
pip3 install awscli
but I am getting an error when I try to run aws or aws configure in that case:
Traceback (most recent call last):
File "/usr/local/bin/aws", line 7, in <module>
from aws.main import main
File "/usr/local/lib/python3.6/site-packages/aws/main.py", line 23
print '%(name)s: %(endpoint)s' % {
any clues?