scikit-learn-contrib / py-earth

A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines
http://contrib.scikit-learn.org/py-earth/
BSD 3-Clause "New" or "Revised" License
455 stars 122 forks source link

issue about installation #91

Closed CongB closed 8 years ago

CongB commented 8 years ago

I'm using python 3.5.1 on windows 7 64bit...

$ python setup.py install Traceback (most recent call last): File "setup.py", line 88, in 'long_description': open('README.md', 'r').read(), UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 3477: illegal multibyte sequence

jcrudy commented 8 years ago

Fixed by @mehdidc in PR #92.