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

missing dependencies for requirements.txt in UTF-16LE encoding #5361

Closed
DmitriyLewen opened this issue Oct 11, 2023 Discussed in #5354 · 1 comment · Fixed by #5375
Closed

missing dependencies for requirements.txt in UTF-16LE encoding #5361

DmitriyLewen opened this issue Oct 11, 2023 Discussed in #5354 · 1 comment · Fixed by #5375
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@DmitriyLewen
Copy link
Contributor

Discussed in #5354

requirements.txt can use more than just UTF-8 encoding - https://pip.pypa.io/en/stable/reference/requirements-file-format/#encoding
We need to decode requirements.txt before reading it.

@DmitriyLewen DmitriyLewen added the kind/bug Categorizes issue or PR as related to a bug. label Oct 11, 2023
@DmitriyLewen DmitriyLewen self-assigned this Oct 11, 2023
@DmitriyLewen
Copy link
Contributor Author

UPD: Problem in BOM bytes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant