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

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x93 in position 10: invalid start byte #5044

Closed
ptpankajtiwari5 opened this issue Feb 28, 2018 · 6 comments
Labels
auto-locked Outdated issues that have been locked by automation resolution: invalid Invalid issue/PR

Comments

@ptpankajtiwari5
Copy link

ptpankajtiwari5 commented Feb 28, 2018

This is the traceback:

screenshot from 2018-02-28 18-26-05

@puzzledbytheweb
Copy link

puzzledbytheweb commented Mar 17, 2018

Hello! I'm not a developer in this repository but I have managed to solve a similar issue doing this (applicable to your problem):

  1. Follow the Exception Location and edit "codecs.py";
  2. Go to line 321 (error line), where appears something like return s.decode('utf_8'). (Might not be identical);
  3. Change that line to something like return s.decode('utf_8', 'ignore') (just add 'ignore').

It solved my problem though it was in a different file.

Hope it helps!

@pradyunsg
Copy link
Member

Hi! Thanks for filing this but this isn't the right place for this issue.

I think that the Django Project is the project you want to contact. Other than that, python-list or python-tutor mailing lists, #python on Freenode (IRC) or StackOverflow would be better channels to get support for the issue you're facing.

@pradyunsg pradyunsg added the resolution: invalid Invalid issue/PR label Mar 19, 2018
@fireattack
Copy link

@pradyunsg users experience similar problem when installing wrapt (GrahamDumpleton/wrapt#112) and the author of wrapt claimed it's a pip problem. Would you to have a look (of that ticket)?
Thanks!

@pfmoore
Copy link
Member

pfmoore commented Apr 4, 2018

@fireattack As noted in that issue, this is fixed in the soon to be released pip 10. If you wish to confirm that, the beta of pip 10 is available now for testing.

@fireattack
Copy link

Thanks!

@lock
Copy link

lock bot commented Jun 2, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 2, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation resolution: invalid Invalid issue/PR
Projects
None yet
Development

No branches or pull requests

5 participants