Closed lacorey14 closed 4 years ago
I followed your instruction in the Documentation, the error messages are:
(base) C:\geobipy-master>setup.py install Traceback (most recent call last): File "C:\geobipy-master\setup.py", line 25, in long_description=readme(), File "C:\geobipy-master\setup.py", line 18, in readme return f.read() UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 870: illegal multibyte sequence
Thanks for the report,
I pushed some changes to the setup file to enforce utf-8 decoding. Can you try again please? Re-open this issue if it still fails!
Thanks. Probem solved!
I followed your instruction in the Documentation, the error messages are:
(base) C:\geobipy-master>setup.py install Traceback (most recent call last): File "C:\geobipy-master\setup.py", line 25, in
long_description=readme(),
File "C:\geobipy-master\setup.py", line 18, in readme
return f.read()
UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 870: illegal multibyte sequence