We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cloning https://github.com/MidTin/rabbit-rpc.git (to master) to c:\users\xxx\appdata\local\temp\pip-build-1z_zx9_k\rabbit-rpc Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\xxx\AppData\Local\Temp\pip-build-1z_zx9_k\rabbit-rpc\setup.py", line 14, in <module> README = f.read() UnicodeDecodeError: 'gbk' codec can't decode bxxyte 0x80 in position 41: illegal multibyte sequence
The text was updated successfully, but these errors were encountered:
read()加上参数encoding='utf-8'
Sorry, something went wrong.
No branches or pull requests
Cloning https://github.com/MidTin/rabbit-rpc.git (to master) to c:\users\xxx\appdata\local\temp\pip-build-1z_zx9_k\rabbit-rpc Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\xxx\AppData\Local\Temp\pip-build-1z_zx9_k\rabbit-rpc\setup.py", line 14, in <module> README = f.read() UnicodeDecodeError: 'gbk' codec can't decode bxxyte 0x80 in position 41: illegal multibyte sequence
The text was updated successfully, but these errors were encountered: