error while install
- Dominant language
- Python
- Stars
- 319
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
UnicodeDecodeError: 'gbk' codec can't decode byte 0x9d in position 910: illegal multibyte sequence
error in setup command: Error parsing C:\Users\xoyojank\AppData\Local\Temp\pip-install-ka90y1o2\git-deps\setup.cfg: UnicodeDecodeError: 'gbk' codec can't decode byte 0x9d in position 910: illegal multibyte sequence
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Contributor guide
Research direction
Start by reproducing the Windows installation failure and inspect setup.cfg, focusing on the parsing step reported by `python setup.py egg_info`. Check how the project reads setup.cfg under a GBK locale and define done as completing package metadata generation and installation without the UnicodeDecodeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100