pip install with this error “UnicodeDecodeError: 'utf-8' codec can't decode byte”
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 164
- Avg merge
- 7h 31m
- Merged PRs (30d)
- 1
Description
- How to reproduce the bug?
**This part is the most important**. Please provide a code snippet which, when
executed in console, demonstrates the problem. If necessary, attach any data
files to the issue.
A: pip install -U datatable
- Your environment?
What is your datatable version, python version, and operating system?
A: conda python3.12.1 windows11 msvc
` pip install git+https://github.com/h2oai/datatable
Collecting git+https://github.com/h2oai/datatable
Cloning https://github.com/h2oai/datatable to d:\maryjeck\temp\pip-req-build-vpoig73t
Running command git clone --filter=blob:none --quiet https://github.com/h2oai/datatable 'D:\Maryjeck\Temp\pip-req-build-vpoig73t'
Resolved https://github.com/h2oai/datatable to commit b1a87103c55433dc2069df28a460f3ad15450025
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb8 in position 85: invalid start byte
`
Contributor guide
Assessment
This issue has not been assessed yet.