Skip to content

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

@sagarpatel07

Description

@sagarpatel07

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions