Доброе утро, встретился с огромной ошибкой при установке модуля Kutana, искал в гугле, но не нашел подробную информацию и фикс данной ошибки. Может вы подскажете, что можно сделать.
Сама ошибка:
Collecting kutana
Using cached https://files.pythonhosted.org/packages/8c/03/6e30e57b034f11cd2ae0849ea434d79880006b39f7a75217f4d2f54af6fe/kutana-3.2.0.tar.gz
ERROR: Command errored out with exit status 1:
command: 'C:\Users\IOZ TECH\AppData\Local\Programs\Python\Python36\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\IOZTEC~1\\AppData\\Local\\Temp\\pip-install-_s_z06vm\\kutana\\setup.py'"'"'; __file__='"'"'C:\\Users\\IOZTEC~1\\AppData\\Local\\Temp\\pip-install-_s_z06vm\\kutana\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
cwd: C:\Users\IOZTEC~1\AppData\Local\Temp\pip-install-_s_z06vm\kutana\
Complete output (7 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\IOZTEC~1\AppData\Local\Temp\pip-install-_s_z06vm\kutana\setup.py", line 16, in <module>
long_description = fh.read()
File "C:\Users\IOZ TECH\AppData\Local\Programs\Python\Python36\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 1106: character maps to <undefined>
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.