I am trying to run az cli command say for exmaple az --version or az account show
I am getting below error : File "/opt/az/lib/python3.6/encodings/utf_8_sig.py", line 117, in decode return codecs.utf_8_decode(input, errors) UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8e in position 0: invalid start byte
It was working till date without any issue. if I run python --version , it gives me 3.5.2. So looks like i have python 3.5.2 but the error above coming from python 3.6 files.