mila-iqia / fuel

A data pipeline framework for machine learning
MIT License
867 stars 268 forks source link

Codecs issue in setup.py #347

Closed wilrich-msft closed 8 years ago

wilrich-msft commented 8 years ago

Hi,

because of the Umlauts in README.rst, setup.py fails with

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-efh843rm/fuel/setup.py", line 10, in <module>
        LONG_DESCRIPTION = f.read().strip()
      File "/usr/local/anaconda3/lib/python3.5/encodings/ascii.py", line 26, in decode
        return codecs.ascii_decode(input, self.errors)[0]
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1803: ordinal not in range(128)

Please see https://github.com/wilrich-msft/fuel/pull/1 for a fix.

Thanks, wr