This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use binary mode to read README.rst (#282)
Then decode utf-8 explicitly. For some reason, otherwise we get: ``` + VERSION_NUMBER=4.1.1 + /builds/turi/turicreate-build/scripts/../deps/env/bin/python setup.py bdist_wheel Traceback (most recent call last): File "setup.py", line 127, in <module> long_description = f.read() File "/builds/turi/turicreate-build/scripts/../deps/env/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 0xe2 in position 106: ordinal not in range(128) ```
- Loading branch information