-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unicode issues with non-ascii chars in home path #2395
Comments
@alex88 |
Hi @kyleknap where can I find the debug logs? Using |
Just a quick test on my OSX machine
|
Right this error happens before the debug logger actually gets registered, so there won't be any debug logs... We will look into reproducing it and come up with a fix. Thanks for the complete Traceback! |
I can confirm the same on my OS X machine. We will look into what we can do here. |
It is probably the same issue as #2366 |
@kyleknap Having the same issue on my Windows set-up: $ echo $HOME
/c/Documents and Settings/Michaël
$ aws
Traceback (most recent call last):
File "C:/Python27/Scripts/aws", line 27, in <module>
sys.exit(main())
File "C:/Python27/Scripts/aws", line 23, in main
return awscli.clidriver.main()
File "C:\Python27\lib\site-packages\awscli\clidriver.py", line 53, in main
driver = create_clidriver()
File "C:\Python27\lib\site-packages\awscli\clidriver.py", line 61, in create_clidriver
load_plugins(session.full_config.get('plugins', {}),
File "C:\Python27\lib\site-packages\botocore\session.py", line 375, in full_config
self._config = botocore.configloader.load_config(config_file)
File "C:\Python27\lib\site-packages\botocore\configloader.py", line 105, in load_config
parsed = raw_config_parse(config_filename)
File "C:\Python27\lib\site-packages\botocore\configloader.py", line 145, in raw_config_parse
raise botocore.exceptions.ConfigNotFound(path=path)
File "C:\Python27\lib\site-packages\botocore\exceptions.py", line 27, in __init__
msg = self.fmt.format(**kwargs)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xeb in position 31: ordinal not in range(128) Interestingly PyPa pip project had a similar issue (pypa/pip#3463) that was fixed in early October 2016 (pypa/pip#4000):
Hope this helps! |
I had to install aws-cli on a Turkish pc running windows 7 with the user's home folder called
İK
and I get this outputcould it be something related to the user's folder name?
I've tried also with --debug but I've the same issue
The text was updated successfully, but these errors were encountered: