Python Forum
UnicodeDecodeError while installing polyglot
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UnicodeDecodeError while installing polyglot
#1
Good day everyone. I'm installing polyglot for python 3.4.3 in windows 7 64 bit. Dependencies were installed already and when I installed  polyglot, I get an error below. Please help. This might sound very simple for you all but please bear with me, I'm just new to python and still learning. Your help will be much appreciated. Thank you.

Output:
C:\Python34\Scripts>pip install polyglot Collecting polyglot   Using cached polyglot-16.7.4.tar.gz     Complete output from command python setup.py egg_info:     Traceback (most recent call last):       File "<string>", line 1, in <module>       File "C:\Users\DRMS~1\AppData\Local\Temp\pip-build-8id__qnu\polyglot\setup .py", line 15, in <module>         readme = readme_file.read()       File "C:\Python34\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 0x81 in position 4941:  character maps to <undefined>     ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in C:\Users\DRMS~1\A ppData\Local\Temp\pip-build-8id__qnu\polyglot\
Reply


Messages In This Thread
UnicodeDecodeError while installing polyglot - by draems - Feb-09-2017, 10:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  UnicodeDecodeError: garikhgh0 18 30,411 Jun-04-2018, 08:41 PM
Last Post: volcano63

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020