-
-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
When trying to upgrade to 0.5.0 I'm getting the following output:
Collecting pyemd
Using cached pyemd-0.5.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-odst_5et/pyemd/setup.py", line 87, in <module>
README = f.read()
File "/srv/.pyenv/versions/3.6.3/lib/python3.6/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 2247: ordinal not in range(128)
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-odst_5et/pyemd/
Seems like there's an issue with decoding a file. Shouldn't unicode be used instead of ascii? Is this an issue with my system configuration?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels