Skip to content
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

Cannot install (UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa2 in position 13: invalid start byte) #8

Open
Pl0414141 opened this issue Dec 28, 2020 · 1 comment

Comments

@Pl0414141
Copy link

SO: Windows 10 V20H2 19042.685 (full updated)
Python: 3.8.7
Arch: X64
Processor: INTEL
IDA Pro: 7.5SP3

...
[DDR_INSTALLER][INFO] Network setup:
[DDR_INSTALLER][INFO] Please enter server PORT to listen on (Default is 5000) :
Traceback (most recent call last):
File "C:\ddr_installer\DDR_INSTALLER.py", line 701, in
if install_deps(venv, ddr_default_dir):
File "C:\ddr_installer\DDR_INSTALLER.py", line 418, in install_deps
data = process.stdout.decode()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa2 in position 13: invalid start byte

C:\ddr_installer>
...

Anyone can help?
Thanks

@jon1scr
Copy link

jon1scr commented Jan 8, 2021

data = process.stdout.decode('Windows-1251')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants