Skip to content

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

Closed
tkf opened this issue Nov 4, 2018 · 6 comments · Fixed by #219
Milestone

Comments

@tkf
Copy link
Member

tkf commented Nov 4, 2018

as @YP-Ye reported here #198 (comment)

@YP-Ye What is your pip --version?

@YP-Ye
Copy link

YP-Ye commented Nov 4, 2018

as @YP-Ye reported here #198 (comment)

@YP-Ye What is your pip --version?

My pip version is 10.0.1. Do I need to upgrade pip?

@tkf
Copy link
Member Author

tkf commented Nov 4, 2018

Probably not. I was interested in the full output of pip --version which includes the Python version.

Are you using Python 2?

@YP-Ye
Copy link

YP-Ye commented Nov 4, 2018

Probably not. I was interested in the full output of pip --version which includes the Python version.

Are you using Python 2?

I use python 3.6. The newest pip does not work.
C:\Windows\System32>pip --version
pip 18.1 from c:\anaconda3\lib\site-packages\pip (python 3.6)

@tkf
Copy link
Member Author

tkf commented Nov 4, 2018

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

@tkf tkf added this to the 0.2 milestone Nov 4, 2018
@YP-Ye
Copy link

YP-Ye commented Nov 4, 2018

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 code block.

@tkf
Copy link
Member Author

tkf commented Nov 4, 2018

Glad that it works!

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

Successfully merging a pull request may close this issue.

2 participants