Problem for Installing a serial version of GeoBIPy
lacorey14 opened this issue · comments
lacorey14 commented
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
Leon Foks commented
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!
lacorey14 commented
Thanks. Probem solved!