question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 10761: character maps to <undefined>

See original GitHub issue

Im trying to create a requirements.txt file, but every single time ive tried ive gotten this output

UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 10761: character maps to <undefined>

Ive tried every single way i could fix this but nothing, can someone help? thx 😃

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

10reactions
isaac43commented, Jul 8, 2021

Use --encoding utf-8 in the command

1reaction
alan-barzilaycommented, Sep 4, 2021

I believe this is a duplicate from #241, I have already devised a fix that enforces utf-8 as the default but I havent had the time to implement it yet. I will be closing this issue since it seems to be solved given the number of likes isaac43 received. Feel free to reopen the issue if the problem persists

Read more comments on GitHub >

github_iconTop Results From Across the Web

'charmap' codec can't decode byte X in position Y: character ...
If the file contains characters of values not defined in this codepage (like 0x90) we get UnicodeDecodeError . Sometimes we don't know the...
Read more >
UnicodeDecodeError: 'charmap' codec can't decode byte
The Python "UnicodeDecodeError: 'charmap' codec can't decode byte in position" occurs when we specify an incorrect encoding or don't explicitly ...
Read more >
'charmap' codec can't decode byte 0x90 in position 962 ...
UnicodeDecodeError : 'charmap' codec can't decode byte 0x90 in position 962: character maps to <undefined> #3.
Read more >
UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 ...
UnicodeDecodeError : 'charmap' codec can't decode byte 0x90 in position 10761: character maps to.
Read more >
charmap codec can't decode byte mysql workbench - You.com
UnicodeEncodeError : 'charmap' codec can't encode character '\x81' in ... codec can't decode byte 0x90 in position 10761: character maps to <undefined>.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found