Skip to content
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

pip install with this error “UnicodeDecodeError: 'utf-8' codec can't decode byte” #3491

Open
maryjeck opened this issue Feb 2, 2024 · 0 comments

Comments

@maryjeck
Copy link

maryjeck commented Feb 2, 2024

  • 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 b1a8710
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
`

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

No branches or pull requests

1 participant