AWS CLI upload failed: unknown encoding: idna
问题 I am trying to push some files up to s3 with the AWS CLI and I am running into an error: upload failed: ... An HTTP Client raised and unhandled exception: unknown encoding: idna I believe this is a Python specific problem but I am not sure how to enable this type of encoding for my python interpreter. I just freshly installed Python 3.6 and have verified that it being used by powershell and cmd. $> python --version Python 3.6.7 If this isn't a Python specific problem, it might be helpful to