-
Notifications
You must be signed in to change notification settings - Fork 102
pip install fails with UnicodeDecodeError: 'gbk' codec can't decode byte 0xa5 in position 688: illegal multibyte sequence #218
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
Comments
My pip version is 10.0.1. Do I need to upgrade pip? |
Probably not. I was interested in the full output of Are you using Python 2? |
I use python 3.6. The newest pip does not work. |
I wrote a (possible) fix #219. What happens if you try the following? pip install --user 'https://github.com/tkf/pyjulia/archive/fix-setup-py.zip#egg=julia' BTW, please quote code blocks https://discourse.julialang.org/t/psa-how-to-quote-code-with-backticks/7530 |
Thank you! I successfully installed this version and it really works. I will try to use |
Glad that it works! |
as @YP-Ye reported here #198 (comment)
@YP-Ye What is your
pip --version
?The text was updated successfully, but these errors were encountered: