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

'charmap' codec can't decode byte 0x90 in position 316: character maps to <undefined> #1

Open
sagarpatel07 opened this issue Aug 31, 2020 · 2 comments

Comments

@sagarpatel07
Copy link

when trying to install module using "pip install person-extractor" it throws below error.
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\XXX\AppData\Local\Temp\pip-install-8iir35tm\person-extractor\setup.py", line 7, in
long_description = f.read()
File "C:\Users\XXX\AppData\Local\Continuum\anaconda3\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 316: character maps to
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

@DanielJDufour
Copy link
Contributor

Hi, @sagarpatel07 . Thanks for posting this issue. We'll try to fix it. Do you happen to know if you were using Python 2 or 3?

@sagarpatel07
Copy link
Author

@DanielJDufour using Python3

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

2 participants