pip install fails with UnicodeDecodeError: 'gbk' codec can't decode byte 0xa5 in position 688: illegal multibyte sequence
See original GitHub issueas @YP-Ye reported here https://github.com/JuliaPy/pyjulia/issues/198#issuecomment-435646505
@YP-Ye What is your pip --version
?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I wrote a (possible) fix #219. What happens if you try the following?
BTW, please quote code blocks https://discourse.julialang.org/t/psa-how-to-quote-code-with-backticks/7530
Glad that it works!