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

fix: UnicodeDecodeError when pip install on windows #6

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

gantrol
Copy link

@gantrol gantrol commented Feb 22, 2023

fix by adding encoding field to two open functions

When I pip install blip-ci on Windows, get UnicodeDecodeError: 'gbk'codec can't decode byte 0xa4 in position 1326: illegal multibyte sequence

image

After changing the encoding:

image

fix by add encoding field to two open functions
@gantrol gantrol changed the title fix: encoding error on windows fix: UnicodeDecodeError when pip install on windows Feb 22, 2023
@pharmapsychotic pharmapsychotic merged commit f261f5e into pharmapsychotic:main Feb 23, 2023
@pharmapsychotic
Copy link
Owner

Thanks!!

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