faced icon indicating copy to clipboard operation
faced copied to clipboard

Installation Error : UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 21: character maps to <undefined>

Open Ajinkz opened this issue 5 years ago • 5 comments

OS: Windows 10 Python v3.6.x

E:\clients\Assets\FR_Infogen_v3\IGL\code>pip install git+https://github.com/iitzco/faced.git
Collecting git+https://github.com/iitzco/faced.git
  Cloning https://github.com/iitzco/faced.git to c:\users\diksha\appdata\local\temp\pip-req-build-5ibodt8c
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Diksha\AppData\Local\Temp\pip-req-build-5ibodt8c\setup.py", line 14, in <module>
        long_description=readme(),
      File "C:\Users\Diksha\AppData\Local\Temp\pip-req-build-5ibodt8c\setup.py", line 6, in readme
        return f.read()
      File "D:\ai\envs\face3\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 0x8f in position 21: character maps to <undefined>

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Diksha\AppData\Local\Temp\pip-req-build-5ibodt8c\

Ajinkz avatar Apr 22 '19 12:04 Ajinkz

Same problem to me, did you solve this problem?

Sureshthommandru avatar Apr 29 '19 11:04 Sureshthommandru

Same problem to me, did you solve this problem?

Not yet

Ajinkz avatar May 01 '19 07:05 Ajinkz

#9 resolves this error

piotrekm7 avatar Jul 19 '19 08:07 piotrekm7

Just want to say that I had the same issue in a very different Python project, and the solution in PR #9 solved this for me, so thank you!

shaypal5 avatar Dec 03 '19 09:12 shaypal5

This works for me on python 3.7.9. Repo owner hasn't committed any code to GitHub since 2018 :(

jxanders avatar Mar 25 '21 19:03 jxanders