DOI-USGS / geobipy

Geophysical Bayesian Inference in Python. Docs:
https://usgs.github.io/geobipy/
Other
78 stars 19 forks source link

Problem for Installing a serial version of GeoBIPy #27

Closed lacorey14 closed 4 years ago

lacorey14 commented 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

leonfoks commented 4 years ago

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 4 years ago

Thanks. Probem solved!