question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pip install fails with UnicodeDecodeError: 'gbk' codec can't decode byte 0xa5 in position 688: illegal multibyte sequence

See original GitHub issue

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tkfcommented, 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

0reactions
tkfcommented, Nov 4, 2018

Glad that it works!

Read more comments on GitHub >

github_iconTop Results From Across the Web

gbk' codec can't decode byte 0x80 in position 0 illegal ...
It appears that it is the numpy array data that is causing the problems here as all strings in the set use ASCII...
Read more >
'gbk' codec can't decode byte 0xa5 in position 230: illegal ...
UnicodeDecodeError : 'gbk' codec can't decode byte 0xa5 in position 230: illegal multibyte sequence.
Read more >
UnicodeDecodeError: 'gbk' codec can't decode byte 0xaf in ...
第一眼就感觉是编码问题,于是在github上面下载源码,准备在本地运行、调试,下载下来后,果然也报这个错误,下面是报错信息。
Read more >
安装pysyft遇到UnicodeDecodeError: 'gbk' codec can't ...
记录一下安装pysyft踩过的坑~~根据官网使用命令即可pip install syft但是 ... codec can't decode byte 0x9a in position 3594: illegal multibyte.
Read more >
python3 - In my ubuntu 22.04 pip install gives me ...
I just debugged codec.py in /usr/lib/python3.9/codecs.py . It seems to be receiving some invalid data. enter image description here.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found