ampledata / kiss

A pure-Python implementation of the KISS Protocol for communicating with serial TNC devices for use with Amateur Radio.
Other
84 stars 35 forks source link

Does not run under windows #22

Open KR0SIV opened 6 years ago

KR0SIV commented 6 years ago

When installing via pip or manually from this git repo under python3 and windows 7 x64 I am unable to install the library.

I get the following error

  File "C:\Users\*****\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 4443: character maps to <undefined>

The software runs under windows only when using Python27 and aprs/kiss packages 6.5.0