timsutton / brigadier

Fetch and install Boot Camp ESDs with ease.
MIT License
2.07k stars 198 forks source link

LookupError: unknown encoding: cp65001 when system locale is set to UTF-8 #55

Open tkafka opened 3 years ago

tkafka commented 3 years ago

Running Brigadier produces this error:

Traceback (most recent call last):
  File "<string>", line 339, in <module>
  File "<string>", line 168, in main
  File "<string>", line 24, in status
LookupError: unknown encoding: cp65001

Windows locale settings:

Screenshot 2021-06-22 170831

lnu commented 3 years ago

I had the same issue with powershell but running it with a plain cmd worked.

fcrespo82 commented 2 years ago

I have the same issue and running with plain cmd did not work. How to fix this?