You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2026. It is now read-only.
Message='gbk' codec can't decode byte 0xae in position 17: illegal multibyte sequence Source=D:\Portable Files\Unpack Android Rom\unpackandroidrom\install_requirements.py StackTrace: File "D:\Portable Files\Unpack Android Rom\unpackandroidrom\install_requirements.py", line 8, in <module> (Current frame) for i in f:UnicodeDecodeError: 'gbk' codec can't decode byte 0xae in position 17: illegal multibyte sequence
安装依赖时不管是
python3 install_requirements.py还是pip install -r requirements.txt都报异常。提示
requirements.txt文件编码异常,通过排查后发现这种判断方式是不可用的,会影响文件编码 也就是前面报的GBK异常,推荐大佬尝试一下这个判断方式